FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-DiagnosticReportExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport DiagnosticReportExample
| Subject | Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number) |
| When For | 2024-07-05 |
| Reported | 2024-07-06 11:45:33+0000 |
| Performer | XYZ Clinic |
Report Details
| Code | Value | Reference Range | Flags | When For |
| WBCs | 10 10*3/uL (Details: UCUM code10*3/uL = '10*3/uL') | Normal Range: 4.5 10*3/uL (Details: UCUM code10*3/uL = '10*3/uL') - 11 10*3/uL (Details: UCUM code10*3/uL = '10*3/uL') | Final, Normal | 2020-07-05 |
{
"resourceType": "DiagnosticReport",
"id": "DiagnosticReportExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-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": "58410-2",
"display": "CBC panel - Blood by Automated count"
}
]
},
"subject": {
"reference": "Patient/PatientChildExample",
"display": "Child Patient"
},
"effectiveDateTime": "2024-07-05",
"issued": "2024-07-06T11:45:33Z",
"performer": [
{
"reference": "Organization/ClinicSubmitterExample",
"display": "XYZ Clinic"
}
],
"result": [
{
"reference": "Observation/cbcLeukocytesExample",
"display": "LEUKOCYTES"
}
]
}