FHIR IG analytics| Package | fhir.kenyaPSIG |
| Resource Type | Procedure |
| Id | Procedure-ProcedureKPS.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure ProcedureKPS
Profile: Procedure Profile - KPS version: 0.1.0
status: Completed
code: Surgical repair
performed: 2026-05-18 10:00:00+0300
reasonCode: Injury of colon
{
"resourceType": "Procedure",
"id": "ProcedureKPS",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-procedure|0.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/kps-procedures-cs",
"code": "4365001"
}
]
},
"subject": {
"reference": "Patient/PatientKPS"
},
"performedDateTime": "2026-05-18T10:00:00+03:00",
"reasonCode": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "S36.5",
"display": "Injury of colon"
}
]
}
]
}