This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

{
  "resourceType" : "CodeSystem",
  "id" : "daf-careteam-status",
  "url" : "http://hl7.org/fhir/us/daf/CodeSystem/daf-careteam-status",
  "name" : "DAFCareTeamStatus",
  "status" : "draft",
  "publisher" : "HL7 (FHIR Project)",
  "date" : "2016-08-11T20:06:35+10:00",
  "description" : "Indicates whether the team is current , represents future intentions or is now a historical record.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/us/daf/ValueSet/daf-careteam-status",
  "content" : "complete",
  "concept" : [
    {
      "code" : "draft",
      "display" : "Pending",
      "definition" : "The care team is in development or awaiting formation"
    },
    {
      "code" : "active",
      "display" : "Active",
      "definition" : "The care team is current and actively involved in patient care."
    },
    {
      "code" : "completed",
      "display" : "Completed",
      "definition" : "The care team is no longer current and actively involved in patient care."
    },
    {
      "code" : "cancelled",
      "display" : "Cancelled",
      "definition" : "The care team has been dispanded (though it may have been replaced by a new care team)."
    }
  }
}