| DICOM PS3.20 2021a - Imaging Reports using HL7 Clinical Document Architecture |
|---|
|
Provides a quality assessment for the image set identified by the invoking section. By default unless otherwise identified, applies to the image set interpreted by the document (typically a Study). If the quality rating applies to only a subset of the Study (e.g., a Series, or a specific Image), that subset shall be identified in the invoking section. |
|
|
Included in 9.3 Imaging Procedure Description |
|
|
DICOM-20150324: Initial version Derived from Coded Observation |
|
ValueSet CID 7036 “Image Quality Assessment” |
||||||||
The Observation entry SHOULD include a text/reference element, whose value attribute (not to be confused with the value element of the Observation class) SHALL begin with a '#' and SHALL point to its corresponding narrative in the parent section (using the approach defined in CDA Release 2, section 4.3.5.1). See Section 9.1.1.1.
Example 10.9-1. Image Quality example
<observation classCode="OBS" moodCode="EVN">
<templateId root="1.2.840.10008.9.15"/>
<id root="1.2.840.113619.2.62.994044785528.20060823.200608232232322.3"/>
<code code="111050" codeSystem="1.2.840.10008.2.6.1"
codeSystemName="DCM"
displayName="Image Quality Assessment"/>
<text>
<reference value="#Q9"/>
</text>
<statusCode code="completed"/>
<value xsi:type="CD" code="RID12"
codeSystem="2.16.840.1.113883.6.256"
codeSystemName="RADLEX"
displayName="Diagnostic quality"/>
</observation>
| DICOM PS3.20 2021a - Imaging Reports using HL7 Clinical Document Architecture |
|---|