FHIR IG analytics| Package | hl7.fhir.uv.ips.r4b |
| Resource Type | Observation |
| Id | Observation-ips-example-imaging-5.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ips-example-imaging-5
status: Final
category: Imaging
code: Chest X-ray - PA and lateral
subject: Alexander Heig Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)
effective: 1995-06-08
performer:
value: FINDINGS: Normal cardiomediastinal silhouette. No focal parenchymal process. No pleural effusions. No pneumothorax. No acute osseous abnormalities. IMPRESSION: No acute cardiopulmonary findings.
| Code | Value[x] |
| XR Chest Diameter.lateral | 27.8-29.6 cm |
{
"resourceType": "Observation",
"id": "ips-example-imaging-5",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"partOf": [
{
"reference": "ImagingStudy/TII-ImagingStudy-5-1"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "imaging",
"display": "Imaging"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "42272-5",
"display": "XR Chest PA and Lateral"
}
],
"text": "Chest X-ray - PA and lateral"
},
"subject": {
"reference": "Patient/eumfh-39-07"
},
"effectiveDateTime": "1995-06-08",
"performer": [
{
"reference": "Practitioner/eumfh-39-07"
},
{
"reference": "Organization/TII-Organization1"
}
],
"valueString": "FINDINGS: Normal cardiomediastinal silhouette. No focal parenchymal process. No pleural effusions. No pneumothorax. No acute osseous abnormalities. IMPRESSION: No acute cardiopulmonary findings.",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "38181-4",
"display": "XR Chest Diameter.lateral"
}
]
},
"valueRange": {
"low": {
"value": 27.8,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
},
"high": {
"value": 29.6,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}
}
]
}