FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport example
| Subject | Example Patient Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing))) |
| Relevant Time | 2026-08-05 08:00:00-0400 |
| Reported | 2026-08-05 09:15:00-0400 |
| Performer | Organization Example Hospital |
Report Details
| Code | Value | Reference Range | Flags |
| Glucose Bld-mCnc | 76 mg/dL | Normal Range: 40 mg/dL (Details: UCUM codemg/dL = 'mg/dL') - 109 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | Final, Normal |
{
"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"
}
]
}