| DICOM PS3.20 2021c - Imaging Reports using HL7 Clinical Document Architecture |
|---|
|
A Quantity Measurement records quantitative measurements such as linear, area, volume, and numeric measurements. If based on image data, a reference to the image may be present. |
|
|
DICOM-20150324: Initial publication, derived from template originally published in DIR r1-2009, revised in Consolidated CDA r1-2011 as 2.16.840.1.113883.10.20.6.2.14. This derivation includes Units of Measure specified with DICOM value set for UCUM (CID 82 “Units of Measurement”), equivalent to C-CDA specified value set (UCUM Units of Measure (case sensitive) 2.16.840.1.113883.11.12839); addition of optional interpretationCode and actionable priority |
|
ValueSet CID 82 “Units of Measurement” |
||||||||
|
ValueSet ObservationInterpretation Value Set 2.16.840.1.113883.11.78 |
||||||||
|
ValueSet CID 7035 “Actionable Finding Classification” [See 10.1.3 interpretationCode and translation For Actionable Findings] |
||||||||
|
ValueSet CID 244 “Laterality” |
||||||||
|
ValueSet CID 2 “Anatomic Modifier” |
||||||||
|
10.8 SOP Instance Observation 1.2.840.10008.9.18 |
||||||||
|
10.5 Quantity Measurement 2.16.840.1.113883.10.20.6.2.14 |
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.5-1. Quantity measurement observation example 1
<text> ...
<content ID="Q21" styleCode="Bold">Calcium score (Agatston) : 817 [HIGH - ACR Cat3]</content>
...
</text>
<entry>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.6.2.14"/>
<id root="1.2.840.10213.2.62.7044234.11652014"/>
<code code="112058" codeSystem="1.2.840.10008.2.16.4"
codeSystemName="DCM" displayName="Calcium score" />
<text><reference value="#Q21"/></text>
<statusCode code="COMPLETED"/>
<effectiveTime value="20140913223912"/>
<value xsi:type="PQ" unit="[arb'U]" value="817" />
<interpretationCode code="HH" codeSystem="2.16.840.1.113883.5.83"
codeSystemName="ObservationInterpretation" displayName="High alert">
<translation code="RID49482" codeSystem="2.16.840.1.113883.6.256"
codeSystemName="RADLEX" displayName="ACR Category 3 Actionable Finding" />
</interpretationCode>
<methodCode code="112055" codeSystem="1.2.840.10008.2.16.4"
codeSystemName="DCM" displayName="Agatston" />
<!-- entryRelationships to SOP Instance Observations may go here -->
</observation>
</entry>
Example 10.5-2. Quantity measurement observation example 2
<section>
<title>Left femoral artery</title>
<text>
...
<content ID="M10">Distal lumen stenosis: 75%</content>
...
</text>
<entry>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.6.2.14"/>
<id root="1.2.840.10213.2.62.7044234.988810005"/>
<code code="408714007" codeSystem="2.16.840.1.113883.6.96"
codeSystemName=" SNOMED CT"
displayName="Vessel lumen diameter reduction" />
<text><reference value="#M10"/></text>
<statusCode code="COMPLETED"/>
<effectiveTime value="20140913223912"/>
<value xsi:type="PQ" unit="%" value="75" />
<targetSiteCode code="113270003"
codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"
displayName="Left femoral artery">
<qualifier>
<name code="106233006" codeSystem="2.16.840.1.113883.6.96"
codeSystemName="SNOMED CT" displayName="Topographical modifier" />
<value code="46053002" codeSystem="2.16.840.1.113883.6.96"
codeSystemName="SNOMED CT" displayName="Distal" />
</qualifier>
</targetSiteCode>
</observation>
</entry>
</section>
| DICOM PS3.20 2021c - Imaging Reports using HL7 Clinical Document Architecture |
|---|