Материал: part20

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам

DICOM PS3.20 2020a - Imaging Reports using HL7 Clinical Document Architecture​

Page 61​

9.1.1.4 <linkHtml> Markup and External References​

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).​

Note​

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),developedbytheRadiologicalSocietyofNorthAmerica.TheRadLexcodedvocabulary​ isausefultoolforindexingreportcontentfordataminingpurposes.Itisnotintendedtobeacompletegrammarforexpression​ 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. ExamplelinkHtml 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>

9.1.1.5 <linkHtml> Markup and Image References​

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.​

- Standard -​

Page 62​

DICOM PS3.20 2020a - Imaging Reports using HL7 Clinical Document Architecture​

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>

9.1.1.6 list​

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.​

Each list is identified by an XML ID attribute, and each list item also is identified by an XML ID attribute.​

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).​

9.1.1.7 table​

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.​

Note​

See Travis, A., et al., "Preferences for Structured Reporting of Measurement Data", JAcadRadiology 21:6​ DOI:10.1016/j.acra.2014.02.008​

Each table is identified by an XML ID attribute, and each table row also is identified by an XML ID attribute.​

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​

As displayed​

Table . Cardiac Measurements​

Measurement name​

Value​

Flag​

Left ventricular ejection fraction​

40 %​

LOW​

Left ventricle end diastolic volume​

120 ml​

 

- Standard -​

DICOM PS3.20 2020a - Imaging Reports using HL7 Clinical Document Architecture​

Page 63​

Measurement name​

Value​

Flag​

 

Left ventricle end systolic volume​

72 ml​

 

 

As encoded in CDA instance​

<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"/>

- Standard -​

Page 64​

DICOM PS3.20 2020a - Imaging Reports using HL7 Clinical Document Architecture​

<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​

As displayed​

Table . Current Lesion Sizes with Comparison to Exam on 2014/11/16​

Ref​

Measurement name​

Current Value​

Prior Value​

Image Reference​

L1​

Left periaortic lymph node size (mm)​

12 x 8​

15 x 10​

Ser:3, Img:67​

L2​

Segment 2 left lobe lesion size (mm)​

6 x 8​

10 x 9​

Ser:3, Img:79​

L3​

Left common iliac lymph node size (mm)​12 x 3​

16 x 5​

Ser:3, Img:139​

As encoded in CDA instance​

<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>

9.1.2 General Section Entries​

Template ID​

1.2.840.10008.9.23​

Name​

General Section Entries​

Effective Date​

2015/03/24​

Version Label​

DICOM-20150324​

Status​

Active​

- Standard -​

 

DICOM PS3.20 2020a - Imaging Reports using HL7 Clinical Document Architecture​

Page 65​

Description​

Thistemplatespecifiesthecommonsetofstructuredentriesthatmaybeincluded​

 

in a CDA imaging report section, and an author participation for the section.​

Classification​

CDA Element Set​

 

Relationships​

Includedin9.5Findingssectionanditssub-sections,9.2ClinicalInformationand​

 

other sections​

 

Context​

sibling node​

 

Open/Closed​

open​

 

Revision History​

DICOM-20150324: Initial version​

 

Business Name​ Nest​

Element/Attribute​

Card​

Elem/Attr Conf​ Data​Value​Value​

Subsidiary​

 

Level​

 

 

 

Type​Conf​

Template​

ContentTemplate​

 

templateId​

0..1​

MAY​

II​

 

 

 

author​

0..*​

MAY​

 

 

AuthoringTime​

>​

time​

1..1​

SHALL​

TS​

 

 

>​

assignedAuthor​

1..1​

SHALL​

 

 

AuthorID​

>>​

id​

1.*​

SHALL​

II​

 

 

>>​

assignedPerson​

1..1​

COND​

 

 

AuthorName​

>>>​

name​

1..1​

SHALL​

PN​

 

 

>>​

assignedAuthoring​

1..1​

COND​

 

 

 

 

Device​

 

 

 

 

AuthorDevice​

>>>​

manufacturerModel​

0..1​

SHOULD​

ST​

 

Model​

 

Name​

 

 

 

 

AuthorSoftware​

>>>​

softwareName​

0..1​

SHOULD​

ST​

 

 

>>​

represented​

0..1​

MAY​

 

 

 

 

Organization​

 

 

 

 

AuthorOrganization​>>>​

name​

0..1​

SHOULD​

ON​

 

 

 

entry​

0..*​

MAY​

 

 

Coded​

>​

observation​

1..1​

SHALL​

10.1 Coded​

Observation[*]​

 

 

 

 

Observation​

 

 

 

 

 

2.16.840.1.113883.​

 

 

 

 

 

10.20.6.2.13​

 

 

entry​

0..*​

MAY​

 

 

Quantity​

>​

observation​

1..1​

SHALL​

10.5 Quantity​

Measurement[*]​

 

 

 

 

Measurement​

 

 

 

 

 

2.16.840.1.113883.​

 

 

 

 

 

10.20.6.2.14​

 

 

entry​

0..*​

MAY​

 

 

Graphic[*]​

>​

observationMedia​

1..1​

SHALL​

10.3​

 

 

 

 

 

observationMedia​

 

 

 

 

 

1.3.6.1.4.1.19376.​

 

 

 

 

 

1.4.1.4.7​

 

 

entry​

0..*​

MAY​

 

 

SOPInstance[*]​

>​

observation​

1..1​

SHALL​

10.8 SOP Instance​

 

 

 

 

 

Observation​

 

 

 

 

 

1.2.840.10008.9.18​

 

 

entry​

0..*​

MAY​

 

 

 

>​

regionOfInterest​

0..0​

SHALL NOT​

 

 

- Standard -​