Kenya Emergency FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya Emergency FHIR Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/ and changes regularly. See the Directory of published versions

: Location - Kenyatta National Hospital Emergency Centre - 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/em-destination-facility-example> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "em-destination-facility-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-destination-facility" ;
       fhir:index 0 ;
       fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-destination-facility>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location em-destination-facility-example</b></p><a name=\"em-destination-facility-example\"> </a><a name=\"hcem-destination-facility-example\"> </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-em-destination-facility.html\">Location - Emergency Destination Facility</a></p></div><p><b>Emergency Destination Facility Level</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-facility-level level-6}\">Level 6</span></p><p><b>Emergency Centre Capability</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-emergency-centre-capability advanced}\">Advanced emergency capability</span></p><p><b>identifier</b>: <code>http://hie.go.ke/fhir/identifier/facility-id</code>/KNH-001</p><p><b>status</b>: Active</p><p><b>name</b>: Kenyatta National Hospital Emergency Centre</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-destination-facility-type emergency-centre}\">Emergency centre</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization-org-nairobi-ems-dispatch.html\">Organization Nairobi County Emergency Medical Services</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-facility-level" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-facility-level" ] ;
         fhir:Coding.code [ fhir:value "level-6" ] ;
         fhir:Coding.display [ fhir:value "Level 6" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-emergency-centre-capability" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-emergency-centre-capability" ] ;
         fhir:Coding.code [ fhir:value "advanced" ] ;
         fhir:Coding.display [ fhir:value "Advanced emergency capability" ]
       ]
     ]
  ] ;
  fhir:Location.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://hie.go.ke/fhir/identifier/facility-id" ] ;
     fhir:Identifier.value [ fhir:value "KNH-001" ]
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Kenyatta National Hospital Emergency Centre"] ;
  fhir:Location.mode [ fhir:value "instance"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-destination-facility-type" ] ;
       fhir:Coding.code [ fhir:value "emergency-centre" ] ;
       fhir:Coding.display [ fhir:value "Emergency centre" ]
     ]
  ] ;
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
       fhir:Coding.code [ fhir:value "bu" ] ;
       fhir:Coding.display [ fhir:value "Building" ]
     ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/org-nairobi-ems-dispatch> ;
     fhir:Reference.reference [ fhir:value "Organization/org-nairobi-ems-dispatch" ]
  ] .

<http://hl7.org/fhir/Organization/org-nairobi-ems-dispatch> a fhir:Organization .

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

<http://hl7.org/fhir/Location/em-destination-facility-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/em-destination-facility-example.ttl> .