FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-diagnosticreport-note-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-note-example
Language: en
Profile: US Core DiagnosticReport Profile for Report and Note Exchangeversion: null6.1.0)
| Subject | Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, )) |
| When For | 2025-01-02 10:00:00+0000 |
| Reported | 2025-01-02 11:30:00+0000 |
| Performer | Practitioner Joseph P Nichols (official) |
Report Details
| Code | Value | Flags | When For | Reported |
| Radiology Study observation (narrative) | LINES AND TUBES: None. LUNGS AND PLEURA: Clear lungs. Normal pulmonary vascularity. No pleural effusion. No pneumothorax. HEART, MEDIASTINUM AND HILA: Heart is normal in size. Normal mediastinal and hilar contour. BONES AND SOFT TISSUES: No acute abnormality. | Final | 2025-01-02 | 2025-01-02 10:30:00+0000 |
No acute radiographic abnormality
{
"resourceType": "DiagnosticReport",
"id": "diagnosticreport-note-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|6.1.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LP29684-5",
"display": "Radiology"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "42272-5",
"display": "XR Chest PA and Lateral"
}
]
},
"subject": {
"reference": "Patient/patient-ledner"
},
"encounter": {
"reference": "Encounter/encounter-ambulatory"
},
"effectiveDateTime": "2025-01-02T10:00:00Z",
"issued": "2025-01-02T11:30:00Z",
"performer": [
{
"reference": "Practitioner/practitioner-nichols"
}
],
"result": [
{
"reference": "Observation/observation-clinical-result-xray-example"
}
],
"conclusion": "No acute radiographic abnormality"
}