@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 -------------------------------------------------------------------

<https://nshr-uat.sha.go.ke/fhir/Location/em-responder-unit-location-example> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "em-responder-unit-location-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-responder-unit-location" ;
       fhir:index 0 ;
       fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-responder-unit-location>
     ]
  ] ;
  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-responder-unit-location-example</b></p><a name=\"em-responder-unit-location-example\"> </a><a name=\"hcem-responder-unit-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-responder-unit-location.html\">Location - Emergency Responder Unit Position</a></p></div><p><b>Emergency Responder Unit Last Location Updated At</b>: 2026-06-29 12:15:00+0300</p><p><b>Emergency Responder Unit Response Status</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-unit-response-status transporting}\">Transporting</span></p><p><b>status</b>: Active</p><p><b>mode</b>: Instance</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><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-last-location-updated-at" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2026-06-29T12:15:00+03:00"^^xsd:dateTime ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-unit-response-status" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-unit-response-status" ] ;
         fhir:Coding.code [ fhir:value "transporting" ] ;
         fhir:Coding.display [ fhir:value "Transporting" ]
       ]
     ]
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.mode [ fhir:value "instance"] ;
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "36.8172"^^xsd:decimal ] ;
     fhir:Location.position.latitude [ fhir:value "-1.2921"^^xsd:decimal ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <https://nshr-uat.sha.go.ke/fhir/Organization/org-nairobi-ems-dispatch> ;
     fhir:Reference.reference [ fhir:value "Organization/org-nairobi-ems-dispatch" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://nshr-uat.sha.go.ke/fhir/Location/em-responder-unit-location-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

