-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathImplanted_Device_Present_UDI
43 lines (43 loc) · 2.11 KB
/
Implanted_Device_Present_UDI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<!-- ************** PROCEDURES and UDI ***************** -->
<component>
<section>
<!-- Medical equipment section -->
<templateId root="2.16.840.1.113883.10.20.22.2.23" extension="2014-06-09"/>
<code code="46264-8" codeSystem="2.16.840.1.113883.6.1" />
<title>MEDICAL EQUIPMENT</title>
<text><paragraph ID="Proc">Patient has a Cardiac Pacemaker</paragraph></text>
<!-- Systems will need to decide whether to include UDI in narrative or not include and expect
systems to parse product instance id -->
<entry>
<procedure classCode="PROC" moodCode="EVN">
<!-- Procedure Activity Procedure V2-->
<templateId root="2.16.840.1.113883.10.20.22.4.14"/>
<templateId root="2.16.840.1.113883.10.20.22.4.14" extension="2014-06-09"/>
<id root="d5b614bd-01ce-410d-8726-e1fd01dcc72b" />
<code code="71388002" codeSystem="2.16.840.1.113883.6.96"
displayName="Procedure"/>
<text>
<reference value="#Proc"/>
</text>
<statusCode code="completed"/>
<effectiveTime nullFlavor="UNK"/>
<participant typeCode="DEV">
<participantRole classCode="MANU">
<templateId root="2.16.840.1.113883.10.20.22.4.37"/>
<!-- UDI -->
<id extension="(01)51022222233336(11)141231(17)150707(10)A213B1(21)1234"
root="2.16.840.1.113883.3.3719"/>
<playingDevice>
<code code="40388003" codeSystem="2.16.840.1.113883.6.96"
displayName="Implant"/>
</playingDevice>
<scopingEntity>
<id root="2.16.840.1.113883.3.3719"/>
</scopingEntity>
</participantRole>
</participant>
</procedure>
</entry>
</section>
</component>