This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) v1.6.0. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="daf-careteam-status"/>
<url value="http://hl7.org/fhir/us/daf/CodeSystem/daf-careteam-status"/>
<name value="DAFCareTeamStatus"/>
<status value="draft"/>
<publisher value="HL7 (FHIR Project)"/>
<date value="2016-08-11T20:06:35+10:00"/>
<description
value="Indicates whether the team is current , represents future intentions or is now a historical record."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/us/daf/ValueSet/daf-careteam-status"/>
<content value="complete"/>
<concept>
<code value="draft"/>
<display value="Pending"/>
<definition value="The care team is in development or awaiting formation"/>
</concept>
<concept>
<code value="active"/>
<display value="Active"/>
<definition
value="The care team is current and actively involved in patient care."/>
</concept>
<concept>
<code value="completed"/>
<display value="Completed"/>
<definition
value="The care team is no longer current and actively involved in patient care."/>
</concept>
<concept>
<code value="cancelled"/>
<display value="Cancelled"/>
<definition
value="The care team has been dispanded (though it may have been replaced by a new care team)."/>
</concept>
</CodeSystem>