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

FHIR IG analytics

Packageke.fhir.emergency
Resource TypeLocation
IdLocation-em-destination-facility-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-destination-facility-example

Emergency Destination Facility Level: Level 6

Emergency Centre Capability: Advanced emergency capability

identifier: http://hie.go.ke/fhir/identifier/facility-id/KNH-001

status: Active

name: Kenyatta National Hospital Emergency Centre

mode: Instance

type: Emergency centre

physicalType: Building

managingOrganization: Organization Nairobi County Emergency Medical Services


Source1

{
  "resourceType": "Location",
  "id": "em-destination-facility-example",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-destination-facility"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-facility-level",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-facility-level",
            "code": "level-6",
            "display": "Level 6"
          }
        ]
      }
    },
    {
      "url": "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-emergency-centre-capability",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-emergency-centre-capability",
            "code": "advanced",
            "display": "Advanced emergency capability"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://hie.go.ke/fhir/identifier/facility-id",
      "value": "KNH-001"
    }
  ],
  "status": "active",
  "name": "Kenyatta National Hospital Emergency Centre",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-destination-facility-type",
          "code": "emergency-centre",
          "display": "Emergency centre"
        }
      ]
    }
  ],
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "bu",
        "display": "Building"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/org-nairobi-ems-dispatch"
  }
}