This page is part of the Integrated Reporting Applications (v1.0.0: Publication) based on FHIR v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: ImagingSelection Content example - XML Representation
Raw xml | Download
<ImagingSelection xmlns="http://hl7.org/fhir">
<id value="example-ImagingSelectionContent"/>
<meta>
<profile
value="https://profiles.ihe.net/RAD/IRA/StructureDefinition/imagingselectioncontent"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ImagingSelection</b><a name="example-ImagingSelectionContent"> </a></p><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">Resource ImagingSelection "example-ImagingSelectionContent" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-imagingselectioncontent.html">ImagingSelection Content</a></p></div><p><b>status</b>: unknown</p><p><b>subject</b>: <a href="Patient-example-PatientContext.html">Patient/example-PatientContext</a> " SMITH"</p><p><b>code</b>: For Diagnosis <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (DICOM#128195)</span></p><p><b>studyUid</b>: 1.2.3.4.5</p><p><b>derivedFrom</b>: <a href="ImagingStudy-example-ImagingStudyContext.html">ImagingStudy/example-ImagingStudyContext</a></p><p><b>seriesUid</b>: 1.2.3.4.5.1</p><blockquote><p><b>instance</b></p><p><b>uid</b>: 1.2.3.4.5.1.1</p><p><b>sopClass</b>: urn:oid:1.2.840.10008.5.1.4.1.1.2 (Details: urn:ietf:rfc:3986 code urn:oid:1.2.840.10008.5.1.4.1.1.2 = 'urn:oid:1.2.840.10008.5.1.4.1.1.2', stated as 'null')</p><h3>ImageRegion2Ds</h3><table class="grid"><tr><td style="display: none">-</td><td><b>RegionType</b></td><td><b>Coordinate</b></td></tr><tr><td style="display: none">*</td><td>polyline</td><td>0.25, 0.25, 0.75, 0.25, 0.75, 0.75, 0.25, 0.75, 0.25, 0.25</td></tr></table></blockquote></div>
</text>
<status value="unknown"/>
<subject>
<reference value="Patient/example-PatientContext"/>
</subject>
<code>
<coding>
<system value="http://dicom.nema.org/resources/ontology/DCM"/>
<code value="128195"/>
<display value="For Diagnosis"/>
</coding>
</code>
<studyUid value="1.2.3.4.5"/>
<derivedFrom>
<reference value="ImagingStudy/example-ImagingStudyContext"/>
</derivedFrom>
<seriesUid value="1.2.3.4.5.1"/>
<instance>
<uid value="1.2.3.4.5.1.1"/>
<sopClass>
<system value="urn:ietf:rfc:3986"/>
<code value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>
</sopClass>
<imageRegion2D>
<regionType value="polyline"/>
<coordinate value="0.25"/>
<coordinate value="0.25"/>
<coordinate value="0.75"/>
<coordinate value="0.25"/>
<coordinate value="0.75"/>
<coordinate value="0.75"/>
<coordinate value="0.25"/>
<coordinate value="0.75"/>
<coordinate value="0.25"/>
<coordinate value="0.25"/>
</imageRegion2D>
</instance>
</ImagingSelection>