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 - Mbagathi Road Incident Scene - 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-scene-location-example> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "em-scene-location-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-scene-location" ;
       fhir:index 0 ;
       fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-scene-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 em-scene-location-example</b></p><a name=\"em-scene-location-example\"> </a><a name=\"hcem-scene-location-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-scene-location.html\">Location - Emergency Incident Scene</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Mbagathi Road Pickup Point</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-scene-location-type road}\">Road or highway</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></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>36.8172</td><td>-1.2921</td></tr></table></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Mbagathi Road Pickup Point"] ;
  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-scene-location-type" ] ;
       fhir:Coding.code [ fhir:value "road" ] ;
       fhir:Coding.display [ fhir:value "Road or highway" ]
     ]
  ] ;
  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 "si" ] ;
       fhir:Coding.display [ fhir:value "Site" ]
     ]
  ] ;
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "36.8172"^^xsd:decimal ] ;
     fhir:Location.position.latitude [ fhir:value "-1.2921"^^xsd:decimal ]
  ] .

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

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