DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build Nigeria flag

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Example Kano Central Pharmacy Counter - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Location/NgLocation-002> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "NgLocation-002"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-location" ;
       fhir:index 0 ;
       fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-location>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location NgLocation-002</b></p><a name=\"NgLocation-002\"> </a><a name=\"hcNgLocation-002\"> </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-ng-location.html\">NG Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Pharmacy Counter</p><p><b>type</b>: <span title=\"Codes:{https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type hospital}\">Secondary Hospital</span></p><p><b>telecom</b>: <a href=\"tel:+234-803-555-7788\">+234-803-555-7788</a></p><p><b>address</b>: No. 8 Lafia Road Kano Municipal KN NG </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>8.5</td><td>12</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-NgOrganization-002.html\">Organization Kano Central Hospital Pharmacy</a></p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Pharmacy Counter"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type" ] ;
       fhir:Coding.code [ fhir:value "hospital" ] ;
       fhir:Coding.display [ fhir:value "Secondary Hospital" ]
     ]
  ] ;
  fhir:Location.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+234-803-555-7788" ]
  ] ;
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "No. 8 Lafia Road" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Kano Municipal" ] ;
     fhir:Address.district [ fhir:value "kn-kano-municipal" ] ;
     fhir:Address.state [ fhir:value "KN" ] ;
     fhir:Address.country [ fhir:value "NG" ]
  ] ;
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "8.5"^^xsd:decimal ] ;
     fhir:Location.position.latitude [ fhir:value "12"^^xsd:decimal ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/NgOrganization-002> ;
     fhir:Reference.reference [ fhir:value "Organization/NgOrganization-002" ]
  ] .

<http://hl7.org/fhir/Organization/NgOrganization-002> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Location/NgLocation-002.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/NgLocation-002.ttl> .