DICOM PS3.20 2024d - Imaging Reports using HL7 Clinical Document Architecture |
---|
The documentationOf/serviceEvent may include as a participant the physician reading the study, equivalent to DICOM attribute (0008,1060), and other healthcare professional participants in the procedure (e.g., the surgical performer in an interventional procedure).
In simple procedures, the physician reading the study is identified in the Author or LegalAuthenticator participation on the ClinicalDocument, and does not need to be re-identified in this element. The technologist performing the imaging may be identified in this element as a secondary performer, since the interpreting physician is the principal performer responsible for the service event.
Example 8.2.4.2-1. Physician reading study performer example
<performer typeCode="PRF"> <assignedEntity> <id extension="111111111" root="2.16.840.1.113883.4.6"/> <code code="2085R0202X" codeSystem="2.16.840.1.113883.6.101" codeSystemName="NUCC" displayName="Diagnostic Radiology"/> <addr nullFlavor="NI"/> <telecom nullFlavor="NI"/> <assignedPerson> <name><given>Christine</given><family>Cure</family><suffix>MD</suffix></name> </assignedPerson> </assignedEntity> </performer>
Example 8.2.4.2-2. participant example
<participant typeCode="REF"> <associatedEntity classCode="PROV"> <id nullFlavor="NI"/> <addr nullFlavor="NI"/> <telecom nullFlavor="NI"/> <associatedPerson> <name><given>Amanda</given><family>Assigned</family><suffix>MD</suffix></name> </associatedPerson> </associatedEntity> </participant>
Example 8.2.4.2-3. dataEnterer example
<dataEnterer> <assignedEntity typeCode="ENT"> <id root="2.16.840.1.113883.19.5" extension="43252"/> <addr> <streetAddressLine>21 North Ave.</streetAddressLine> <city>Burlington</city> <state>MA</state> <postalCode>02368</postalCode> <country>US</country> </addr> <telecom use="WP" value="tel:(555) 555-1003"/> <assignedPerson> <name><given>Henry</given><family>Seven</family></name> </assignedPerson> </assignedEntity> </dataEnterer>
DICOM PS3.20 2024d - Imaging Reports using HL7 Clinical Document Architecture |
---|