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

FHIR IG analytics

Packagefhir.kenyaPSIG
Resource TypeProcedure
IdProcedure-ProcedureKPS.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: Procedure ProcedureKPS

Profile: Procedure Profile - KPS version: 0.1.0

status: Completed

code: Surgical repair

subject: Amina Mohamed Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#NationalIdIdentifierNamingSystem#12345678)

performed: 2026-05-18 10:00:00+0300

reasonCode: Injury of colon


Source1

{
  "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"
        }
      ]
    }
  ]
}