-
Notifications
You must be signed in to change notification settings - Fork 14
/
MED_Med_Dose_Change.xml
134 lines (134 loc) · 7.65 KB
/
MED_Med_Dose_Change.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<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 Dates (start - stop)</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr ID="Medication_2">
<td>
<content ID="MedicationName_2" xmlns="urn:hl7-org:v3">Azithromycin 250mg Oral Tablet</content>
</td>
<td>
<content ID="MedicationSig_2" xmlns="urn:hl7-org:v3">take 2 tablets on day 1, 1 tablet days 2-5</content>
</td>
<td>
<content ID="MedicationDosage_2" xmlns="urn:hl7-org:v3">250 MG</content>
</td>
<td>Mar-10-2014 - Mar-14-2014</td>
<td>Active</td>
</tr>
</tbody>
</table>
</text>
<entry typeCode="DRIV">
<!-- This medication entry will be divided into two components -->
<!-- This first component describes day 1 which has a different dose than days 2 through 5, shown in the second component-->
<organizer xmlns="urn:hl7-org:v3" classCode="CLUSTER" moodCode="EVN">
<statusCode code="active"/>
<component>
<substanceAdministration classCode="SBADM" moodCode="INT">
<!-- This medication use case is a medication to be administered. If it has been already administered use moodCode = "EVN". -->
<!-- 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="bc22a9c5-bab4-4348-aa7e-a1b1897c9535"/>
<text>
<!-- This reference refers to medication information in unstructured portion of section-->
<reference value="#Medication_2"/>
</text>
<statusCode code="active"/>
<!-- This effectiveTime shows medication administration for day 1. -->
<!-- To include any times during the day, the high interval should either be set to end of day (as shown) or the day after last day of medication administration.-->
<!-- See C-CDA DSTU 383 more detail on effectiveTime/high -->
<effectiveTime xsi:type="IVL_TS">
<low value="20140310000000"/>
<high value="20140310235959" inclusive="true"/>
<!-- inclusive indicator is optional -->
</effectiveTime>
<!-- This second effectiveTime represents once per day from medication sig. -->
<!-- InstituionSpecified = "false" is implied in ths omission of this attribute and means that it must be administered exactly once per day-->
<!-- InstituionSpecified = "true"which is not default would mean that receiving institution has flexibility in dosing schedule-->
<!-- Operator "A" means that this timing information is in addition to previous effectiveTime information provided-->
<effectiveTime xsi:type="PIVL_TS" operator="A">
<period value="1" unit="d"/>
</effectiveTime>
<routeCode code="C38288" codeSystem="2.16.840.1.113883.3.26.1.1" codeSystemName="NCI Thesaurus" displayName="Oral"/>
<!-- This relates directly to the code used for medication. This medication is administered as an oral table, so no unit is needed -->
<!-- Azithromycin is commonly prescribed 2 tablets on day 1, which is shown below -->
<doseQuantity value ="2" />
<consumable>
<manufacturedProduct classCode="MANU">
<!-- ** Medication information ** -->
<templateId root="2.16.840.1.113883.10.20.22.4.23"/>
<id root="a9a55f64-3953-4f2c-b52e-c77399b854ae"/>
<manufacturedMaterial>
<!-- Medications should be specified at a level corresponding to prescription when possible, such as 250mg oral tablet (non-branded)-->
<code code="308460" displayName="Azithromycin 250 MG Oral Tablet" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm">
<originalText>
<reference value="#MedicationName_2"/>
</originalText>
</code>
</manufacturedMaterial>
</manufacturedProduct>
</consumable>
</substanceAdministration>
</component>
<component>
<substanceAdministration classCode="SBADM" moodCode="INT">
<!-- This medication use case is a medication to be administered. If it has been already administered use moodCode = "EVN". 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="bc22a9c5-bab4-4348-aa7e-a1b1897cxxxx"/>
<text>
<!-- This reference refers to medication information in unstructured portion of section-->
<reference value="#Medication_2"/>
</text>
<statusCode code="active"/>
<!-- This effectiveTime shows medication administration starting on day 2-->
<!-- To include any times during the day, the high interval should either be set to end of day or the day after last day of medication administration (as shown).-->
<!-- See C-CDA DSTU 383 more detail on effectiveTime/high -->
<effectiveTime xsi:type="IVL_TS">
<low value="20140311000000"/>
<high value="20140314235959" inclusive="true"/>
</effectiveTime>
<!-- This second effectiveTime represents once per day from medication sig. -->
<!-- InstituionSpecified = "false" is implied in ths omission of this attribute and means that it must be administered exactly once per day-->
<!-- InstituionSpecified = "true"which is not default would mean that receiving institution has flexibility in dosing schedule-->
<!-- Operator "A" means that this timing information is in addition to previous effectiveTime information provided-->
<effectiveTime xsi:type="PIVL_TS" operator="A">
<period value="1" unit="d"/>
</effectiveTime>
<routeCode code="C38288" codeSystem="2.16.840.1.113883.3.26.1.1" codeSystemName="NCI Thesaurus" displayName="Oral"/>
<!-- This relates directly to the code used for medication. This medication is administered as an oral table, so no unit is needed, but it has varying dosage over its course. -->
<!-- Azithromycin is commonly prescribed 2 tablets on day 1 then 1 tablet daily thereafter. -->
<doseQuantity value ="1" />
<consumable>
<manufacturedProduct classCode="MANU">
<!-- ** Medication information ** -->
<templateId root="2.16.840.1.113883.10.20.22.4.23"/>
<id root="a9a55f64-3953-4f2c-b52e-c77399b8xxxx"/>
<manufacturedMaterial>
<!-- Medications should be specified at a level corresponding to prescription when possible, such as 250mg oral tablet (non-branded)-->
<code code="308460" displayName="Azithromycin 250 MG Oral Tablet" codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm">
<originalText>
<reference value="#MedicationName_2"/>
</originalText>
</code>
</manufacturedMaterial>
</manufacturedProduct>
</consumable>
</substanceAdministration>
</component>
</organizer>
</entry>
</section>