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 -------------------------------------------------------------------
<ValueSet/daf-encounter-dischargedisposition> a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "daf-encounter-dischargedisposition"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2016-05-25T16:59:08.250+10:00"^^xsd:dateTime ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition";
fhir:index 0 ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>DAF Encounter Discharge Disposition</h2>\n <p>Discharge Disposition - NUBC manual UB-04, UB form locator 17</p>\n <p>This value set includes codes from the following code systems:</p>\n <ul>\n <li>Include all codes defined in http://www.nubc.org/patient-discharge</li>\n </ul>\n </div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/daf/ValueSet/daf-encounter-dischargedisposition"];
fhir:ValueSet.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.2.592" ]
];
fhir:ValueSet.version [ fhir:value "1.6.0"];
fhir:ValueSet.name [ fhir:value "DAF Encounter Discharge Disposition"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean];
fhir:ValueSet.publisher [ fhir:value "FHIR Project team"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ValueSet.contact.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "other" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ]
];
fhir:ValueSet.date [ fhir:value "2016-05-25T16:59:08+10:00"^^xsd:dateTime];
fhir:ValueSet.description [ fhir:value "Discharge Disposition - NUBC manual UB-04, UB form locator 17"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://www.nubc.org/patient-discharge" ] ]
].