-
Notifications
You must be signed in to change notification settings - Fork 14
/
MED_SC_Basal_Insulin.xml
93 lines (93 loc) · 4.32 KB
/
MED_SC_Basal_Insulin.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
<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_6">
<td>
<content ID="MedicationName_6">3 ML Insulin Glargine 100 UNT/ML Pen Injector [Lantus]</content>
</td>
<td>
<content ID="MedicationSig_6">Administer 40 units at bedtime</content>
</td>
<td>
<content>40 units</content>
</td>
<td>Jan-09-2009 - </td>
<td>Active</td>
</tr>
</tbody>
</table>
</text>
<entry typeCode="DRIV">
<substanceAdministration classCode="SBADM" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.16"/>
<id root="1310a2d3-f888-4722-b4c4-a3c5911ac7f9"/>
<text>
<!-- This reference refers to medication information in unstructured portion of section-->
<reference value="#Medication_6"/>
</text>
<statusCode code="active"/>
<!-- This first effectiveTime shows that medication was added on January 9, 2009 (not known to have stopped)-->
<effectiveTime xsi:type="IVL_TS">
<low value="20090109"/>
<high nullFlavor="NI"/>
</effectiveTime>
<!-- The second effectiveTime specifies dose frequency, which can be either a period (PIVL_TS) or event (EIVL_TS). -->
<!-- This long-lasting insulin is administered once per day before bedtime (code = "HS", hour of sleep), which is an event-->
<effectiveTime xsi:type="EIVL_TS" operator="A">
<event code="HS"/>
</effectiveTime>
<!-- This route uses the NCI (National Cancer Institute) Thesauraus code system, which is constrained to the value set of 2.16.840.1.113883.3.88.12.3221.8.7 (FDA Medication Route) -->
<routeCode code="C38299" codeSystem="2.16.840.1.113883.3.26.1.1" displayName="SUBCUTANEOUS" codeSystemName="NCI Thesaurus"/>
<!-- Since this dose is not pre-coordinated, specify both the amount with units in UCUM. [IU] is international units -->
<!-- Note that this basal insulin is not administered on a sliding scale and a specific dose is administered-->
<doseQuantity value="40" unit="[IU]"/>
<consumable typeCode="CSM">
<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 (branded medication below)-->
<!-- Note the medication code specified in the test data is 261551, but that is not used since it's not an administered product (just brand name)-->
<code code="847232" codeSystem="2.16.840.1.113883.6.88" displayName="3 ML Insulin Glargine 100 UNT/ML Pen Injector [Lantus]" codeSystemName="RxNorm">
<originalText>
<reference value="#MedicationName_6"/>
</originalText>
</code>
</manufacturedMaterial>
<manufacturerOrganization>
<name>SANOFI-AVENTIS</name>
</manufacturerOrganization>
</manufacturedProduct>
</consumable>
<entryRelationship typeCode="COMP">
<substanceAdministration classCode="SBADM" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.147"/>
<code code="76662-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Medication Instructions"/>
<text>
<!-- Reference into the section.text to a tag that ONLY contains free text SIG -->
<reference value="#MedicationSig_6"/>
</text>
<consumable>
<manufacturedProduct>
<manufacturedLabeledDrug nullFlavor="NA"/>
</manufacturedProduct>
</consumable>
</substanceAdministration>
</entryRelationship>
</substanceAdministration>
</entry>
</section>