FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | ImagingStudy |
| Id | ImagingStudy-portable-cxr-study.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImagingStudy portable-cxr-study
Profile: US Quality Core ImagingStudy
status: Available
subject: Example Patient
started: 2026-08-05 08:15:00-0400
interpreter: Example Practitioner
numberOfSeries: 1
numberOfInstances: 1
series
uid: 2.25.12345678901234567890123456789012345678.1
number: 1
modality: DICOM: DX (Digital Radiography)
description: Chest AP Portable
numberOfInstances: 1
bodySite: SNOMED CT: 51185008 (Thoracic structure (body structure))
Performers
Actor Example Practitioner
{
"resourceType": "ImagingStudy",
"id": "portable-cxr-study",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-imagingstudy"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "available",
"subject": {
"reference": "Patient/example",
"display": "Example Patient"
},
"started": "2026-08-05T08:15:00-04:00",
"interpreter": [
{
"reference": "Practitioner/example",
"display": "Example Practitioner"
}
],
"numberOfSeries": 1,
"numberOfInstances": 1,
"series": [
{
"uid": "2.25.12345678901234567890123456789012345678.1",
"number": 1,
"modality": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "DX",
"display": "Digital Radiography"
},
"description": "Chest AP Portable",
"numberOfInstances": 1,
"bodySite": {
"system": "http://snomed.info/sct",
"code": "51185008",
"display": "Thoracic structure (body structure)"
},
"performer": [
{
"actor": {
"reference": "Practitioner/example",
"display": "Example Practitioner"
}
}
]
}
]
}