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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeDiagnosticReport
IdDiagnosticReport-example.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 example

Blood glucose (Laboratory)

SubjectExample Patient Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))
Relevant Time2026-08-05 08:00:00-0400
Reported2026-08-05 09:15:00-0400
Performer Organization Example Hospital

Report Details

CodeValueReference RangeFlags
Glucose Bld-mCnc76 mg/dLNormal Range: 40 mg/dL (Details: UCUM codemg/dL = 'mg/dL') - 109 mg/dL (Details: UCUM codemg/dL = 'mg/dL')Final, Normal

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-diagnosticreport-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2339-0",
        "display": "Glucose Bld-mCnc"
      }
    ],
    "text": "Blood glucose"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Example Patient"
  },
  "effectiveDateTime": "2026-08-05T08:00:00-04:00",
  "issued": "2026-08-05T09:15:00-04:00",
  "performer": [
    {
      "reference": "Organization/example-1"
    }
  ],
  "result": [
    {
      "reference": "Observation/laboratory-result-observation-example-blood-glucose",
      "display": "Glucose Laboratory Result Observation"
    }
  ]
}