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
@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 ------------------------------------------------------------------- <ValueSet/daf-careteam-status> a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "daf-careteam-status"]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/daf/ValueSet/daf-careteam-status"]; fhir:ValueSet.name [ fhir:value "CareTeamStatus"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:ValueSet.date [ fhir:value "2016-08-11T20:06:35+10:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "Indicates whether the team is current , represents future intentions or is now a historical record."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/daf/CodeSystem/daf-careteam-status" ] ] ].