DHIS2 Example FHIR Implementation Guide, published by DHIS2. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohanGHole/alldevs-demo-ig and changes regularly. See the Directory of published versions
: MDOrganisationUnitLocation-Sierra-Leone
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MDOrganisationUnitLocation-Sierra-Leone"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://dhis2.org/StructureDefinition/MDOrganisationUnitLocation"^^xsd:anyURI ;
fhir:l <https://dhis2.org/StructureDefinition/MDOrganisationUnitLocation> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location MDOrganisationUnitLocation-Sierra-Leone</b></p><a name=\"MDOrganisationUnitLocation-Sierra-Leone\"> </a><a name=\"hcMDOrganisationUnitLocation-Sierra-Leone\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MDOrganisationUnitLocation.html\">MDOrganisationUnit Location</a></p></div><p><b>ShortName</b>: Sierra Leone</p><p><b>MDOrganisationUnit Hiearchy Level</b>: 1</p><p><b>identifier</b>: id/ImspTQPwCqd, code/OU_525</p><p><b>name</b>: Sierra Leone</p><p><b>managingOrganization</b>: <code>MDOrganisationUnitOrganization/ImspTQPwCqd</code></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://dhis2.org/StructureDefinition/ShortName"^^xsd:anyURI ;
fhir:l <https://dhis2.org/StructureDefinition/ShortName> ] ;
fhir:value [
a fhir:String ;
fhir:v "Sierra Leone" ]
] [
fhir:url [
fhir:v "https://dhis2.org/StructureDefinition/Level"^^xsd:anyURI ;
fhir:l <https://dhis2.org/StructureDefinition/Level> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1 ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://dhis2.org/identifiertypes"^^xsd:anyURI ;
fhir:l <http://dhis2.org/identifiertypes> ] ;
fhir:code [ fhir:v "id" ] ] ) ] ;
fhir:system [
fhir:v "http://dhis2.org/identifiertypes#id"^^xsd:anyURI ;
fhir:l <http://dhis2.org/identifiertypes#id> ] ;
fhir:value [ fhir:v "ImspTQPwCqd" ]
] [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://dhis2.org/identifiertypes"^^xsd:anyURI ;
fhir:l <http://dhis2.org/identifiertypes> ] ;
fhir:code [ fhir:v "code" ] ] ) ] ;
fhir:system [
fhir:v "http://dhis2.org/identifiertypes#code"^^xsd:anyURI ;
fhir:l <http://dhis2.org/identifiertypes#code> ] ;
fhir:value [ fhir:v "OU_525" ]
] ) ; #
fhir:name [ fhir:v "Sierra Leone"] ; #
fhir:managingOrganization [
fhir:l fhir:MDOrganisationUnitOrganization/ImspTQPwCqd ;
fhir:reference [ fhir:v "MDOrganisationUnitOrganization/ImspTQPwCqd" ]
] . #