FHIR IG analytics| Package | ke.fhir.emergency |
| Resource Type | Location |
| Id | Location-em-scene-location-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location em-scene-location-example
Profile: Location - Emergency Incident Scene
status: Active
name: Mbagathi Road Pickup Point
mode: Instance
type: Road or highway
physicalType: Site
| Longitude | Latitude |
| 36.8172 | -1.2921 |
{
"resourceType": "Location",
"id": "em-scene-location-example",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-scene-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Mbagathi Road Pickup Point",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-scene-location-type",
"code": "road",
"display": "Road or highway"
}
]
}
],
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "si",
"display": "Site"
}
]
},
"position": {
"longitude": 36.8172,
"latitude": -1.2921
}
}