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="example"/>
<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 example</b></p><a name="example"> </a><a name="hcexample"> </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 10:00: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>: 450</p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.25.60829827569917451655468613747200260615</p><p><b>number</b>: 1</p><p><b>modality</b>: <a href="http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-CT">DICOM: CT</a> (Computed Tomography)</p><p><b>description</b>: Chest Axials 1.25mm WO Contrast</p><p><b>numberOfInstances</b>: 450</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>Function</b></td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PRF}">performer</span></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-05T10:00:00-04:00"/>
<interpreter>🔗
<reference value="Practitioner/example"/>
<display value="Example Practitioner"/>
</interpreter>
<numberOfSeries value="1"/>
<numberOfInstances value="450"/>
<series>
<uid value="2.25.60829827569917451655468613747200260615"/>
<number value="1"/>
<modality>
<system value="http://dicom.nema.org/resources/ontology/DCM"/>
<code value="CT"/>
<display value="Computed Tomography"/>
</modality>
<description value="Chest Axials 1.25mm WO Contrast"/>
<numberOfInstances value="450"/>
<bodySite>
<system value="http://snomed.info/sct"/>
<code value="51185008"/>
<display value="Thoracic structure (body structure)"/>
</bodySite>
<performer>
<function>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
<code value="PRF"/>
<display value="performer"/>
</coding>
</function>
<actor>🔗
<reference value="Practitioner/example"/>
<display value="Example Practitioner"/>
</actor>
</performer>
</series>
</ImagingStudy>