-
Notifications
You must be signed in to change notification settings - Fork 14
/
PLAN_of_Treatment_No Planned_Test.xml
77 lines (75 loc) · 3.26 KB
/
PLAN_of_Treatment_No Planned_Test.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
73
74
75
<!-- This is an example of where a nullFlavor of OTH is used to represent the negation of any planned procedure -->
<section>
<templateId root="2.16.840.1.113883.10.20.22.2.10.1.2" extension="2014-06-09"/>
<code code="18776-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Treatment Plan"/>
<title>Plan of Treatment</title>
<text>
<table>
<thead>
<tr>
<th>Description</th>
<th>Date and Time (Range)</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>PLANNED TESTS</td>
</tr>
<tr>
<td id="PlannedTestDesc1">No Planned Tests</td>
</tr>
<tr>
<td>PLANNED PROCEDURES</td>
</tr>
<tr id="PlannedProcedure1">
<td id="PlannedProcedureDesc1">Laparoscopic Appendectomy</td>
<td>05/02/2015</td>
<td>Scheduled</td>
</tr>
</tbody>
</table>
</text>
<entry typeCode="DRIV">
<!-- For this example, we are recommended action.negationInd task force recommendation -->
<observation classCode="OBS" moodCode="INT" negationInd="true">
<!-- ** Plan of care activity observation ** -->
<templateId root="2.16.840.1.113883.10.20.22.4.44" extension="2014-06-09"/>
<id root="c03e5445-af1b-4911-a419-e2782f21448c"/>
<!--If a code is available for the general concept for which there is no information (e.g. Problem), use that
code in the code attribute, otherwise use a nullFlavor of OTH -->
<code nullFlavor="OTH">
<originalText>
<reference value="#PlannedTestDesc1"/>
</originalText>
</code>
<statusCode code="completed"/>
<!-- nullFlavor of NA used since no time is applicable in this context.-->
<effectiveTime nullFlavor="NA"/>
<!-- nullFlavor of NA used since no value is applicable in this context.-->
<value nullFlavor="NA" />
</observation>
</entry>
<entry typeCode="DRIV">
<procedure moodCode="RQO" classCode="PROC">
<!-- ** Plan of care procedure** -->
<templateId root="2.16.840.1.113883.10.20.22.4.41"/>
<id root="9a6d1bac-17d3-4195-89a4-1121bc809b4a"/>
<code code="6025007" displayName="Laparoscopic appendectomy" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT">
<originalText>
<reference value="#PlannedProcedureDesc1" />
</originalText>
</code>
<text>
<reference value="#PlannedProcedure1" />
</text>
<statusCode code="active" />
<!-- Effective times can be either a value or interval. For procedures with start and stop times, an interval would be more appropriate -->
<effectiveTime value="20150502" />
<!-- methodCode indicates how the procedure was performed. It cannot conflict with the code used for procedure-->
<methodCode code="51316009" codeSystem="2.16.840.1.113883.6.96" displayName="Laparoscopic procedure" codeSystemName="SNOMED-CT" />
<!-- targetSiteCode indicates the body site addressed by procedure and must be from value set 2.16.840.1.113883.3.88.12.3221.8.9-->
<targetSiteCode code="181255000" codeSystem="2.16.840.1.113883.6.96" displayName="Entire Appendix" codeSystemName="SNOMED-CT" />
</procedure>
</entry>
</section>