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

FHIR IG analytics

Packageke.fhir.emergency
Resource TypeEncounter
IdEncounter-em-incident-encounter-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: Encounter em-incident-encounter-example

Emergency Incident Caller

identifier: http://hie.go.ke/fhir/identifier/dispatch-id/DISP-20260629120000-9981, http://hie.go.ke/fhir/identifier/incident-id/INC-20260629120000-0712345678-abc123

status: Finished

class: Emergency Encounter Class: FLD (Emergency medical services field response)

type: Road traffic incident

priority: Priority 1 – Immediate

subject: Amina Atieno Female, DoB: 1992-05-16 ( http://hie.go.ke/fhir/identifier/patient-official-id#33445566)

episodeOfCare: EpisodeOfCare/em-episode-of-care-example-valid

Participants

-TypeIndividual
*DispatcherPractitioner Sarah Njoroge

period: 2026-06-29 12:00:00+0300 --> 2026-06-29 12:40:00+0300

reasonCode: Road traffic collision, driver trapped

Hospitalizations

-Destination
*Location Kenyatta National Hospital Emergency Centre

Locations

-Location
*Location Mbagathi Road Pickup Point

serviceProvider: Organization Nairobi County Emergency Medical Services


Source1

{
  "resourceType": "Encounter",
  "id": "em-incident-encounter-example",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-incident-encounter"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "individual",
          "valueReference": {
            "reference": "Patient/pat-0712345678"
          }
        },
        {
          "url": "relationship",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-caller-relationship",
                "code": "self",
                "display": "Self"
              }
            ]
          }
        },
        {
          "url": "isPatient",
          "valueBoolean": true
        }
      ],
      "url": "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-incident-caller"
    }
  ],
  "identifier": [
    {
      "system": "http://hie.go.ke/fhir/identifier/dispatch-id",
      "value": "DISP-20260629120000-9981"
    },
    {
      "system": "http://hie.go.ke/fhir/identifier/incident-id",
      "value": "INC-20260629120000-0712345678-abc123"
    }
  ],
  "status": "finished",
  "class": {
    "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-encounter-class",
    "code": "FLD",
    "display": "Emergency medical services field response"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-incident-type",
          "code": "road-traffic",
          "display": "Road traffic incident"
        }
      ]
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-dispatch-priority",
        "code": "P1",
        "display": "Priority 1 – Immediate"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-0712345678"
  },
  "episodeOfCare": [
    {
      "reference": "EpisodeOfCare/em-episode-of-care-example-valid"
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://fhir.dha.go.ke/ig/emergency/CodeSystem/em-participant-role",
              "code": "dispatcher"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/em-practitioner-example"
      }
    }
  ],
  "period": {
    "start": "2026-06-29T12:00:00+03:00",
    "end": "2026-06-29T12:40:00+03:00"
  },
  "reasonCode": [
    {
      "text": "Road traffic collision, driver trapped"
    }
  ],
  "hospitalization": {
    "destination": {
      "reference": "Location/em-destination-facility-example"
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/em-scene-location-example"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/org-nairobi-ems-dispatch"
  }
}