View raw Markdown
type: exampleresource: ImagingSelectionexample: imagingselection-example-single-frame-image-selection

ImagingSelection Example: imagingselection-example-single-frame-image-selection

Example XML

<ImagingSelection
    xmlns="http://hl7.org/fhir">
    <id value="example-single-frame-image-selection"/>
    <status value="available"/>
    <code>
        <coding>
            <system value="http://dicom.nema.org/resources/ontology/DCM"/>
            <code value="113000"/>
        </coding>
    </code>
    <subject>
        <type value="Patient"/>
        <identifier>
            <system value="https://fhirhospital.org"/>
            <value value="KUTGIQCVCDRHVBUK"/>
        </identifier>
    </subject>
    <basedOn>
        <type value="ServiceRequest"/>
        <identifier>
            <type>
                <coding>
                    <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                    <code value="ACSN"/>
                </coding>
            </type>
            <value value="W12342398"/>
            <assigner>
                <reference value="Organization/dicom-organization"/>
            </assigner>
        </identifier>
    </basedOn>
    <basedOn>
        <reference value="ServiceRequest/example"/>
    </basedOn>
    <derivedFrom>
        <type value="ImagingStudy"/>
        <identifier>
            <system value="urn:dicom:uid"/>
            <value value="urn:oid:1.2.840.113747.20080222.35738167372924306270412538783781"/>
        </identifier>
    </derivedFrom>
    <studyUid value="1.2.840.113747.20080222.35738167372924306270412538783781"/>
    <seriesUid value="1.2.840.113747.20080222.35738167372924306270412538783781.1"/>
    <frameOfReferenceUid value="1.2.840.113747.20080222.35738167372924306270412538783781.0"/>
    <instance>
        <uid value="1.2.840.113747.20080222.35738167368358372924412538783781.1.0"/>
        <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>
    </instance>
</ImagingSelection>