FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.kenyaEmergencyIG
Resource TypeDiagnosticReport
IdDiagnosticReport-em-diagnostic-report-example-valid.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DiagnosticReport em-diagnostic-report-example-valid

12-Lead EKG panel (Electrocardiac (e.g., EKG, EEC, Holter))

SubjectUnable to get Patient Details
Relevant Time2026-06-29 12:20:00+0300
Performer Practitioner Sarah Njoroge

Report Details

ST elevation in leads V1-V4; consistent with anterior STEMI


Source1

{
  "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"
}