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

FHIR IG analytics

Packagefhir.kenyaPSIG
Resource TypeServiceRequest
IdServiceRequest-ServiceRequestKPS.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: ServiceRequest ServiceRequestKPS

status: Active

intent: Order

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

occurrence: 2026-05-20 10:30:00+0300

requester: Practitioner Anne Njoroge

locationReference: Location Nairobi Referral Clinic

reasonCode: Emergency Referral

note:

Refer urgently for specialist review


Source1

{
  "resourceType": "ServiceRequest",
  "id": "ServiceRequestKPS",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-service-request|0.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "subject": {
    "reference": "Patient/PatientKPS"
  },
  "occurrenceDateTime": "2026-05-20T10:30:00+03:00",
  "requester": {
    "reference": "Practitioner/PractitionerKPS"
  },
  "locationReference": [
    {
      "reference": "Location/LocationKPS"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/kpsg-referral-codes",
          "code": "emergency-referral",
          "display": "Emergency Referral"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Refer urgently for specialist review"
    }
  ]
}