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

FHIR IG analytics

Packagefhir.kenyaEmergencyIG
Resource TypeProcedure
IdProcedure-em-procedure-example-valid.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


Source1

{
  "resourceType": "Procedure",
  "id": "em-procedure-example-valid",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/procedure-code-cs",
        "code": "INTUBATION",
        "display": "Intubation"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-0712345678"
  },
  "encounter": {
    "reference": "Encounter/em-poc-encounter-example"
  },
  "performedDateTime": "2026-06-29T12:18:00+03:00",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/em-practitioner-example"
      }
    }
  ],
  "outcome": {
    "text": "Successful first-pass intubation"
  },
  "note": [
    {
      "text": "Airway secured prior to transport"
    }
  ]
}