HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1, published by HL7 International - Patient Care WG. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-eyecare-ig/ and changes regularly. 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 -------------------------------------------------------------------
a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "qualifiers"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Additional Body Structure Qualifiers</h2>\n <div>\n <p>Additional qualifiers</p>\n </div>\n </div>"
];
fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/uv/eyecare/CodeSystem/qualifiers"];
fhir:CodeSystem.version [ fhir:value "0.1.0"];
fhir:CodeSystem.name [ fhir:value "BodyStructureQualifiers"];
fhir:CodeSystem.title [ fhir:value "Body Structure Qualifiers"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.date [ fhir:value "2021-08-03"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "HL7 International - Patient Care WG"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientcare" ] ]
];
fhir:CodeSystem.description [ fhir:value "Additional body site qualifiers"];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ] ]
];
fhir:CodeSystem.copyright [ fhir:value "HL7"];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "superotemporal" ];
fhir:CodeSystem.concept.display [ fhir:value "Superotemporal" ];
fhir:CodeSystem.concept.definition [ fhir:value "Superotemporal" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "superonasal" ];
fhir:CodeSystem.concept.display [ fhir:value "Superonasal" ];
fhir:CodeSystem.concept.definition [ fhir:value "Superonasal" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "inferotemporal" ];
fhir:CodeSystem.concept.display [ fhir:value "Inferotemporal" ];
fhir:CodeSystem.concept.definition [ fhir:value "Inferotemporal" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "inferonasal" ];
fhir:CodeSystem.concept.display [ fhir:value "Inferonasal" ];
fhir:CodeSystem.concept.definition [ fhir:value "Inferonasal" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.