YesNoUnknownCS
@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 -------------------------------------------------------------------
a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "shr-core-YesNoUnknownCS"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SW YesNoUnknownCS CodeSystem</b></p>\n<p>Code set indicating yes, no, or unknown.</p>\n</div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/sw/CodeSystem/shr-core-YesNoUnknownCS"];
fhir:CodeSystem.identifier [
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/us/sw" ];
fhir:Identifier.value [ fhir:value "shr.core.YesNoUnknownCS" ]
];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "YesNoUnknownCS"];
fhir:CodeSystem.title [ fhir:value "SW YesNoUnknownCS CodeSystem"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.date [ fhir:value "2018-08-17T00:00:00-04:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://standardhealthrecord.org" ] ]
];
fhir:CodeSystem.description [ fhir:value "Code set indicating yes, no, or unknown."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "yes" ];
fhir:CodeSystem.concept.display [ fhir:value "Yes, or true" ];
fhir:CodeSystem.concept.definition [ fhir:value "Yes, or true" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "no" ];
fhir:CodeSystem.concept.display [ fhir:value "No, or false" ];
fhir:CodeSystem.concept.definition [ fhir:value "No, or false" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "unknown" ];
fhir:CodeSystem.concept.display [ fhir:value "Unknown" ];
fhir:CodeSystem.concept.definition [ fhir:value "Unknown" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.