-
Notifications
You must be signed in to change notification settings - Fork 14
/
ENC_Encounter_hospitalization_with_diagnoses.xml
189 lines (189 loc) · 9.2 KB
/
ENC_Encounter_hospitalization_with_diagnoses.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<section>
<!-- Created for discussion on SDWG CDA Example Task Force. -->
<!-- This is an example of a hospitalization as may be shown in encounters section. -->
<!-- This example demonstrates how billable diagnoses could be included, if they are available -->
<templateId root="2.16.840.1.113883.10.20.22.2.22"/>
<id root="6bc0419f-0398-4a56-8642-7054cbef448c"/>
<code code="46240-8" codeSystem="2.16.840.1.113883.6.1" displayName="Encounters" codeSystemName="LOINC"/>
<title>Encounters</title>
<text>
<table>
<thead>
<tr>
<th>Encounter Type</th>
<th>Provider</th>
<th>Primary Diagnosis</th>
<th>Other Diagnoses</th>
<th>Start Date</th>
<th>End Date</th>
<th>Location</th>
<th>Discharge Disposition</th>
</tr>
</thead>
<tbody>
<tr ID="Encounter1">
<td ID="Enc1_Type">Inpatient</td>
<td>James Getwell, DO</td>
<td ID="Enc1_Dx1">Congestive Heart Failure</td>
<td>
<content ID="Enc1_Dx2">Diabetes</content>
</td>
<td>10/28/2014 12:22pm</td>
<td>10/31/2014 3:04pm</td>
<td>Good Day Hospital (878)378-0909 1002 Healthcare Dr., Portland, OR, 97005</td>
<td>Nursing Home</td>
</tr>
</tbody>
</table>
</text>
<entry>
<encounter moodCode="EVN" classCode="ENC">
<templateId root="2.16.840.1.113883.10.20.22.4.49"/>
<id root="248b2c03-2013-e138-07d1-001A64958C30"/>
<!-- CPT code should be used for ambulatory visits, but for a hosptialization, another codeSystem is more appropriate-->
<code nullFlavor="OTH">
<originalText>
<reference value="#Enc1_Type"/>
</originalText>
<translation code="IMP" codeSystem="2.16.840.1.113883.5.4" displayName="Inpatient" codeSystemName="Act Encounter Code - Act Code"/>
</code>
<text>
<reference value="#Encounter1" />
</text>
<!-- for a hospitalization, the low and high effectiveTimes would logically be admission and discharge date/time. -->
<effectiveTime xsi:type="IVL_TS">
<low value ="201410281222+0500" />
<high value="201410311504+0500" />
</effectiveTime>
<!-- Note that sdtc extension is used to document dischargeDisposition in encounters -->
<sdtc:dischargeDispositionCode code="04" displayName="Discharged/Transferred to a Facility that Provides Custodial or Supportive Care"
codeSystem="2.16.840.1.113883.6.301.5" codeSystemName="NUBC UB-04 FL17">
</sdtc:dischargeDispositionCode>
<performer typeCode="PRF">
<time>
<low value="201410281222+0500" />
<high value="201410311504+0500" />
</time>
<assignedEntity classCode="ASSIGNED">
<id root="2.16.840.1.113883.4.6" extension="12345679"/>
<code code="200000000X" codeSystem="2.16.840.1.113883.6.101" codeSystemName="ProviderCodes" displayName="Allopathic & Osteopathic Physicians" />
<addr use="WP">
<streetAddressLine>763 Horseshoe Rd</streetAddressLine>
<city>Gotham</city>
<state>OR</state>
<postalCode>98764</postalCode>
</addr>
<telecom use="WP" value="tel:+1(814)788-8000"/>
<assignedPerson classCode="PSN" determinerCode="INSTANCE">
<name>
<given>James</given>
<family>Getwell</family>
<suffix>DO</suffix>
</name>
</assignedPerson>
</assignedEntity>
</performer>
<participant typeCode="LOC">
<templateId root="2.16.840.1.113883.10.20.22.4.32"/>
<participantRole classCode="SDLOC">
<code code="1060-3" codeSystem="2.16.840.1.113883.5.4" codeSystemName="Healthcare Service Location" displayName="Inpatient medical ward" />
<addr use="WP">
<streetAddressLine>1002 Healthcare Dr</streetAddressLine>
<city>Portland</city>
<state>OR</state>
<postalCode>97005</postalCode>
</addr>
<telecom use="WP" value="tel:+1(878)378-0909"/>
<playingEntity classCode="PLC" determinerCode="INSTANCE">
<name>Good Day Hospital</name>
</playingEntity>
</participantRole>
</participant>
<entryRelationship typeCode="SUBJ">
<!-- This is the primary diagnosis on the bill -->
<!-- Hospital discharge diagnosis act -->
<act moodCode="EVN" classCode="ACT">
<templateId root="2.16.840.1.113883.10.20.22.4.33"/>
<id root="1d7ff347-9dce-44db-8f66-fc17d8dc4aca"/>
<code code="11535-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Hospital Discharge Diagnosis"/>
<statusCode code="active"/>
<!-- This represents the time that the concern was authored. Since this is a hospital discharge diagnosis, this is when it was coded-->
<effectiveTime xsi:type="IVL_TS">
<low value="20141102145806+0500" />
</effectiveTime>
<entryRelationship typeCode="SUBJ" inversionInd="false">
<!-- Problem Observation -->
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.4" />
<id root="20cdd1a0-6136-4939-802f-edfebe9320bc" />
<!-- We'll use the type of diagnosis, since this is a coded diagnosis, not from problem list-->
<code codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" code="282291009" displayName="Diagnosis" />
<text>
<reference value="#Enc1_Dx1" />
</text>
<statusCode code="completed" />
<effectiveTime>
<!-- This represents the date of biological onset. Since this is a coded diagnosis, this may not be documented.-->
<low nullFlavor="UNK" />
</effectiveTime>
<!-- This denotes that the diagnosis is the principal diagnosis. There is generally only a single diagnosis for coded bill.-->
<!-- This current modeling aligns with QRDA. Substantial discussion occurred on the task force regarding this method. -->
<!-- Additional comments on this approach should be included in comments on the QRDA Implementation Guide. We will revisit if QRDA changes their standard approach. -->
<priorityCode code="63161005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Principal"/>
<!-- This is a hospital discharge diagnosis, so the ICD-9 (or ICD-10) diagnosis is in translation. -->
<!-- If a SNOMED is available for this, it could be included, but mapping back from ICD-9 may not always be possible. -->
<value xsi:type="CD" nullFlavor="OTH">
<originalText>
<reference value="#Enc1_Dx1" />
</originalText>
<translation xsi:type="CD" code="428.0" codeSystem="2.16.840.1.113883.6.103" codeSystemName="ICD-9" displayName="Congestive heart failure, unspecified" />
</value>
</observation>
</entryRelationship>
</act>
</entryRelationship>
<entryRelationship typeCode="SUBJ">
<!-- Hospital discharge diagnosis act -->
<act moodCode="EVN" classCode="ACT">
<templateId root="2.16.840.1.113883.10.20.22.4.33"/>
<id root="f07886ea-7879-478e-8155-5c2cce5cba6a"/>
<code code="11535-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Hospital Discharge Diagnosis"/>
<statusCode code="active"/>
<!-- This represents the time that the concern was authored. Since this is a hospital discharge diagnosis, this is when it was coded-->
<effectiveTime xsi:type="IVL_TS">
<low value="20141102145806+0500" />
</effectiveTime>
<entryRelationship typeCode="SUBJ" inversionInd="false">
<!-- Problem Observation -->
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.4" />
<id root="5f9b714d-a6ec-4f8f-95ae-ea75e5a54bac" />
<!-- We'll use the type of diagnosis, since this is a coded diagnosis, not from problem list-->
<code codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" code="282291009" displayName="Diagnosis" />
<text>
<reference value="#Enc1_Dx2" />
</text>
<statusCode code="completed" />
<effectiveTime>
<!-- This represents the date of biological onset. Since this is a coded diagnosis, this may not be documented.-->
<low nullFlavor="UNK" />
</effectiveTime>
<!-- This denotes that the diagnosis is a secondary diagnosis. There may be multiple secondary diagnoses on coded bills.-->
<!-- This current modeling aligns with QRDA. Substantial discussion occurred on the task force regarding this method. -->
<!-- Additional comments on this approach should be included in comments on the QRDA Implementation Guide. We will revisit if QRDA changes their standard approach. -->
<priorityCode code="2603003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Secondary"/>
<!-- This is a hospital discharge diagnosis, so the ICD-9 (or ICD-10) diagnosis is in translation. -->
<!-- If a SNOMED is available for this, it could be included, but mapping back from ICD-9 may not always be possible. -->
<value xsi:type="CD" nullFlavor="OTH">
<originalText>
<reference value="#Enc1_Dx2" />
</originalText>
<translation xsi:type="CD" code="250.00" codeSystem="2.16.840.1.113883.6.103" codeSystemName="ICD-9" displayName="Diabetes mellitus without mention of complication, type II or unspecified type, not stated as uncontrolled" />
</value>
</observation>
</entryRelationship>
</act>
</entryRelationship>
</encounter>
</entry>
</section>