openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build
openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
Active as of 2022-05-31 |
@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 "location-type"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/location-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"location-type-R\"> </a></td><td>Region</td><td>Regional location level</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"location-type-D\"> </a></td><td>District</td><td>District location level</td></tr><tr><td style=\"white-space:nowrap\">W<a name=\"location-type-W\"> </a></td><td>Municipality/Ward</td><td>Municipality/Ward location level</td></tr><tr><td style=\"white-space:nowrap\">V<a name=\"location-type-V\"> </a></td><td>City/Village</td><td>City/Village location level</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/location-type"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "LocationTypeCS"];
fhir:CodeSystem.title [ fhir:value "Location Type (Location)"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2022-05-31T10:56:28+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "openIMIS Initiative"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "openIMIS Initiative" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.openimis.org" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "Dragos Dobre" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "[email protected]" ];
fhir:ContactPoint.use [ fhir:value "work" ] ]
];
fhir:CodeSystem.description [ fhir:value "Indicates the location type. Values defined by openIMIS. Cannot be extended."];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "R" ];
fhir:CodeSystem.concept.display [ fhir:value "Region" ];
fhir:CodeSystem.concept.definition [ fhir:value "Regional location level" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "D" ];
fhir:CodeSystem.concept.display [ fhir:value "District" ];
fhir:CodeSystem.concept.definition [ fhir:value "District location level" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "W" ];
fhir:CodeSystem.concept.display [ fhir:value "Municipality/Ward" ];
fhir:CodeSystem.concept.definition [ fhir:value "Municipality/Ward location level" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "V" ];
fhir:CodeSystem.concept.display [ fhir:value "City/Village" ];
fhir:CodeSystem.concept.definition [ fhir:value "City/Village location level" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.