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

FHIR IG analytics

Packagezm-core
Resource TypeDiagnosticReport
IdDiagnosticReport-ExampleZMCoreDiagnosticReport.json
FHIR VersionR5

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 ExampleZMCoreDiagnosticReport

Laboratory report (Laboratory)

SubjectJohn Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)
Relevant Time2026-08-08 09:30:00+0200
Reported2026-08-08 11:00:00+0200
Performer Organization Chilenje First Level Hospital
Identifier http://hapi.moh.gov.zm/fhir/sid/diagnostic-report-id/LAB-2026-000001

Report Details

CodeValueFlags
Hemoglobin [Mass/volume] in Blood13.2 g/dL (Details: UCUM codeg/dL = 'g/dL')Final

Hemoglobin result is within the expected reference range.

Coded Conclusions:

  • Hemoglobin within expected reference range

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "ExampleZMCoreDiagnosticReport",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-diagnostic-report"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/diagnostic-report-id",
      "value": "LAB-2026-000001"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/ExampleZMCoreLaboratoryServiceRequest"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11502-2",
        "display": "Laboratory report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExampleZMCorePatient"
  },
  "encounter": {
    "reference": "Encounter/ExampleZMCoreEncounter"
  },
  "effectiveDateTime": "2026-08-08T09:30:00+02:00",
  "issued": "2026-08-08T11:00:00+02:00",
  "performer": [
    {
      "reference": "Organization/ExampleZMCoreOrganization"
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "Practitioner/ExampleZMCorePractitioner"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/ExampleZMCoreSpecimenBlood"
    }
  ],
  "result": [
    {
      "reference": "Observation/ExampleZMCoreObservationHemoglobin"
    }
  ],
  "conclusion": "Hemoglobin result is within the expected reference range.",
  "conclusionCode": [
    {
      "text": "Hemoglobin within expected reference range"
    }
  ]
}