FHIR IG analytics| Package | fhir.kenyaEmergencyIG |
| Resource Type | Procedure |
| Id | Procedure-em-procedure-example-valid.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure em-procedure-example-valid
status: Completed
code: Intubation
subject: Patient/pat-0712345678
performed: 2026-06-29 12:18:00+0300
| Actor |
| Practitioner Sarah Njoroge |
outcome: Successful first-pass intubation
note:
Airway secured prior to transport
{
"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"
}
]
}