DICOM PS3.20 2024d - Imaging Reports using HL7 Clinical Document Architecture |
---|
This template specifies the common set of narrative block markup that may be included in a CDA imaging report section. |
|
[See 5.3.4 XML ID] |
||||||||
[See 5.3.4 XML ID] |
||||||||
[See 5.3.4 XML ID] |
||||||||
[See 5.3.4 XML ID] |
||||||||
[See 5.3.4 XML ID] |
||||||||
The text element within the section stores the narrative to be rendered, as described in the CDA R2 specification, and is referred to as the CDA narrative block.
COND: The text element SHALL be present if the section content is not completely represented by subsections.
As noted in the CDA R2 specification, the document originator is responsible for ensuring that the narrative block contains the complete, human readable, attested content of the section. Structured entries support computer processing and computation, and are not a replacement for the attestable, human-readable content of the CDA narrative block.
Additional specification information for the CDA narrative block can be found in the CDA R2 specification in sections 1.2.1, 1.2.3, 1.3, 1.3.1, 1.3.2, 4.3.4.2, and 6.
The narrative block allows a variety of markup. The markup that implements various types of internal and external linkage is shown in the table, and is included in the conformance specifications for each section narrative block that invokes this template. The markup elements may occur in any order and at any point within the narrative block text as allowed by the CDA R2 specification.
The CDA narrative block may contain the <content> markup element to wrap a block of text so that it can be explicitly identified using its XML ID attribute, and referenced from elsewhere in the document. Specifically, structured entries may link to their equivalent narrative rendering in a content block using the XML ID (see CDA R2 Specification, section 4.3.5.1).
COND: The XML ID attribute SHALL be present if the content is referenced from elsewhere in the document.
Additionally, a content block may include a styleCode attribute to suggest rendering (see CDA R2 Specification, section 4.3.5.11). For example, Bold could also be used to highlight actionable findings in the text of the 9.5 Findings and/or 9.6 Impression sections.
The CDA narrative block MAY contain the <linkHtml> markup to provide a link between narrative text in one section and a content block in another section (see CDA R2 specification section 4.3.5.2). The XML ID of the target content block is used in the linkHtml href attribute, with a prefixed '#' to indicate the reference is in the current document.
For example, a linkHtml reference could be used to link an actionable finding in the 9.6 Impression section to the specific, detailed measurement evidencing a problem that was identified in the text of the 9.5 Findings section.
The CDA narrative block MAY contain the <renderMultiMedia> markup element to include graphical content, e.g., a coronary tree diagram or myocardial wall motion "bulls-eye chart". The renderMultiMedia element SHALL link to an observationMedia structured entry using the XML ID of that entry (see Section 10.3.1 and CDA R2 Specification, section 4.3.5.6).
The CDA narrative block MAY contain the <linkHtml> markup to provide a link between narrative text and an external (non-attested) resource (see CDA R2 specification section 4.3.5.2).
For radiology reports, this capability may be used to tag concepts in the narrative block to concepts defined in the RadLex terminology (http://www.radlex.org), developed by the Radiological Society of North America. The RadLex coded vocabulary is a useful tool for indexing report content for data mining purposes. It is not intended to be a complete grammar for expression of clinical statements, but rather a lexicon for tagging concepts of interest.
Within the report section narrative blocks, RadLex codes may be included using the <linkHtml> element and a URI pointing to the RadLex resource. <linkHtml> elements may be embedded in the text at the location of the concept (within the scope of a content tag), or may be provided in a list at the end of the narrative block.
Example 9.1.1.4-1. Example - linkHtml references at point of use for RadLex
<section> ... <text> ... <content ID="find1">There is focal opacity <linkHtml href="http://www.radlex.org/RID/RID28530"/> at the right lung <linkHtml href="http://www.radlex.org/RID/RID1302"/> base most likely representing right lower lobe atelectasis <linkHtml href="http://www.radlex.org/RID/RID28493"/>. </content> <content ID="find2">The mediastinum ...</content> </text> ... </section>
Example 9.1.1.4-2. Example- linkHtml references at end of narrative block for RadLex
<section> <title>Findings</title> <text> <content ID="find1">Pleura normal... </content> <linkHtml href="http://www.radlex.org/RID/RID1362"/> </text> </section>
The text elements (and their children) MAY contain Web Access to DICOM Persistent Object (WADO) references to DICOM objects by including a linkHtml element where @href is a valid WADO URL. The text content of linkHtml MAY be either the visible text of the hyperlink, or a descriptor or identifier of the image.
The linkHtml may be associated with a <renderMultiMedia> markup element to specify a (limited resolution) copy of the image to be rendered in the narrative (e.g., a thumbnail); the renderMultiMedia element SHALL link to an observationMedia structured entry using the XML ID of that entry. As CDA does not allow use of an image as the linkHtml displayable hyper-linked content, the linkHtml should immediately follow the renderMultiMedia for the thumbnail.
Example 9.1.1.5-1. Example linkHtml reference for WADO image access
<text> ... <paragraph> <caption>Source of Measurement</caption> <renderMultiMedia referencedObject="#thumb1"/> <linkHtml href="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">Chest_PA</linkHtml> </paragraph> ... </text>
This template specifies a structure and Business Names for list markup in the narrative text, as described in the CDA Specification section 4.3.5.8. Inclusion of the listType="ordered" attribute specifies a numbered list of items.
COND: The XML ID attribute SHALL be present for a list or a list item if the content is referenced from elsewhere in the document.
The list items contain human readable displayable text using any of the narrative text structures permitted in section/text, including internal, external, or image references, or graphics. Processable structured data may be encoded in 10.1 Coded Observation or 10.5 Quantity Measurement entries in the section. Such observation entries SHOULD be linked to the corresponding item through the ID attribute of the item (see Section 10.1.2 and Section 10.5.1).
This template specifies a structure and Business Names for table markup in the narrative text, as described in the CDA Specification section 4.3.5.9, typically used for a table of measurements. The table may be of arbitrary size.
See Travis, A., et al., "Preferences for Structured Reporting of Measurement Data", JAcadRadiology 21:6 DOI:10.1016/j.acra.2014.02.008
COND: The XML ID attribute SHALL be present for a table or a table row if the content is referenced from elsewhere in the document.
The table cells contain human readable displayable text using any of the narrative text structures permitted in section/text, including internal, external, or image references, or graphics. Processable structured data may be encoded in 10.1 Coded Observation or 10.5 Quantity Measurement entries in the section. Such observation entries SHOULD be linked to the corresponding row through the ID attribute of the row (see Section 10.1.2 and Section 10.5.1).
Example 9.1.1.7-1. Measurements Table Example 1
<text> <table ID="T-C"> <caption>Cardiac Measurements</caption> <tr styleCode="Bold"> <th>Measurement name</th> <th>Value</th> <th>Flag</th> </tr> <tr ID="Q1"> <td>Left ventricular ejection fraction</td> <td>40 %</td> <td styleCode="Bold">LOW</td> </tr> <tr ID="Q2"> <td>Left ventricle end diastolic volume</td> <td>120 ml</td> </tr> <tr ID="Q3"> <td>Left ventricle end systolic volume</td> <td>72 ml</td> </tr> </table> </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="10230-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="LVEF" /> <text><reference value="#Q1"/></text> <statusCode code="completed"/> <effectiveTime value="20140913223912"/> <value xsi:type="PQ" unit="%" value="40" /> <interpretationCode code="L" codeSystem="2.16.840.1.113883.6.83" codeSystemName="ObservationInterpretation" displayName="Low" /> </observation> </entry> <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="8821-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="LVEDV" /> <text><reference value="#Q2"/></text> <statusCode code="completed"/> <effectiveTime value="20140913223912"/> <value xsi:type="PQ" unit="ml" value="120" /> </observation> </entry> <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="8823-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="LVESV" /> <text><reference value="#Q3"/></text> <statusCode code="completed"/> <effectiveTime value="20140913223912"/> <value xsi:type="PQ" unit="ml" value="72" /> </observation> </entry>
Example 9.1.1.7-2. Measurements Table Example 2
<text> <table ID="Table2"> <caption>Current Lesion Sizes with Comparison to Exam on 2014/11/16</caption> <tr styleCode="Bold"> <td>Ref</td> <td>Measurement name</td> <td>Current Value</td> <td>Prior Value</td> <td>Image Reference</td> </tr> <tr ID="lesRow1"> <td>L1</td> <td>Left periaortic lymph node size (mm) </td> <td>12 x 8</td> <td>15 x 10</td> <td><linkHtml href="http://wado.pacs.guh.org/..." >Ser:3, Img:67</linkHtml></td> </tr> ... </table> </text>
This template specifies the common set of structured entries that may be included in a CDA imaging report section, and an author participation for the section. |
|
Included in 9.5 Findings section and its sub-sections, 9.2 Clinical Information and other sections |
|
10.1 Coded Observation 2.16.840.1.113883.10.20.6.2.13 |
||||||||
10.5 Quantity Measurement 2.16.840.1.113883.10.20.6.2.14 |
||||||||
10.3 observationMedia 1.3.6.1.4.1.19376.1.4.1.4.7 |
||||||||
10.8 SOP Instance Observation 1.2.840.10008.9.18 |
||||||||
Note that there is no business name associated with this template. Rather, this template is an editorial convenience for template specification, and the Business Names for the elements of this template are logically part of the Business Name scope of the invoking template.
Also, the ID of this template is not represented in a templateID element. Rather, the templateID of the invoking template implicitly includes the elements specified by this template.
This templateId may be used to identify the template(s) used to generate/constrain the content of the section. This is in addition to the templateId of the section level template, and typically represents clinical sub-specialty requirements. See Section 5.1.1 on the structure and use of the templateId.
The author participation allows the recording of an author for a section, equivalent to the TID 1002 “Observer Context”. Either a person or a device may be identified as the author for a section or subsection.
COND: Either the assignedPerson or assignedAuthoringDevice element SHALL be present.
Example 9.1.2.2-1. Author example
<author> <assignedAuthor> <id extension="121008" root="2.16.840.1.113883.19.5"/> <assignedPerson> <name> <given>John</given> <family>Blitz</family> <suffix>MD</suffix> </name> </assignedPerson> </assignedAuthor> </author>
A section may contain CDA entries that represent clinical statements in coded form (using the 10.1 Coded Observation template), numeric measurements (using the 10.5 Quantity Measurement template), images to be displayed in the narrative block (using the 10.3 observationMedia template, and invoked from a renderMultiMedia element), or references to external images or annotated images (using the 10.8 SOP Instance Observation template).
Section templates defined in this Implementation guide SHALL NOT use the CDA Region of Interest Overlay entry (classCode="ROIOVL"). If it is desired to show images with graphical annotations, the annotations SHOULD be encoded in DICOM Presentation State objects that reference the image. Report applications that display referenced images and annotation may retrieve a rendered image using a WADO reference in accordance with PS3.18, including the image and Presentation State, or other DICOM retrieval and rendering methods. This approach avoids the risks of errors in registering a CDA region of interest annotation with DICOM images, and places all image rendering within the scope of the DICOM Standard, including the full range of 2D and 3D presentations defined in DICOM.
DICOM PS3.20 2024d - Imaging Reports using HL7 Clinical Document Architecture |
---|