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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<CodeSystem/daf-careteam-status> a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "daf-careteam-status"];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/daf/CodeSystem/daf-careteam-status"];
fhir:CodeSystem.name [ fhir:value "DAFCareTeamStatus"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
fhir:CodeSystem.date [ fhir:value "2016-08-11T20:06:35+10:00"^^xsd:dateTime];
fhir:CodeSystem.description [ fhir:value "Indicates whether the team is current , represents future intentions or is now a historical record."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/us/daf/ValueSet/daf-careteam-status"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "draft" ];
fhir:CodeSystem.concept.display [ fhir:value "Pending" ];
fhir:CodeSystem.concept.definition [ fhir:value "The care team is in development or awaiting formation" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "active" ];
fhir:CodeSystem.concept.display [ fhir:value "Active" ];
fhir:CodeSystem.concept.definition [ fhir:value "The care team is current and actively involved in patient care." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "completed" ];
fhir:CodeSystem.concept.display [ fhir:value "Completed" ];
fhir:CodeSystem.concept.definition [ fhir:value "The care team is no longer current and actively involved in patient care." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "cancelled" ];
fhir:CodeSystem.concept.display [ fhir:value "Cancelled" ];
fhir:CodeSystem.concept.definition [ fhir:value "The care team has been dispanded (though it may have been replaced by a new care team)." ]
].