DICOM PS3.20 2025a - Imaging Reports using HL7 Clinical Document Architecture |
---|
Instance Creation Date (0008,0012) + Instance Creation Time (0008,0013) + Timezone Offset From UTC (0008,0201) |
||||||||
10.8 SOP Instance Observation 1.2.840.10008.9.18 |
||||||||
ValueSet CID 7003 “Diagnostic Imaging Report Purpose of Reference” |
||||||||
COND: entryRelationship SHALL NOT be present in a 10.8 SOP Instance Observation included within a 9.8.7 DICOM Object Catalog section, and MAY be present otherwise.
This template recursively invokes itself to allow a Presentation State SOP Instance reference to identify the target Image SOP Instances, or for a derived Image to reference its source Image, or similar linkages between instances.
A Purpose of Reference Observation describes the purpose of the DICOM composite object reference. Appropriate codes, such as externally defined DICOM codes, may be used to specify the semantics of the purpose of reference. When this observation is absent, it implies that the reason for the reference is unknown.
A Referenced Frames Observation contains a list of integer values for the referenced frames of a DICOM multi-frame image SOP instance. It identifies the frame numbers within the referenced SOP instance to which the reference applies. The observation identifies frames using the same convention as DICOM, with the first frame in the referenced object being Frame 1. A Referenced Frames Observation must be used if a referenced DICOM SOP instance is a multi-frame image and the reference does not apply to all frames.
Example 10.8-1. SOP instance observation example with purpose of reference
<observation classCode="DGIMG" moodCode="EVN"> <templateId root="1.2.840.10008.9.18"/> <id root="1.2.840.113619.2.62.994044785528.20060823.200608232232322.3"/> <code code="1.2.840.10008.5.1.4.1.1.1" codeSystem="1.2.840.10008.2.6.1" codeSystemName="DCMUID" displayName="Computed Radiography Image"> </code> <text mediaType="application/dicom"> <reference value="http://www.example.org/wado?requestType=WADO &studyUID=1.2.840.113619.2.62.994044785528.114289542805 &seriesUID=1.2.840.113619.2.62.994044785528.20060823223142485051 &objectUID=1.2.840.113619.2.62.994044785528.20060823.200608232232322.3 &contentType=application/dicom"/> <!--reference to image 1 (PA) --> </text> <effectiveTime value="20060823223232"/> <entryRelationship typeCode="RSON"> <observation classCode="OBS" moodCode="EVN"> <templateId root="2.16.840.1.113883.10.20.6.2.9"/> <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/> <value xsi:type="CD" code="121112" codeSystem="1.2.840.10008.2.16.4" codeSystemName="DCM" displayName="Source of Measurement"/> </observation> </entryRelationship> </observation>
DICOM PS3.20 2025a - Imaging Reports using HL7 Clinical Document Architecture |
---|