FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-servicerequest-amina-fhg.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example-servicerequest-amina-fhg
Profile: Kenya Core ServiceRequest Profile
identifier: Placer Identifier/SR-2026-OPD-00456 (use: official, )
status: Active
intent: Order
category: Laboratory procedure
priority: Routine
code: Full haemogram
occurrence: 2026-08-01 09:00:00+0300
authoredOn: 2026-08-01 08:45:00+0300
requester: Practitioner Dr. Sarah Njoroge
performer: Organization Kenyatta National Hospital
reasonCode: Anaemia, unspecified
note:
Patient presenting with fatigue; rule out anaemia.
{
"resourceType": "ServiceRequest",
"id": "example-servicerequest-amina-fhg",
"meta": {
"profile": [
"https://fhir.dha.go.ke/core/StructureDefinition/kenya-core-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC"
}
]
},
"system": "https://fhir.sha.go.ke/fhir/identifier/servicerequest",
"value": "SR-2026-OPD-00456"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "58410-2",
"display": "CBC panel - Blood by Automated count"
}
],
"text": "Full haemogram"
},
"subject": {
"reference": "Patient/CR2026080100001-1"
},
"encounter": {
"reference": "Encounter/example-encounter-amina-outpatient"
},
"occurrenceDateTime": "2026-08-01T09:00:00+03:00",
"authoredOn": "2026-08-01T08:45:00+03:00",
"requester": {
"reference": "Practitioner/example-practitioner-njoroge"
},
"performer": [
{
"reference": "Organization/example-organization-knh"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://id.who.int/icd/release/11/mms",
"code": "MG30",
"display": "Anaemia, unspecified"
}
]
}
],
"note": [
{
"text": "Patient presenting with fatigue; rule out anaemia."
}
]
}