FHIR IG analytics| Package | fhir.kenyaEmergencyIG |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-em-diagnostic-report-example-valid.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport em-diagnostic-report-example-valid
| Subject | Unable to get Patient Details |
| Relevant Time | 2026-06-29 12:20:00+0300 |
| Performer | Practitioner Sarah Njoroge |
Report Details
ST elevation in leads V1-V4; consistent with anterior STEMI
{
"resourceType": "DiagnosticReport",
"id": "em-diagnostic-report-example-valid",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-diagnostic-report"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "EC",
"display": "Electrocardiac (e.g., EKG, EEC, Holter)"
}
]
}
],
"code": {
"coding": [
{
"system": "http://localhost:8085/fhir/CodeSystem/investigations-cs",
"code": "LOINC-11524-6",
"display": "12-Lead EKG panel"
}
]
},
"subject": {
"reference": "Patient/pat-0712345678"
},
"encounter": {
"reference": "Encounter/em-poc-encounter-example"
},
"effectiveDateTime": "2026-06-29T12:20:00+03:00",
"performer": [
{
"reference": "Practitioner/em-practitioner-example"
}
],
"conclusion": "ST elevation in leads V1-V4; consistent with anterior STEMI"
}