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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypeDiagnosticReport
IdDiagnosticReport-HIEDiagnosticReport-example.json
FHIR VersionR4B

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

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)

CodeNameValueRef Range
718-7Hemoglobin [Mass/volume] in Blood12.4 g/dL12.0–16.0 g/dL
6690-2Leukocytes [#/volume] in Blood7.2 ×10^3/µL4.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


Source1

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