FHIR IG analytics| Package | zm-core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ExampleZMCoreLaboratoryServiceRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest ExampleZMCoreLaboratoryServiceRequest
Profile: ZM-Core Service Request Profile
identifier: http://hapi.moh.gov.zm/fhir/sid/laboratory-order-number/LAB-REQ-2026-000001
requisition: http://hapi.moh.gov.zm/fhir/sid/laboratory-requisition-number/LAB-BATCH-2026-000001
status: Completed
intent: Order
category: Laboratory procedure
priority: Routine
| Concept |
| Hemoglobin [Mass/volume] in Blood |
subject: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)
authoredOn: 2026-08-08 08:45:00+0200
requester: Practitioner Mary Chipo Phiri (official)
performer: Organization Chilenje First Level Hospital
note:
Routine full blood count sample.
{
"resourceType": "ServiceRequest",
"id": "ExampleZMCoreLaboratoryServiceRequest",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-service-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hapi.moh.gov.zm/fhir/sid/laboratory-order-number",
"value": "LAB-REQ-2026-000001"
}
],
"requisition": {
"system": "http://hapi.moh.gov.zm/fhir/sid/laboratory-requisition-number",
"value": "LAB-BATCH-2026-000001"
},
"status": "completed",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"priority": "routine",
"code": {
"concept": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7",
"display": "Hemoglobin [Mass/volume] in Blood"
}
]
}
},
"subject": {
"reference": "Patient/ExampleZMCorePatient"
},
"encounter": {
"reference": "Encounter/ExampleZMCoreEncounter"
},
"authoredOn": "2026-08-08T08:45:00+02:00",
"requester": {
"reference": "Practitioner/ExampleZMCorePractitioner"
},
"performer": [
{
"reference": "Organization/ExampleZMCoreOrganization"
}
],
"specimen": [
{
"reference": "Specimen/ExampleZMCoreSpecimenBlood"
}
],
"note": [
{
"text": "Routine full blood count sample."
}
]
}