FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-HIEDiagnosticReport-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Diagnostic Report
CBC panel completed. Results interpreted and finalized.
Subject: Jane Patient (Patient/p-001)
Encounter: Outpatient visit on 2025-11-12 (Encounter/enc-001)
| Code | Name | Value | Ref Range |
|---|---|---|---|
| 718-7 | Hemoglobin [Mass/volume] in Blood | 12.4 g/dL | 12.0–16.0 g/dL |
| 6690-2 | Leukocytes [#/volume] in Blood | 7.2 ×10^3/µL | 4.0–11.0 ×10^3/µL |
Conclusion: Findings consistent with normal CBC.
Performer: Acme Lab (Organization/org-001)
Issued: 2025-11-12T11:05:00+03:00
{
"resourceType": "DiagnosticReport",
"id": "HIEDiagnosticReport-example",
"meta": {
"profile": [
"https://nshr.dha.go.ke/fhir/StructureDefinition/diagnosticreport"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN",
"display": "Accession ID"
}
]
},
"system": "http://example.org/reports",
"value": "DR-2025-0001"
}
],
"basedOn": [
{
"reference": "ServiceRequest/sr-001",
"display": "CBC order"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "24323-8",
"display": "CBC panel - Hematology"
}
]
},
"subject": {
"reference": "Patient/p-001",
"display": "Jane Patient"
},
"encounter": {
"reference": "Encounter/enc-001",
"display": "Outpatient visit 2025-11-12"
},
"effectiveDateTime": "2025-11-12T10:40:00+03:00",
"issued": "2025-11-12T11:05:00+03:00",
"performer": [
{
"reference": "Organization/org-001",
"display": "Acme Lab"
}
],
"resultsInterpreter": [
{
"reference": "HIEPractitioner/pr-001",
"display": "Dr. John Clinician"
}
],
"specimen": [
{
"reference": "Specimen/spec-001",
"display": "Whole blood EDTA"
}
],
"result": [
{
"reference": "Observation/obs-hb",
"display": "Hemoglobin"
},
{
"reference": "Observation/obs-wbc",
"display": "Leukocytes"
}
],
"media": [
{
"comment": "Analyzer QC image",
"link": {
"reference": "Media/media-1",
"display": "Analyzer QC image"
}
}
],
"conclusion": "Normal CBC.",
"conclusionCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "281900007",
"display": "Normal complete blood count"
}
]
}
]
}