--- type: "codesystem" title: "Care Team Status" codesystem: "care-team-status" --- # Care Team Status - **Official URL**: http://hl7.org/fhir/care-team-status - **Version**: 6.0.0 - **Status**: active - **Name**: CareTeamStatus - **Title**: Care Team Status - **Publisher**: HL7 (FHIR Project) - **Description**: Indicates the status of the care team. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | proposed | Proposed | The care team has been drafted and proposed, but not yet participating in the coordination and delivery of patient care. | | active | Active | The care team is currently participating in the coordination and delivery of care. | | suspended | Suspended | The care team is temporarily on hold or suspended and not participating in the coordination and delivery of care. | | inactive | Inactive | The care team was, but is no longer, participating in the coordination and delivery of care. | | entered-in-error | Entered in Error | The care team should have never existed. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Indicates the status of the care team."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/care-team-status"/> <content value="complete"/> <concept> <code value="proposed"/> <display value="Proposed"/> <definition value="The care team has been drafted and proposed, but not yet participating in the coordination and delivery of patient care."/> </concept> <concept> <code value="active"/> <display value="Active"/> <definition value="The care team is currently participating in the coordination and delivery of care."/> </concept> <concept> <code value="suspended"/> <display value="Suspended"/> <definition value="The care team is temporarily on hold or suspended and not participating in the coordination and delivery of care."/> </concept> <concept> <code value="inactive"/> <display value="Inactive"/> <definition value="The care team was, but is no longer, participating in the coordination and delivery of care."/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="The care team should have never existed."/> </concept> </CodeSystem> ```