FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageke.fhir.emergency
Resource TypeLocation
IdLocation-em-scene-location-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location em-scene-location-example

status: Active

name: Mbagathi Road Pickup Point

mode: Instance

type: Road or highway

physicalType: Site

Positions

-LongitudeLatitude
*36.8172-1.2921

Source1

{
  "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
  }
}