FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Observation |
| Id | Observation-cxr-finding-lung-fields.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation cxr-finding-lung-fields
status: Final
category: Imaging
code: Radiology Finding: Lungs
subject: Example Patient
effective: 2026-08-05 08:15:00-0400
performer: Example Practitioner
value: Single view portable AP chest radiograph demonstrates clear lung fields without focal consolidation, pleural effusion, or pneumothorax. Heart size is within normal limits.
{
"resourceType": "Observation",
"id": "cxr-finding-lung-fields",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-observation-clinical-result"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "imaging",
"display": "Imaging"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "18782-3",
"display": "Radiology Study observation (narrative)"
}
],
"text": "Radiology Finding: Lungs"
},
"subject": {
"reference": "Patient/example",
"display": "Example Patient"
},
"effectiveDateTime": "2026-08-05T08:15:00-04:00",
"performer": [
{
"reference": "Practitioner/example",
"display": "Example Practitioner"
}
],
"valueString": "Single view portable AP chest radiograph demonstrates clear lung fields without focal consolidation, pleural effusion, or pneumothorax. Heart size is within normal limits."
}