View raw Markdown
type: codesystemcodesystem: care-team-status

Care Team Status

Concepts

CodeDisplayDefinition
proposedProposedThe care team has been drafted and proposed, but not yet participating in the coordination and delivery of patient care.
activeActiveThe care team is currently participating in the coordination and delivery of care.
suspendedSuspendedThe care team is temporarily on hold or suspended and not participating in the coordination and delivery of care.
inactiveInactiveThe care team was, but is no longer, participating in the coordination and delivery of care.
entered-in-errorEntered in ErrorThe 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>