type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="care-team-status"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pc"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="2"/>
</extension>
<url value="http://hl7.org/fhir/care-team-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.154"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.145"/>
</identifier>
<version value="6.0.0"/>
<name value="CareTeamStatus"/>
<title value="Care Team Status"/>
<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>