DICOM PS3.20 2024e - Imaging Reports using HL7 Clinical Document Architecture |
---|
Each documentationOf/serviceEvent indicates an imaging procedure that the provider describes and interprets in the content of the report. The main activity being described by this document is both the performance of the imaging procedure and the interpretation of the imaging procedure.
There may be more than one documentationOf/serviceEvent element if the report is interpreting multiple DICOM Studies. There may also be multiple reports for a single DICOM Study.
The serviceEvent/id element contains the DICOM Study Instance UID.
The date and time of the imaging procedure is indicated in the serviceEvent/effectiveTime element; the date and time of the interpretation is in the clinicalDocument/effectiveTime.
The serviceEvent/effectiveTime uses the IVL_TS data type with the low element required, for harmonization with Consolidated CDA release 1.1.
Within each documentationOf element, there is one serviceEvent element. The type of imaging procedure may be further described in the serviceEvent/code element. This guide makes no specific recommendations about the primary vocabulary to use for describing this event, identified as Procedure Code.
The serviceEvent/code/translation elements include codes representing the primary image acquisition modality using DICOM (DCM) terminology, and target anatomic region (for which SNOMED terminology is recommended).
These codes may be used as health information exchange search metadata in accordance with the IHE Radiology Technical Framework Cross-Enterprise Document Sharing for Imaging (XDS-I) Profile.
Binding of the Concept Domains ProcedureCode and AnatomicRegion to specific Value Sets may be done in a further profiling of the use of this Template.
Example 8.2.4.1-1. documentationOf example
<documentationOf> <serviceEvent classCode="ACT" moodCode="EVN"> <!-- study instance UID (0020,000D) --> <id root="1.2.840.113619.2.62.994044785528.114289542805"/> <!-- code is DICOM (Performed) Procedure Code Seq (0008,1032) --> <code code="71020" displayName="Radiologic examination, chest, two views, frontal and lateral" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT4"> <translation code="XR" displayName="XR" codeSystem="1.2.840.10008.2.16.4" codeSystemName="DCM"/> </code> <!-- translation code is Modality (0008,0060) --> <effectiveTime value="20060823222400+0800"/> </serviceEvent> </documentationOf>
DICOM PS3.20 2024e - Imaging Reports using HL7 Clinical Document Architecture |
---|