Kenya eClaims FHIR IG
0.1.0 - ci-build
Kenya eClaims FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "DiagnosticReport",
"id" : "example-diagnosticreport",
"meta" : {
"profile" : [
🔗 "https://example.com/fhir/StructureDefinition/eclaims-diagnosticreport"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-diagnosticreport</b></p><a name=\"example-diagnosticreport\"> </a><a name=\"hcexample-diagnosticreport\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eclaims-diagnosticreport.html\">DiagnosticReport Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">Complete blood count panel</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2024-07-15 10:00:00+0300</td></tr><tr><td>Reported</td><td>2024-07-15 12:00:00+0300</td></tr><tr><td>Performer</td><td> <a href=\"Organization/example-lab\">National Public Health Lab</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td colspan=\"2\"><i>The observation 'Observation/obs-hemoglobin' could not be resolved</i></td></tr><tr><td colspan=\"2\"><i>The observation 'Observation/obs-wbc' could not be resolved</i></td></tr></table><p>Normal complete blood count.</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 248234009}\">Normal hematology report</span></li></ul></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "LAB",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "58410-2",
"display" : "Complete blood count panel"
}
]
},
"subject" : {
"reference" : "Patient/example-patient",
"display" : "Jane Doe"
},
"encounter" : {
"reference" : "Encounter/example-encounter"
},
"effectiveDateTime" : "2024-07-15T10:00:00+03:00",
"issued" : "2024-07-15T12:00:00+03:00",
"performer" : [
{
"reference" : "Organization/example-lab",
"display" : "National Public Health Lab"
}
],
"resultsInterpreter" : [
{
"reference" : "Practitioner/example-pathologist",
"display" : "Dr. John K. Odhiambo"
}
],
"result" : [
{
"reference" : "Observation/obs-hemoglobin"
},
{
"reference" : "Observation/obs-wbc"
}
],
"conclusion" : "Normal complete blood count.",
"conclusionCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "248234009",
"display" : "Normal hematology report"
}
]
}
],
"presentedForm" : [
{
"language" : "en",
"url" : "https://example.org/reports/cbc-12345.pdf",
"title" : "CBC Report"
}
]
}