-
Notifications
You must be signed in to change notification settings - Fork 13
/
Interventions Proceure Activity Act(C-CDA2.1).xml
66 lines (66 loc) · 2.7 KB
/
Interventions Proceure Activity Act(C-CDA2.1).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
<section>
<templateId root="2.16.840.1.113883.10.20.21.2.3" extension="2015-08-01"/>
<code code="62387-6" displayName="Interventions Provided" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC"/>
<title>Interventions Section</title>
<text>
<table>
<thead>
<tr>
<th>Description</th>
<th>Date and Time (Range)</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr ID="Procedure1">
<td ID="ProcedureDesc1">Individual Counseling For Medical Nutrition </td>
<td>29 Mar 2014 10:45am</td>
<td>Completed</td>
</tr>
</tbody>
</table>
</text>
<entry typeCode="DRIV">
<!-- Act should be used for care of the patient that cannot be classified as a procedure or observation (e.g. wound dressing change, counseling) -->
<!-- Intervention Act -->
<act classCode="ACT" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.131" extension="2015-08-01"/>
<id root="85fa4b62-e3a9-4385-b064-fe04cca35adb"/>
<code code="362956003" codeSystem="2.16.840.1.113883.6.96"
codeSystemName="SNOMED CT" displayName="Intervention"/>
<statusCode code="completed"/>
<entryRelationship typeCode="REFR">
<!-- The following act is one intervention - Nutrition education -->
<!-- Procedure Activity Act -->
<act classCode="ACT" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.12"/>
<templateId root="2.16.840.1.113883.10.20.22.4.12" extension="2014-06-09"/>
<id root="9c0f070c-2e9e-4be1-a5b5-ff6d0f68123c"/>
<code code="61310001" codeSystem="2.16.840.1.113883.6.96"
displayName="Nutrition education" codeSystemName="SNOMED-CT">
<originalText>
<reference value="#ProcedureDesc1"/>
</originalText>
<translation code="97802" codeSystem="2.16.840.1.113883.6.12"
displayName="Medical nutrition therapy; initial" codeSystemName="CPT"/>
<translation code="S9470" codeSystem="2.16.840.1.113883.6.13"
displayName="Nutritional counseling, diet" codeSystemName="HCPCS"/>
<!-- For some activities, ICD-9 and ICD-10 procedure codes may not apply (e.g. nutritional counseling). ICD-9 and ICD-10 diagnosis codes translate and shown below-->
<translation code="V65.3" codeSystem="2.16.840.1.113883.6.103"
displayName="Dietary surveillance and counseling"
codeSystemName="ICD-9 Diagnosis"/>
<translation code="Z71.3" codeSystem="2.16.840.1.113883.6.90"
displayName="Dietary counseling and surveillance"
codeSystemName="ICD-10 Diagnosis"/>
</code>
<text>
<reference value="#Procedure1"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="20140329104513-0500"/>
</act>
</entryRelationship>
</act>
</entry>
</section>