US Quality Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-quality-core/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "ImagingStudy",
"id" : "portable-cxr-study",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-imagingstudy"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy portable-cxr-study</b></p><a name=\"portable-cxr-study\"> </a><a name=\"hcportable-cxr-study\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-quality-core-imagingstudy.html\">US Quality Core ImagingStudy</a></p></div><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-example.html\">Example Patient</a></p><p><b>started</b>: 2026-08-05 08:15:00-0400</p><p><b>interpreter</b>: <a href=\"Practitioner-example.html\">Example Practitioner</a></p><p><b>numberOfSeries</b>: 1</p><p><b>numberOfInstances</b>: 1</p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.25.12345678901234567890123456789012345678.1</p><p><b>number</b>: 1</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-DX\">DICOM: DX</a> (Digital Radiography)</p><p><b>description</b>: Chest AP Portable</p><p><b>numberOfInstances</b>: 1</p><p><b>bodySite</b>: <a href=\"http://snomed.info/id/51185008\">SNOMED CT: 51185008</a> (Thoracic structure (body structure))</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-example.html\">Example Practitioner</a></td></tr></table></blockquote></div>"
},
"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"
}
}
]
}
]
}