{
  "resourceType" : "Encounter",
  "id" : "em-incident-encounter-example",
  "meta" : {
    "profile" : ["https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-incident-encounter"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter em-incident-encounter-example</b></p><a name=\"em-incident-encounter-example\"> </a><a name=\"hcem-incident-encounter-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-incident-encounter.html\">Encounter - Emergency Medical Incident</a></p></div><blockquote><p><b>Emergency Incident Caller</b></p><ul><li>individual: <a href=\"Patient/pat-0712345678\">Patient/pat-0712345678</a></li><li>relationship: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship self}\">Self</span></li><li>isPatient: true</li></ul></blockquote><p><b>identifier</b>: <code>http://hie.go.ke/fhir/identifier/dispatch-id</code>/DISP-20260629120000-9981, <code>http://hie.go.ke/fhir/identifier/incident-id</code>/INC-20260629120000-0712345678-abc123</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-em-encounter-class.html#em-encounter-class-FLD\">Emergency Encounter Class: FLD</a> (Emergency medical services field response)</p><p><b>type</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-incident-type road-traffic}\">Road traffic incident</span></p><p><b>priority</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-dispatch-priority P1}\">Priority 1 – Immediate</span></p><p><b>subject</b>: <a href=\"Patient/pat-0712345678\">Patient/pat-0712345678</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare/em-episode-of-care-example-valid\">EpisodeOfCare/em-episode-of-care-example-valid</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-participant-role dispatcher}\">Dispatcher</span></td><td><a href=\"Practitioner-em-practitioner-example.html\">Practitioner Sarah Njoroge </a></td></tr></table><p><b>period</b>: 2026-06-29 12:00:00+0300 --&gt; 2026-06-29 12:40:00+0300</p><p><b>reasonCode</b>: <span title=\"Codes:\">Road traffic collision, driver trapped</span></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Destination</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-em-destination-facility-example.html\">Location Kenyatta National Hospital Emergency Centre</a></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-em-scene-location-example.html\">Location Mbagathi Road Pickup Point</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-org-nairobi-ems-dispatch.html\">Organization Nairobi County Emergency Medical Services</a></p></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "individual",
      "valueReference" : {
        "reference" : "Patient/pat-0712345678"
      }
    },
    {
      "url" : "relationship",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship",
          "code" : "self",
          "display" : "Self"
        }]
      }
    },
    {
      "url" : "isPatient",
      "valueBoolean" : true
    }],
    "url" : "https://nshr-uat.sha.go.ke/fhir/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://nshr-uat.sha.go.ke/fhir/CodeSystem/em-encounter-class",
    "code" : "FLD",
    "display" : "Emergency medical services field response"
  },
  "type" : [{
    "coding" : [{
      "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-incident-type",
      "code" : "road-traffic",
      "display" : "Road traffic incident"
    }]
  }],
  "priority" : {
    "coding" : [{
      "system" : "https://nshr-uat.sha.go.ke/fhir/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://nshr-uat.sha.go.ke/fhir/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"
  }
}