FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | ImagingStudy |
| Id | ImagingStudy-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImagingStudy example
Profile: US Quality Core ImagingStudy
status: Available
subject: Example Patient
started: 2026-08-05 10:00:00-0400
interpreter: Example Practitioner
numberOfSeries: 1
numberOfInstances: 450
series
uid: 2.25.60829827569917451655468613747200260615
number: 1
modality: DICOM: CT (Computed Tomography)
description: Chest Axials 1.25mm WO Contrast
numberOfInstances: 450
bodySite: SNOMED CT: 51185008 (Thoracic structure (body structure))
Performers
Function Actor performer Example Practitioner
{
"resourceType": "ImagingStudy",
"id": "example",
"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-05T10:00:00-04:00",
"interpreter": [
{
"reference": "Practitioner/example",
"display": "Example Practitioner"
}
],
"numberOfSeries": 1,
"numberOfInstances": 450,
"series": [
{
"uid": "2.25.60829827569917451655468613747200260615",
"number": 1,
"modality": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "CT",
"display": "Computed Tomography"
},
"description": "Chest Axials 1.25mm WO Contrast",
"numberOfInstances": 450,
"bodySite": {
"system": "http://snomed.info/sct",
"code": "51185008",
"display": "Thoracic structure (body structure)"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PRF",
"display": "performer"
}
]
},
"actor": {
"reference": "Practitioner/example",
"display": "Example Practitioner"
}
}
]
}
]
}