-
Notifications
You must be signed in to change notification settings - Fork 13
/
Implant_with_Procedure.xml
72 lines (72 loc) · 3.49 KB
/
Implant_with_Procedure.xml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<component>
<section>
<templateId root="2.16.840.1.113883.10.20.22.2.23"/>
<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" codeSystemName="LOINC" displayName="Medical Equipment"/>
<!-- Veronica Test In this example, the implementer matched the section.code name to section.title -->
<!-- An implementer could use the section.title=implants or an appropriate title for their local implementation -->
<title>Medical Equipment</title>
<text>
<table>
<thead>
<tr>
<th>Implanted</th>
<th>Area</th>
<th>Manufacturer</th>
<th>Device Identifier</th>
<th>Details</th>
<th>Model</th>
<th>Serial</th>
<th>Lot</th>
<td>Procedure</td>
</tr>
</thead>
<tbody>
<tr>
<td ID="implant1">Patellofemoral Component</td>
<td>Left: Knee</td>
<td>MCK</td>
<td>00848486000400</td>
<td>Implanted: Qty: 1 on 04/13/2016 by Fleming, Barry</td>
<td/>
<td>123777</td>
<td>ABC634</td>
<td ID="proc1">Replacement of left knee joint</td>
</tr>
</tbody>
</table>
</text>
<entry>
<procedure classCode="PROC" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.14" extension="2014-06-09"/>
<id extension="274544" root="1.2.840.114350.1.13.5552.1.7.2.737780"/>
<!-- This SNOMED code is a for a partial or total knee replacement. Other codes may be appropriate -->
<code code="443543000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Replacement of left knee joint">
<originalText>
<reference value="#proc1"/>
</originalText>
</code>
<statusCode code="completed"/>
<effectiveTime value="20160413"/>
<participant typeCode="DEV">
<participantRole classCode="MANU">
<templateId root="2.16.840.1.113883.10.20.22.4.37"/>
<id assigningAuthorityName="FDA" extension="(01)00848486000400(11)160330(10)ABC634(21)123777" root="2.16.840.1.113883.3.3719"/>
<playingDevice>
<code nullFlavor="UNK">
<originalText>
<reference value="#implant1"/>
</originalText>
</code>
</playingDevice>
<!-- From Product Instance template:
The scopingEntity/id should correspond to FDA or the appropriate issuing agency. -->
<scopingEntity>
<id root="2.16.840.1.113883.3.3719"/>
</scopingEntity>
</participantRole>
</participant>
</procedure>
</entry>
</section>
</component>