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 |
<ImagingStudy xmlns="http://hl7.org/fhir">
<id value="portable-cxr-study"/>
<meta>
<profile
value="http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-imagingstudy"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<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>
</text>
<status value="available"/>
<subject>🔗
<reference value="Patient/example"/>
<display value="Example Patient"/>
</subject>
<started value="2026-08-05T08:15:00-04:00"/>
<interpreter>🔗
<reference value="Practitioner/example"/>
<display value="Example Practitioner"/>
</interpreter>
<numberOfSeries value="1"/>
<numberOfInstances value="1"/>
<series>
<uid value="2.25.12345678901234567890123456789012345678.1"/>
<number value="1"/>
<modality>
<system value="http://dicom.nema.org/resources/ontology/DCM"/>
<code value="DX"/>
<display value="Digital Radiography"/>
</modality>
<description value="Chest AP Portable"/>
<numberOfInstances value="1"/>
<bodySite>
<system value="http://snomed.info/sct"/>
<code value="51185008"/>
<display value="Thoracic structure (body structure)"/>
</bodySite>
<performer>
<actor>🔗
<reference value="Practitioner/example"/>
<display value="Example Practitioner"/>
</actor>
</performer>
</series>
</ImagingStudy>