-
Notifications
You must be signed in to change notification settings - Fork 13
/
noKnownMedication_R1.1.xml
58 lines (57 loc) · 2.99 KB
/
noKnownMedication_R1.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
<component>
<section>
<!-- conforms to Medications section with entries optional -->
<templateId root="2.16.840.1.113883.10.20.22.2.1"/>
<!-- Medications section with entries required -->
<templateId root="2.16.840.1.113883.10.20.22.2.1.1"/>
<code code="10160-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="HISTORY OF MEDICATION USE"/>
<title>MEDICATIONS</title>
<text>No Medications</text>
<entry>
<!-- Act.actionNegationInd -->
<substanceAdministration moodCode="EVN" classCode="SBADM" negationInd="true">
<templateId root="2.16.840.1.113883.10.20.22.4.16"/>
<!-- ** MEDICATION ACTIVITY -->
<id root="cdbd33f0-6cde-11db-9fe1-0800200c9a66"/>
<statusCode code="active"/>
<!-- Note: An error will be logged on the use of effectiveTime with nullFlavor until validator is updated for C-CDA DSTU Comment 423 -->
<effectiveTime nullFlavor="NA"/>
<consumable>
<manufacturedProduct classCode="MANU">
<templateId root="2.16.840.1.113883.10.20.22.4.23"/>
<manufacturedMaterial>
<code nullFlavor="OTH" codeSystem="2.16.840.1.113883.6.88">
<translation code="410942007" displayName="drug or medication"
codeSystem="2.16.840.1.113883.6.96"
codeSystemName="SNOMED CT"/>
</code>
</manufacturedMaterial>
</manufacturedProduct>
</consumable>
<author>
<!-- Time the author noted that patient is on no medications -->
<time value="20130607160506+0500"/>
<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>
</component>