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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting.r4b
Resource TypeDiagnosticReport
IdDiagnosticReport-diagnosticreport-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

Generated Narrative: DiagnosticReport diagnosticreport-example

CBC panel - Blood by Automated count (Laboratory)

SubjectDominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
When For2025-01-02
Reported2025-01-02 11:00:00+0000
Performer Practitioner Joseph P Nichols (official)

Report Details

CodeValueFlagsReported
Leukocytes [#/volume] in Blood6.8 10^3/uL (Details: UCUM code10^3/uL = '10^3/uL')Final, Normal2025-01-02 10:30:00+0000

CBC within normal limits


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "diagnosticreport-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "58410-2",
        "display": "CBC panel - Blood by Automated count"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-ledner"
  },
  "encounter": {
    "reference": "Encounter/encounter-ambulatory"
  },
  "effectiveDateTime": "2025-01-02",
  "issued": "2025-01-02T11:00:00Z",
  "performer": [
    {
      "reference": "Practitioner/practitioner-1"
    }
  ],
  "result": [
    {
      "reference": "Observation/observation-lab-example"
    }
  ],
  "conclusion": "CBC within normal limits"
}