FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-diagnosticreport-lab-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport diagnosticreport-lab-example
Language: en
Profile: US Core DiagnosticReport Profile for Laboratory Results Reportingversion: null6.1.0)
| Subject | Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, )) |
| When For | 2025-01-02 |
| Reported | 2025-01-02 11:00:00+0000 |
| Performer | Practitioner Joseph P Nichols (official) |
Report Details
| Code | Value | Flags | Reported |
| Leukocytes [#/volume] in Blood | 6.8 10^3/uL (Details: UCUM code10^3/uL = '10^3/uL') | Final, Normal | 2025-01-02 10:30:00+0000 |
CBC within normal limits
{
"resourceType": "DiagnosticReport",
"id": "diagnosticreport-lab-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab|6.1.0"
]
},
"language": "en",
"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-nichols"
}
],
"result": [
{
"reference": "Observation/observation-lab-example"
}
],
"conclusion": "CBC within normal limits"
}