-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathMED_Med_Single_Administration.xml
87 lines (87 loc) · 3.52 KB
/
MED_Med_Single_Administration.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
76
77
78
79
80
81
82
83
84
85
86
87
<section>
<templateId root="2.16.840.1.113883.10.20.22.2.1.1"/>
<!-- Medication Section (entries required) -->
<code code="10160-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of Medication Use"/>
<title>MEDICATIONS</title>
<text>
<table border="1" width="100%">
<thead>
<tr>
<th>Medication</th>
<th>Instructions</th>
<th>Dosage</th>
<th>Effective Date</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr ID="Medication_7">
<td ID="MedicationName_7">Aspirin 81mg Oral Tablet</td>
<td ID="MedicationSig_7">take 2 tablets</td>
<td ID="MedicationDosage_7">162 MG</td>
<td>Sep-11-2013</td>
<td>Completed</td>
</tr>
</tbody>
</table>
</text>
<entry typeCode="DRIV">
<substanceAdministration classCode="SBADM" moodCode="EVN">
<!-- This medication use case is a medication administered a single time in the past. If it to be administered use moodCode = "INT". If an ordered drug then use moodCode = "RQO" -->
<!-- Dependencies exist between moodCode, statusCode and effectiveTime -->
<templateId root="2.16.840.1.113883.10.20.22.4.16" />
<id root="1061a257-3b5c-4b09-9dc7-23e59b788b18"/>
<text>
<!-- This reference refers to medication information in unstructured portion of section-->
<reference value="#Medication_7" />
</text>
<statusCode code="completed"/>
<!-- This is a one-time administration, so low and high times are not used -->
<!-- It is xsi:type = "TS", but that cannot be explicitly declared given the base CDA schema -->
<!-- This format was determined as appropriate in San Antonio meeting, January 2014 -->
<!-- See DSTU 423 of C-CDA 1.1 for more information http://www.hl7.org/dstucomments/showdetail_comment.cfm?commentid=423 -->
<effectiveTime value="201309111603-0700"/>
<!-- Since this is a one-time administration, there is no inclusion ofa second effectiveTIme to represent dose frequency (PIVL_TS or EIVL_TS)-->
<routeCode code="C38288" codeSystem="2.16.840.1.113883.3.26.1.1" displayName="ORAL" codeSystemName="National Cancer Institute Thesaurus" />
<doseQuantity value="2" />
<consumable>
<manufacturedProduct classCode="MANU">
<!-- ** Medication information ** -->
<templateId root="2.16.840.1.113883.10.20.22.4.23" />
<manufacturedMaterial>
<!-- Medications should be specified at a level corresponding to prescription when possible (non-branded below)-->
<code code="243670" codeSystem="2.16.840.1.113883.6.88" displayName="Aspirin 81 MG Oral Tablet">
<originalText>
<reference value="#MedicationName_7"/>
</originalText>
</code>
</manufacturedMaterial>
</manufacturedProduct>
</consumable>
<author>
<!-- Time the author noted that patient is on medication -->
<time value="201309111603-0700"/>
<assignedAuthor>
<id extension="66666" root="2.16.840.1.113883.4.6"/>
<code code="207RC0000X" codeSystem="2.16.840.1.113883.6.101" codeSystemName="NUCC"
displayName="Cardiovascular Disease"/>
<addr>
<streetAddressLine>6666 StreetName St.</streetAddressLine>
<city>Silver Spring</city>
<state>MD</state>
<postalCode>20901</postalCode>
<country>US</country>
</addr>
<telecom value="tel:+1(301)666-6666" use="WP"/>
<assignedPerson>
<name>
<given>Heartly</given>
<family>Sixer</family>
<suffix>MD</suffix>
</name>
</assignedPerson>
</assignedAuthor>
</author>
</substanceAdministration>
</entry>
</section>