-
Notifications
You must be signed in to change notification settings - Fork 13
/
Immunization_Not_Given_Patient_Refusal.xml
61 lines (61 loc) · 3.53 KB
/
Immunization_Not_Given_Patient_Refusal.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
<?xml version="1.0" encoding="UTF-8"?>
<component>
<section>
<!-- Immunizations section with entries required -->
<templateId root="2.16.840.1.113883.10.20.22.2.2.1"/>
<templateId root="2.16.840.1.113883.10.20.22.2.2.1" extension="2015-08-01"/>
<code code="11369-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="History of Immunizations"/>
<title>Immunizations</title>
<text><paragraph ID="immun1">Patient objected to <content ID="ImmunizationProduct_1">influenza, intradermal, quadrivalent</content> on 11/15/2015</paragraph></text>
<entry typeCode="COMP">
<!-- negationInd=true indicates substance was NOT given at this date-->
<substanceAdministration classCode="SBADM" moodCode="EVN"
negationInd="true">
<!-- ** Immunization activity ** -->
<templateId root="2.16.840.1.113883.10.20.22.4.52"/>
<templateId root="2.16.840.1.113883.10.20.22.4.52" extension="2015-08-01"/>
<id root="e6f1ba43-c0ed-4b9b-9f12-f435d8ad8f92"/>
<text>
<reference value="#immun1"/>
</text>
<!-- Indicates the status of the substanceAdministartion -->
<statusCode code="completed"/>
<effectiveTime value="20151115"/>
<consumable>
<manufacturedProduct classCode="MANU">
<!-- ** Immunization medication information ** -->
<templateId root="2.16.840.1.113883.10.20.22.4.54"/>
<manufacturedMaterial>
<code code="166" codeSystem="2.16.840.1.113883.12.292"
displayName="influenza, intradermal, quadrivalent, preservative free"
codeSystemName="CVX">
<originalText>
<reference value="#ImmunizationProduct_1"/>
</originalText>
</code>
<!-- DSTU comment relaxing lotNumber requirement -->
<!-- http://www.hl7.org/dstucomments/showdetail_comment.cfm?commentid=995 -->
<!-- <lotNumberText>1</lotNumberText> -->
</manufacturedMaterial>
<!-- Optional manufacturerOrganization
<manufacturerOrganization>
<name>Health LS - Immuno Inc.</name>
</manufacturerOrganization>-->
</manufacturedProduct>
</consumable>
<entryRelationship typeCode="RSON">
<observation classCode="OBS" moodCode="EVN">
<!-- Immunization Refusal Reason -->
<!-- Included the reason since it may be relevant to a future clinician or quality measurement -->
<templateId root="2.16.840.1.113883.10.20.22.4.53"/>
<id root="c1296315-9a6d-45a2-aac0-ee225d375409"/>
<code displayName="Patient Objection" code="PATOBJ"
codeSystemName="HL7 ActNoImmunizationReason" codeSystem="2.16.840.1.113883.5.8"/>
<statusCode code="completed"/>
</observation>
</entryRelationship>
</substanceAdministration>
</entry>
</section>
</component>