-
Notifications
You must be signed in to change notification settings - Fork 14
/
SMOKING_Never_Smoker.xml
47 lines (47 loc) · 2.1 KB
/
SMOKING_Never_Smoker.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
<section>
<templateId root="2.16.840.1.113883.10.20.22.2.17"/>
<code code="29762-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Social History"/>
<title>Social History</title>
<text>
<list>
<caption>Smoking Status</caption>
<item>
<content>Never smoked</content>
<content>Started: </content>
<content>Stopped:</content>
<content>Recorded June 6, 2014 10:32am</content>
</item>
</list>
</text>
<!-- A best practice is to only include one smoking status per patient to avoid confusion. -->
<!-- While multiple smoking statuses are permissible in C-CDA 1.1, a cardinality revision in C-CDA 2.0 is proposed. -->
<entry>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.78"/>
<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
<statusCode code="completed"/>
<!-- effectiveTime/low is no longer required based on R1.1 errata 596 (http://www.hl7.org/dstucomments/showdetail_comment.cfm?commentid=596) -->
<!-- nullFlavor is appropriate when smoking status is never a smoker. Other nullFlavors have been discussed and may be appropriate -->
<!-- Prior to errata 596 effectiveTime/low was required and the example task force put nullFlavor there: low nullFlavor="NA" -->
<effectiveTime nullFlavor="NA"/>
<!-- The use of a specfic SNOMED code for unknown smoker is an encouraged variation from C-CDA practices in other sections -->
<value xsi:type="CD" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" code="266919005" displayName="Never Smoker"/>
<author>
<time value="201406061032+0500"/>
<assignedAuthor>
<id root="2.16.840.1.113883.4.6" extension="99999999"/>
<!-- Root means NPI number. -->
<code code="200000000X" codeSystem="2.16.840.1.113883.6.101"
displayName="Allopathic and Osteopathic Physicians"/>
<telecom use="WP" value="tel:+1(555)555-1002"/>
<assignedPerson>
<name>
<given>Henry</given>
<family>Seven</family>
</name>
</assignedPerson>
</assignedAuthor>
</author>
</observation>
</entry>
</section>