hqmf2js 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -13
- data/.travis.yml +1 -1
- data/Gemfile +1 -25
- data/Gemfile.lock +170 -146
- data/app/assets/javascripts/crosswalk.js.coffee +17 -19
- data/app/assets/javascripts/custom_calculations.js.coffee +44 -17
- data/app/assets/javascripts/hqmf_util.js.coffee +559 -161
- data/app/assets/javascripts/logging_utils.js.coffee +6 -4
- data/app/assets/javascripts/patient_api_extension.js.coffee +41 -9
- data/app/assets/javascripts/specifics.js.coffee +163 -69
- data/hqmf2js.gemspec +7 -12
- data/lib/assets/javascripts/libraries/map_reduce_utils.js +151 -64
- data/lib/generator/characteristic.js.erb +23 -12
- data/lib/generator/codes_to_json.rb +1 -1
- data/lib/generator/data_criteria.js.erb +15 -3
- data/lib/generator/derived_data.js.erb +5 -0
- data/lib/generator/execution.rb +41 -11
- data/lib/generator/js.rb +74 -41
- data/lib/generator/patient_data.js.erb +1 -1
- data/lib/hqmf2js.rb +0 -1
- data/lib/hquery/engine.rb +3 -1
- data/lib/tasks/convert.rake +20 -12
- data/test/fixtures/NQF59New.json +1423 -0
- data/test/fixtures/fulfills.xml +917 -0
- data/test/fixtures/patients/larry_vanderman.json +573 -654
- data/test/{simplecov.rb → simplecov_init.rb} +0 -0
- data/test/test_helper.rb +2 -3
- data/test/unit/cmd_test.rb +145 -19
- data/test/unit/codes_to_json_test.rb +12 -12
- data/test/unit/custom_calculations_test.rb +2 -6
- data/test/unit/effective_date_test.rb +3 -4
- data/test/unit/erb_context_test.rb +12 -12
- data/test/unit/filter_by_reference_test.rb +39 -0
- data/test/unit/hqmf_from_json_javascript_test.rb +2 -1
- data/test/unit/hqmf_javascript_test.rb +12 -13
- data/test/unit/js_object_test.rb +2 -2
- data/test/unit/library_function_test.rb +210 -42
- data/test/unit/specifics_test.rb +402 -321
- metadata +57 -15
- data/config/warble.rb +0 -144
@@ -0,0 +1,917 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
+
<QualityMeasureDocument xmlns="urn:hl7-org:v3" xmlns:qdm="urn:hhs-qdm:hqmf-r2-extensions:v1"
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
4
|
+
|
5
|
+
<!--
|
6
|
+
**************************************************************
|
7
|
+
Measure Details Section
|
8
|
+
**************************************************************
|
9
|
+
-->
|
10
|
+
|
11
|
+
<typeId extension="POQM_HD000001UV02" root="2.16.840.1.113883.1.3"/>
|
12
|
+
<templateId>
|
13
|
+
<item root="2.16.840.1.113883.10.20.28.1.1"/>
|
14
|
+
</templateId>
|
15
|
+
<id root="40280581-4a98-5904-014a-c0f4f81c015f"/>
|
16
|
+
<code code="57024-2" codeSystem="2.16.840.1.113883.6.1">
|
17
|
+
<displayName value="Health Quality Measure Document"/>
|
18
|
+
</code>
|
19
|
+
<title value="Fulfills_Test"/>
|
20
|
+
<text value=""/>
|
21
|
+
<statusCode code="COMPLETED"/>
|
22
|
+
<setId root="fe4a5adc-3a3c-42ea-86d2-b2d26badc9b4"/>
|
23
|
+
<versionNumber value="0.0.001"/>
|
24
|
+
<custodian>
|
25
|
+
<responsibleParty classCode="ASSIGNED">
|
26
|
+
<representedResponsibleOrganization classCode="ORG" determinerCode="INSTANCE">
|
27
|
+
<id>
|
28
|
+
<item root=""/>
|
29
|
+
</id>
|
30
|
+
<name>
|
31
|
+
<item>
|
32
|
+
<part value=""/>
|
33
|
+
</item>
|
34
|
+
</name>
|
35
|
+
</representedResponsibleOrganization>
|
36
|
+
</responsibleParty>
|
37
|
+
</custodian>
|
38
|
+
<controlVariable>
|
39
|
+
<measurePeriod>
|
40
|
+
<id extension="measureperiod" root="76011233-a8e5-4c74-ad71-8c3cdba90bd3"/>
|
41
|
+
<code code="MSRTP" codeSystem="2.16.840.1.113883.3.560">
|
42
|
+
<originalText value="Measurement Period"/>
|
43
|
+
</code>
|
44
|
+
<value xsi:type="PIVL_TS">
|
45
|
+
<phase highClosed="true" lowClosed="true">
|
46
|
+
<low value="20150101"/>
|
47
|
+
<width unit="a" value="1" xsi:type="PQ"/>
|
48
|
+
</phase>
|
49
|
+
<period unit="a" value="1"/>
|
50
|
+
</value>
|
51
|
+
</measurePeriod>
|
52
|
+
</controlVariable>
|
53
|
+
<subjectOf>
|
54
|
+
<measureAttribute>
|
55
|
+
<code nullFlavor="OTH">
|
56
|
+
<originalText value="eMeasure Identifier (Measure Authoring Tool)"/>
|
57
|
+
</code>
|
58
|
+
<value mediaType="text/plain" value="1546" xsi:type="ED"/>
|
59
|
+
</measureAttribute>
|
60
|
+
</subjectOf>
|
61
|
+
<subjectOf>
|
62
|
+
<measureAttribute>
|
63
|
+
<code nullFlavor="OTH">
|
64
|
+
<originalText value="NQF Number"/>
|
65
|
+
</code>
|
66
|
+
<value mediaType="text/plain" value="None" xsi:type="ED"/>
|
67
|
+
</measureAttribute>
|
68
|
+
</subjectOf>
|
69
|
+
<subjectOf>
|
70
|
+
<measureAttribute>
|
71
|
+
<code code="COPY" codeSystem="2.16.840.1.113883.5.4">
|
72
|
+
<displayName value="Copyright"/>
|
73
|
+
</code>
|
74
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
75
|
+
</measureAttribute>
|
76
|
+
</subjectOf>
|
77
|
+
<subjectOf>
|
78
|
+
<measureAttribute>
|
79
|
+
<code code="DISC" codeSystem="2.16.840.1.113883.5.4">
|
80
|
+
<displayName value="Disclaimer"/>
|
81
|
+
</code>
|
82
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
83
|
+
</measureAttribute>
|
84
|
+
</subjectOf>
|
85
|
+
<subjectOf>
|
86
|
+
<measureAttribute>
|
87
|
+
<code code="MSRSCORE" codeSystem="2.16.840.1.113883.5.4">
|
88
|
+
<displayName value="Measure Scoring"/>
|
89
|
+
</code>
|
90
|
+
<value code="PROPOR" codeSystem="2.16.840.1.113883.1.11.20367" xsi:type="CD">
|
91
|
+
<displayName value="Proportion"/>
|
92
|
+
</value>
|
93
|
+
</measureAttribute>
|
94
|
+
</subjectOf>
|
95
|
+
<subjectOf>
|
96
|
+
<measureAttribute>
|
97
|
+
<code code="STRAT" codeSystem="2.16.840.1.113883.5.4">
|
98
|
+
<displayName value="Stratification"/>
|
99
|
+
</code>
|
100
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
101
|
+
</measureAttribute>
|
102
|
+
</subjectOf>
|
103
|
+
<subjectOf>
|
104
|
+
<measureAttribute>
|
105
|
+
<code code="MSRADJ" codeSystem="2.16.840.1.113883.5.4">
|
106
|
+
<displayName value="Risk Adjustment"/>
|
107
|
+
</code>
|
108
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
109
|
+
</measureAttribute>
|
110
|
+
</subjectOf>
|
111
|
+
<subjectOf>
|
112
|
+
<measureAttribute>
|
113
|
+
<code code="MSRAGG" codeSystem="2.16.840.1.113883.5.4">
|
114
|
+
<displayName value="Rate Aggregation"/>
|
115
|
+
</code>
|
116
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
117
|
+
</measureAttribute>
|
118
|
+
</subjectOf>
|
119
|
+
<subjectOf>
|
120
|
+
<measureAttribute>
|
121
|
+
<code code="RAT" codeSystem="2.16.840.1.113883.5.4">
|
122
|
+
<displayName value="Rationale"/>
|
123
|
+
</code>
|
124
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
125
|
+
</measureAttribute>
|
126
|
+
</subjectOf>
|
127
|
+
<subjectOf>
|
128
|
+
<measureAttribute>
|
129
|
+
<code code="CRS" codeSystem="2.16.840.1.113883.5.4">
|
130
|
+
<displayName value="Clinical Recommendation Statement"/>
|
131
|
+
</code>
|
132
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
133
|
+
</measureAttribute>
|
134
|
+
</subjectOf>
|
135
|
+
<subjectOf>
|
136
|
+
<measureAttribute>
|
137
|
+
<code code="IDUR" codeSystem="2.16.840.1.113883.5.4">
|
138
|
+
<displayName value="Improvement Notation"/>
|
139
|
+
</code>
|
140
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
141
|
+
</measureAttribute>
|
142
|
+
</subjectOf>
|
143
|
+
<subjectOf>
|
144
|
+
<measureAttribute>
|
145
|
+
<code code="REF" codeSystem="2.16.840.1.113883.5.4">
|
146
|
+
<displayName value="Reference"/>
|
147
|
+
</code>
|
148
|
+
<value mediaType="text/plain" xsi:type="ED"/>
|
149
|
+
</measureAttribute>
|
150
|
+
</subjectOf>
|
151
|
+
<subjectOf>
|
152
|
+
<measureAttribute>
|
153
|
+
<code code="DEF" codeSystem="2.16.840.1.113883.5.4">
|
154
|
+
<displayName value="Definition"/>
|
155
|
+
</code>
|
156
|
+
<value mediaType="text/plain" xsi:type="ED"/>
|
157
|
+
</measureAttribute>
|
158
|
+
</subjectOf>
|
159
|
+
<subjectOf>
|
160
|
+
<measureAttribute>
|
161
|
+
<code code="GUIDE" codeSystem="2.16.840.1.113883.5.4">
|
162
|
+
<displayName value="Guidance"/>
|
163
|
+
</code>
|
164
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
165
|
+
</measureAttribute>
|
166
|
+
</subjectOf>
|
167
|
+
<subjectOf>
|
168
|
+
<measureAttribute>
|
169
|
+
<code code="TRANF" codeSystem="2.16.840.1.113883.5.4">
|
170
|
+
<displayName value="Transmission Format"/>
|
171
|
+
</code>
|
172
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
173
|
+
</measureAttribute>
|
174
|
+
</subjectOf>
|
175
|
+
<subjectOf>
|
176
|
+
<measureAttribute>
|
177
|
+
<code code="IPOP" codeSystem="2.16.840.1.113883.5.1063">
|
178
|
+
<displayName value="Initial Population"/>
|
179
|
+
</code>
|
180
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
181
|
+
</measureAttribute>
|
182
|
+
</subjectOf>
|
183
|
+
<subjectOf>
|
184
|
+
<measureAttribute>
|
185
|
+
<code code="DENOM" codeSystem="2.16.840.1.113883.5.1063">
|
186
|
+
<displayName value="Denominator"/>
|
187
|
+
</code>
|
188
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
189
|
+
</measureAttribute>
|
190
|
+
</subjectOf>
|
191
|
+
<subjectOf>
|
192
|
+
<measureAttribute>
|
193
|
+
<code code="DENEX" codeSystem="2.16.840.1.113883.5.1063">
|
194
|
+
<displayName value="Denominator Exclusions"/>
|
195
|
+
</code>
|
196
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
197
|
+
</measureAttribute>
|
198
|
+
</subjectOf>
|
199
|
+
<subjectOf>
|
200
|
+
<measureAttribute>
|
201
|
+
<code code="NUMER" codeSystem="2.16.840.1.113883.5.1063">
|
202
|
+
<displayName value="Numerator"/>
|
203
|
+
</code>
|
204
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
205
|
+
</measureAttribute>
|
206
|
+
</subjectOf>
|
207
|
+
<subjectOf>
|
208
|
+
<measureAttribute>
|
209
|
+
<code code="NUMEX" codeSystem="2.16.840.1.113883.5.1063">
|
210
|
+
<displayName value="Numerator Exclusions"/>
|
211
|
+
</code>
|
212
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
213
|
+
</measureAttribute>
|
214
|
+
</subjectOf>
|
215
|
+
<subjectOf>
|
216
|
+
<measureAttribute>
|
217
|
+
<code code="DENEXCEP" codeSystem="2.16.840.1.113883.5.1063">
|
218
|
+
<displayName value="Denominator Exceptions"/>
|
219
|
+
</code>
|
220
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
221
|
+
</measureAttribute>
|
222
|
+
</subjectOf>
|
223
|
+
<subjectOf>
|
224
|
+
<measureAttribute>
|
225
|
+
<code code="MSRPOPL" codeSystem="2.16.840.1.113883.5.1063">
|
226
|
+
<displayName value="Measure Population"/>
|
227
|
+
</code>
|
228
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
229
|
+
</measureAttribute>
|
230
|
+
</subjectOf>
|
231
|
+
<subjectOf>
|
232
|
+
<measureAttribute>
|
233
|
+
<code code="MSRPOPLEX" codeSystem="2.16.840.1.113883.5.1063">
|
234
|
+
<displayName value="Measure Population Exclusions"/>
|
235
|
+
</code>
|
236
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
237
|
+
</measureAttribute>
|
238
|
+
</subjectOf>
|
239
|
+
<subjectOf>
|
240
|
+
<measureAttribute>
|
241
|
+
<code nullFlavor="OTH">
|
242
|
+
<displayName value="Measure Observations"/>
|
243
|
+
</code>
|
244
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
245
|
+
</measureAttribute>
|
246
|
+
</subjectOf>
|
247
|
+
<subjectOf>
|
248
|
+
<measureAttribute>
|
249
|
+
<code code="SDE" codeSystem="2.16.840.1.113883.5.1063">
|
250
|
+
<displayName value="Supplemental Data Elements"/>
|
251
|
+
</code>
|
252
|
+
<value mediaType="text/plain" value="" xsi:type="ED"/>
|
253
|
+
</measureAttribute>
|
254
|
+
</subjectOf>
|
255
|
+
<componentOf>
|
256
|
+
<qualityMeasureSet classCode="ACT">
|
257
|
+
<id root=""/>
|
258
|
+
<title value=""/>
|
259
|
+
</qualityMeasureSet>
|
260
|
+
</componentOf>
|
261
|
+
<!--Data Criteria Section-->
|
262
|
+
<component>
|
263
|
+
<dataCriteriaSection>
|
264
|
+
<templateId>
|
265
|
+
<item root="2.16.840.1.113883.10.20.28.2.2"/>
|
266
|
+
</templateId>
|
267
|
+
<code code="57025-9" codeSystem="2.16.840.1.113883.6.1"/>
|
268
|
+
<title value="Data Criteria Section"/>
|
269
|
+
<text value="Data Criteria text">
|
270
|
+
<xml>
|
271
|
+
<item>
|
272
|
+
<list>
|
273
|
+
<item>
|
274
|
+
<content styleCode="Bold">Data Criteria (QDM Variables)</content>
|
275
|
+
<list>
|
276
|
+
<item>
|
277
|
+
<content styleCode="Bold">$AllStrokes =</content>
|
278
|
+
<list>
|
279
|
+
<item>Union of:<list>
|
280
|
+
<item>"Diagnosis, Active: Hemorrhagic Stroke"</item>
|
281
|
+
<item>"Diagnosis, Active: Ischemic Stroke"</item>
|
282
|
+
</list>
|
283
|
+
</item>
|
284
|
+
</list>
|
285
|
+
</item>
|
286
|
+
<item>
|
287
|
+
<content styleCode="Bold">$StrokeDuringEncounter =</content>
|
288
|
+
<list>
|
289
|
+
<item>$AllStrokes starts during "Occurrence A of Encounter, Performed: Inpatient Encounter"</item>
|
290
|
+
</list>
|
291
|
+
</item>
|
292
|
+
</list>
|
293
|
+
</item>
|
294
|
+
<item>
|
295
|
+
<content styleCode="Bold">Data criteria (QDM Data Elements)</content>
|
296
|
+
<list>
|
297
|
+
<item>"Diagnosis, Active: Hemorrhagic Stroke" using "Hemorrhagic Stroke Grouping Value Set (2.16.840.1.113883.3.117.1.7.1.212)"</item>
|
298
|
+
<item>"Diagnosis, Active: Ischemic Stroke" using "Ischemic Stroke Grouping Value Set (2.16.840.1.113883.3.117.1.7.1.247)"</item>
|
299
|
+
<item>"Encounter, Performed: Inpatient Encounter" using "Inpatient Encounter SNOMEDCT Value Set (2.16.840.1.113883.3.117.1.7.1.23)"</item>
|
300
|
+
<item>"Medication, Order: Antithrombotic Therapy" using "Antithrombotic Therapy RXNORM Value Set (2.16.840.1.113883.3.117.1.7.1.201)"</item>
|
301
|
+
</list>
|
302
|
+
</item>
|
303
|
+
<item>
|
304
|
+
<content styleCode="Bold">Supplemental Data Elements</content>
|
305
|
+
<list>
|
306
|
+
<item>"Patient Characteristic Ethnicity: Ethnicity" using "Ethnicity CDCREC Value Set (2.16.840.1.114222.4.11.837)"</item>
|
307
|
+
<item>"Patient Characteristic Payer: Payer" using "Payer SOP Value Set (2.16.840.1.114222.4.11.3591)"</item>
|
308
|
+
<item>"Patient Characteristic Race: Race" using "Race CDCREC Value Set (2.16.840.1.114222.4.11.836)"</item>
|
309
|
+
<item>"Patient Characteristic Sex: ONC Administrative Sex" using "ONC Administrative Sex AdministrativeSex Value Set (2.16.840.1.113762.1.4.1)"</item>
|
310
|
+
</list>
|
311
|
+
</item>
|
312
|
+
</list>
|
313
|
+
</item>
|
314
|
+
</xml>
|
315
|
+
</text>
|
316
|
+
<!--Encounter, Performed--><entry typeCode="DRIV">
|
317
|
+
<localVariableName value="InpatientEncounter_Encounter,Performed_q0pxI"/>
|
318
|
+
<encounterCriteria classCode="ENC" moodCode="EVN">
|
319
|
+
<templateId>
|
320
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.5"/>
|
321
|
+
</templateId>
|
322
|
+
<id extension="InpatientEncounter_Encounter,Performed"
|
323
|
+
root="e1fa10a0-63d8-402c-b11b-58a5ee1a2f50"/>
|
324
|
+
<code valueSet="2.16.840.1.113883.3.117.1.7.1.23">
|
325
|
+
<displayName value="Inpatient Encounter SNOMEDCT Value Set"/>
|
326
|
+
</code>
|
327
|
+
<title value="Encounter, Performed"/>
|
328
|
+
<statusCode code="COMPLETED"/>
|
329
|
+
</encounterCriteria>
|
330
|
+
</entry>
|
331
|
+
<!--Patient Characteristic Birthdate--><entry typeCode="DRIV">
|
332
|
+
<localVariableName value="Birthdate_PatientCharacteristicBirthdate_vOT3c"/>
|
333
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
334
|
+
<templateId>
|
335
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.54"/>
|
336
|
+
</templateId>
|
337
|
+
<id extension="Birthdate_PatientCharacteristicBirthdate"
|
338
|
+
root="2d6d5a5b-0692-4c72-a53e-926bf49f7ce6"/>
|
339
|
+
<code code="21112-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
|
340
|
+
<displayName value="Birth Date"/>
|
341
|
+
</code>
|
342
|
+
<title value="Patient Characteristic Birthdate"/>
|
343
|
+
<statusCode code="COMPLETED"/>
|
344
|
+
</observationCriteria>
|
345
|
+
</entry>
|
346
|
+
<!--Diagnosis, Active--><entry typeCode="DRIV">
|
347
|
+
<localVariableName value="HemorrhagicStroke_Diagnosis,Active_fYTeM"/>
|
348
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
349
|
+
<templateId>
|
350
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.1"/>
|
351
|
+
</templateId>
|
352
|
+
<id extension="HemorrhagicStroke_Diagnosis,Active"
|
353
|
+
root="31c56e95-dbb8-4b60-9f9c-7f0a63a7a62e"/>
|
354
|
+
<code code="282291009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
|
355
|
+
<displayName value="Diagnosis"/>
|
356
|
+
</code>
|
357
|
+
<title value="Diagnosis, Active"/>
|
358
|
+
<statusCode code="COMPLETED"/>
|
359
|
+
<value valueSet="2.16.840.1.113883.3.117.1.7.1.212" xsi:type="CD">
|
360
|
+
<displayName value="Hemorrhagic Stroke Grouping Value Set"/>
|
361
|
+
</value>
|
362
|
+
<outboundRelationship typeCode="REFR">
|
363
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
364
|
+
<templateId>
|
365
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.94"/>
|
366
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.95"/>
|
367
|
+
</templateId>
|
368
|
+
<id extension="DD3053D4-550B-4E9C-BF87-F999FB0DC9E6"
|
369
|
+
root="31c56e95-dbb8-4b60-9f9c-7f0a63a7a62e"/>
|
370
|
+
<code code="33999-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
|
371
|
+
<displayName value="Status"/>
|
372
|
+
</code>
|
373
|
+
<title value="Status Active"/>
|
374
|
+
<value code="55561003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"
|
375
|
+
xsi:type="CD">
|
376
|
+
<displayName value="Active"/>
|
377
|
+
</value>
|
378
|
+
</observationCriteria>
|
379
|
+
</outboundRelationship>
|
380
|
+
</observationCriteria>
|
381
|
+
</entry>
|
382
|
+
<!--Diagnosis, Active--><entry typeCode="DRIV">
|
383
|
+
<localVariableName value="IschemicStroke_Diagnosis,Active_vMFNU"/>
|
384
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
385
|
+
<templateId>
|
386
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.1"/>
|
387
|
+
</templateId>
|
388
|
+
<id extension="IschemicStroke_Diagnosis,Active"
|
389
|
+
root="87b3a8a7-b7bf-4222-a0f0-ee099e678e6e"/>
|
390
|
+
<code code="282291009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
|
391
|
+
<displayName value="Diagnosis"/>
|
392
|
+
</code>
|
393
|
+
<title value="Diagnosis, Active"/>
|
394
|
+
<statusCode code="COMPLETED"/>
|
395
|
+
<value valueSet="2.16.840.1.113883.3.117.1.7.1.247" xsi:type="CD">
|
396
|
+
<displayName value="Ischemic Stroke Grouping Value Set"/>
|
397
|
+
</value>
|
398
|
+
<outboundRelationship typeCode="REFR">
|
399
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
400
|
+
<templateId>
|
401
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.94"/>
|
402
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.95"/>
|
403
|
+
</templateId>
|
404
|
+
<id extension="C1E5FC7B-64F0-4E52-B2CD-BC640C7CFFC2"
|
405
|
+
root="87b3a8a7-b7bf-4222-a0f0-ee099e678e6e"/>
|
406
|
+
<code code="33999-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
|
407
|
+
<displayName value="Status"/>
|
408
|
+
</code>
|
409
|
+
<title value="Status Active"/>
|
410
|
+
<value code="55561003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"
|
411
|
+
xsi:type="CD">
|
412
|
+
<displayName value="Active"/>
|
413
|
+
</value>
|
414
|
+
</observationCriteria>
|
415
|
+
</outboundRelationship>
|
416
|
+
</observationCriteria>
|
417
|
+
</entry>
|
418
|
+
<!--Medication, Order--><entry typeCode="DRIV">
|
419
|
+
<localVariableName value="AntithromboticTherapy_Medication,Order_cTk1B"/>
|
420
|
+
<substanceAdministrationCriteria classCode="SBADM" moodCode="RQO">
|
421
|
+
<templateId>
|
422
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.51"/>
|
423
|
+
</templateId>
|
424
|
+
<id extension="AntithromboticTherapy_Medication,Order"
|
425
|
+
root="c536bb40-3686-4029-b20d-344b8bfbba90"/>
|
426
|
+
<title value="Medication, Order"/>
|
427
|
+
<statusCode code="ACTIVE"/>
|
428
|
+
<participation typeCode="CSM">
|
429
|
+
<role classCode="MANU">
|
430
|
+
<playingMaterial classCode="MMAT" determinerCode="KIND">
|
431
|
+
<code valueSet="2.16.840.1.113883.3.117.1.7.1.201">
|
432
|
+
<displayName value="Antithrombotic Therapy RXNORM value set"/>
|
433
|
+
</code>
|
434
|
+
</playingMaterial>
|
435
|
+
</role>
|
436
|
+
</participation>
|
437
|
+
</substanceAdministrationCriteria>
|
438
|
+
</entry>
|
439
|
+
<!--Occurrence A Encounter, Performed--><entry typeCode="DRIV">
|
440
|
+
<localVariableName value="OccurrenceAofInpatientEncounter_Encounter,Performed_yqcMB"/>
|
441
|
+
<encounterCriteria classCode="ENC" moodCode="EVN">
|
442
|
+
<id extension="OccurrenceA_InpatientEncounter_Encounter,Performed"
|
443
|
+
root="53cc1115-09fb-45c9-a50d-3fe254afe36e"/>
|
444
|
+
<outboundRelationship typeCode="OCCR">
|
445
|
+
<criteriaReference classCode="ENC" moodCode="EVN">
|
446
|
+
<id extension="InpatientEncounter_Encounter,Performed"
|
447
|
+
root="e1fa10a0-63d8-402c-b11b-58a5ee1a2f50"/>
|
448
|
+
</criteriaReference>
|
449
|
+
</outboundRelationship>
|
450
|
+
</encounterCriteria>
|
451
|
+
</entry>
|
452
|
+
<!--Occurrence A Encounter, Performed - length of stay With Less Than Or Equal To--><entry typeCode="DRIV">
|
453
|
+
<localVariableName value="OccurrenceAofInpatientEncounter_Encounter,Performed_lengthofstay_LessThanOrEqualTo_cCSzB"/>
|
454
|
+
<encounterCriteria classCode="ENC" moodCode="EVN">
|
455
|
+
<id extension="ab876ae7-ab47-477c-9c6c-3d42ab917f0d"
|
456
|
+
root="53cc1115-09fb-45c9-a50d-3fe254afe36e"/>
|
457
|
+
<outboundRelationship typeCode="OCCR">
|
458
|
+
<criteriaReference classCode="ENC" moodCode="EVN">
|
459
|
+
<id extension="InpatientEncounter_Encounter,Performed"
|
460
|
+
root="e1fa10a0-63d8-402c-b11b-58a5ee1a2f50"/>
|
461
|
+
</criteriaReference>
|
462
|
+
</outboundRelationship>
|
463
|
+
<lengthOfStayQuantity>
|
464
|
+
<uncertainRange>
|
465
|
+
<low nullFlavor="NINF" xsi:type="PQ"/>
|
466
|
+
<high unit="days" value="120" xsi:type="PQ"/>
|
467
|
+
</uncertainRange>
|
468
|
+
</lengthOfStayQuantity>
|
469
|
+
</encounterCriteria>
|
470
|
+
</entry>
|
471
|
+
<!--Patient Characteristic Sex--><entry typeCode="DRIV">
|
472
|
+
<localVariableName value="ONCAdministrativeSex_PatientCharacteristicSex_aroFI"/>
|
473
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
474
|
+
<templateId>
|
475
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.55"/>
|
476
|
+
</templateId>
|
477
|
+
<id extension="ONCAdministrativeSex_PatientCharacteristicSex"
|
478
|
+
root="4184e9d4-2c3b-4046-ab93-4d0fe92e1ecd"/>
|
479
|
+
<code code="263495000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
|
480
|
+
<displayName value="Gender"/>
|
481
|
+
</code>
|
482
|
+
<title value="Patient Characteristic Sex"/>
|
483
|
+
<statusCode code="COMPLETED"/>
|
484
|
+
<value valueSet="2.16.840.1.113762.1.4.1" xsi:type="CD">
|
485
|
+
<displayName value="ONC Administrative Sex AdministrativeSex Value Set"/>
|
486
|
+
</value>
|
487
|
+
</observationCriteria>
|
488
|
+
</entry>
|
489
|
+
<!--Patient Characteristic Race--><entry typeCode="DRIV">
|
490
|
+
<localVariableName value="Race_PatientCharacteristicRace_gWsF4"/>
|
491
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
492
|
+
<templateId>
|
493
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.59"/>
|
494
|
+
</templateId>
|
495
|
+
<id extension="Race_PatientCharacteristicRace"
|
496
|
+
root="825ff2d9-9d31-428e-9189-2593b2a0e920"/>
|
497
|
+
<code code="32624-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
|
498
|
+
<displayName value="Race"/>
|
499
|
+
</code>
|
500
|
+
<title value="Patient Characteristic Race"/>
|
501
|
+
<statusCode code="COMPLETED"/>
|
502
|
+
<value valueSet="2.16.840.1.114222.4.11.836" xsi:type="CD">
|
503
|
+
<displayName value="Race CDCREC Value Set"/>
|
504
|
+
</value>
|
505
|
+
</observationCriteria>
|
506
|
+
</entry>
|
507
|
+
<!--Patient Characteristic Ethnicity--><entry typeCode="DRIV">
|
508
|
+
<localVariableName value="Ethnicity_PatientCharacteristicEthnicity_VYM1e"/>
|
509
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
510
|
+
<templateId>
|
511
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.56"/>
|
512
|
+
</templateId>
|
513
|
+
<id extension="Ethnicity_PatientCharacteristicEthnicity"
|
514
|
+
root="77466aee-6657-4ba9-9b31-f6ecba6e66e7"/>
|
515
|
+
<code code="54133-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
|
516
|
+
<displayName value="Ethnicity"/>
|
517
|
+
</code>
|
518
|
+
<title value="Patient Characteristic Ethnicity"/>
|
519
|
+
<statusCode code="COMPLETED"/>
|
520
|
+
<value valueSet="2.16.840.1.114222.4.11.837" xsi:type="CD">
|
521
|
+
<displayName value="Ethnicity CDCREC Value Set"/>
|
522
|
+
</value>
|
523
|
+
</observationCriteria>
|
524
|
+
</entry>
|
525
|
+
<!--Patient Characteristic Payer--><entry typeCode="DRIV">
|
526
|
+
<localVariableName value="Payer_PatientCharacteristicPayer_bcuJH"/>
|
527
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
528
|
+
<templateId>
|
529
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.58"/>
|
530
|
+
</templateId>
|
531
|
+
<id extension="Payer_PatientCharacteristicPayer"
|
532
|
+
root="f0ccc38e-42f8-45c0-8398-549fea048886"/>
|
533
|
+
<code code="48768-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
|
534
|
+
<displayName value="Payer"/>
|
535
|
+
</code>
|
536
|
+
<title value="Patient Characteristic Payer"/>
|
537
|
+
<statusCode code="COMPLETED"/>
|
538
|
+
<value valueSet="2.16.840.1.114222.4.11.3591" xsi:type="CD">
|
539
|
+
<displayName value="Payer SOP Value Set"/>
|
540
|
+
</value>
|
541
|
+
</observationCriteria>
|
542
|
+
</entry>
|
543
|
+
<!--Clause 'AllStrokes'--><entry typeCode="DRIV">
|
544
|
+
<grouperCriteria classCode="GROUPER" moodCode="EVN">
|
545
|
+
<id extension="qdm_var_UNION_F9BC03AB-E5E6-4A2D-ABBC-2AAFCD0F87E6"
|
546
|
+
root="E081AA15-E05C-4F9E-B0AB-FD56FA007CDC"/>
|
547
|
+
<!--outBoundRelationship for Hemorrhagic Stroke : Diagnosis, Active--><outboundRelationship typeCode="COMP">
|
548
|
+
<conjunctionCode code="OR"/>
|
549
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
550
|
+
<id extension="HemorrhagicStroke_Diagnosis,Active"
|
551
|
+
root="31c56e95-dbb8-4b60-9f9c-7f0a63a7a62e"/>
|
552
|
+
</criteriaReference>
|
553
|
+
</outboundRelationship>
|
554
|
+
<!--outBoundRelationship for Ischemic Stroke : Diagnosis, Active--><outboundRelationship typeCode="COMP">
|
555
|
+
<conjunctionCode code="OR"/>
|
556
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
557
|
+
<id extension="IschemicStroke_Diagnosis,Active"
|
558
|
+
root="87b3a8a7-b7bf-4222-a0f0-ee099e678e6e"/>
|
559
|
+
</criteriaReference>
|
560
|
+
</outboundRelationship>
|
561
|
+
</grouperCriteria>
|
562
|
+
</entry>
|
563
|
+
<!--Clause 'StrokeDuringEncounter'--><!--entry for Starts During--><entry typeCode="DRIV">
|
564
|
+
<grouperCriteria classCode="GROUPER" moodCode="EVN">
|
565
|
+
<id extension="qdm_var_StartsDuring_6DAA04F3-F4B4-45DE-8AA0-36FC3E5F8727"
|
566
|
+
root="FA2FED6D-28BE-4FAA-8D1C-21EAABC18C1F"/>
|
567
|
+
<temporallyRelatedInformation typeCode="SDU">
|
568
|
+
<qdm:temporalInformation precisionUnit="min"/>
|
569
|
+
<criteriaReference classCode="ENC" moodCode="EVN">
|
570
|
+
<id extension="OccurrenceA_InpatientEncounter_Encounter,Performed"
|
571
|
+
root="53cc1115-09fb-45c9-a50d-3fe254afe36e"/>
|
572
|
+
</criteriaReference>
|
573
|
+
</temporallyRelatedInformation>
|
574
|
+
<outboundRelationship typeCode="COMP">
|
575
|
+
<criteriaReference classCode="GROUPER" moodCode="EVN">
|
576
|
+
<id extension="qdm_var_UNION_F9BC03AB-E5E6-4A2D-ABBC-2AAFCD0F87E6"
|
577
|
+
root="E081AA15-E05C-4F9E-B0AB-FD56FA007CDC"/>
|
578
|
+
</criteriaReference>
|
579
|
+
</outboundRelationship>
|
580
|
+
</grouperCriteria>
|
581
|
+
</entry>
|
582
|
+
<!--Clause 'ipp1'--><!--entry for Age >= 18 years at--><entry typeCode="DRIV">
|
583
|
+
<localVariableName value="Birthdate_PatientCharacteristicBirthdate_vOT3c"/>
|
584
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
585
|
+
<templateId>
|
586
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.54"/>
|
587
|
+
</templateId>
|
588
|
+
<id extension="Agegrtr_thn_eql_18yearsat_A66EB290-C27B-4D27-A738-31688F5E060C"
|
589
|
+
root="95838E24-3A73-4029-BE9D-0B76AAE35550"/>
|
590
|
+
<code code="21112-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
|
591
|
+
<displayName value="Birth Date"/>
|
592
|
+
</code>
|
593
|
+
<title value="Patient Characteristic Birthdate"/>
|
594
|
+
<statusCode code="COMPLETED"/>
|
595
|
+
<temporallyRelatedInformation typeCode="SBS">
|
596
|
+
<qdm:temporalInformation precisionUnit="d">
|
597
|
+
<qdm:delta lowClosed="true">
|
598
|
+
<low unit="a" value="18"/>
|
599
|
+
<high nullFlavor="PINF"/>
|
600
|
+
</qdm:delta>
|
601
|
+
</qdm:temporalInformation>
|
602
|
+
<criteriaReference classCode="ENC" moodCode="EVN">
|
603
|
+
<id extension="OccurrenceA_InpatientEncounter_Encounter,Performed"
|
604
|
+
root="53cc1115-09fb-45c9-a50d-3fe254afe36e"/>
|
605
|
+
</criteriaReference>
|
606
|
+
</temporallyRelatedInformation>
|
607
|
+
</observationCriteria>
|
608
|
+
</entry>
|
609
|
+
<!--Clause 'ipp2'--><!--entry for During--><entry typeCode="DRIV">
|
610
|
+
<localVariableName value="OccurrenceAofInpatientEncounter_Encounter,Performed_yqcMB"/>
|
611
|
+
<encounterCriteria classCode="ENC" moodCode="EVN">
|
612
|
+
<id extension="During_F12614A4-549A-44A5-8FA0-2EF956561A17"
|
613
|
+
root="53cc1115-09fb-45c9-a50d-3fe254afe36e"/>
|
614
|
+
<temporallyRelatedInformation typeCode="DURING">
|
615
|
+
<qdm:temporalInformation precisionUnit="min"/>
|
616
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
617
|
+
<id extension="measureperiod" root="76011233-a8e5-4c74-ad71-8c3cdba90bd3"/>
|
618
|
+
</criteriaReference>
|
619
|
+
</temporallyRelatedInformation>
|
620
|
+
<outboundRelationship typeCode="OCCR">
|
621
|
+
<criteriaReference classCode="ENC" moodCode="EVN">
|
622
|
+
<id extension="InpatientEncounter_Encounter,Performed"
|
623
|
+
root="e1fa10a0-63d8-402c-b11b-58a5ee1a2f50"/>
|
624
|
+
</criteriaReference>
|
625
|
+
</outboundRelationship>
|
626
|
+
</encounterCriteria>
|
627
|
+
</entry>
|
628
|
+
<entry typeCode="DRIV">
|
629
|
+
<grouperCriteria classCode="GROUPER" moodCode="EVN">
|
630
|
+
<templateId>
|
631
|
+
<item root="2.16.840.1.113883.10.20.28.3.109"/>
|
632
|
+
</templateId>
|
633
|
+
<id extension="SATISFIESALL_A621E693-A4D6-4EBA-BB03-E600B3991908"
|
634
|
+
root="7BC3ECE5-567E-48C3-AEEE-A0E093683C0D"/>
|
635
|
+
<!--outBoundRelationship for Occurrence A of Inpatient Encounter : Encounter, Performed--><outboundRelationship typeCode="COMP">
|
636
|
+
<conjunctionCode code="AND"/>
|
637
|
+
<criteriaReference classCode="ENC" moodCode="EVN">
|
638
|
+
<id extension="OccurrenceA_InpatientEncounter_Encounter,Performed"
|
639
|
+
root="53cc1115-09fb-45c9-a50d-3fe254afe36e"/>
|
640
|
+
</criteriaReference>
|
641
|
+
</outboundRelationship>
|
642
|
+
<!--outBoundRelationship for During--><outboundRelationship typeCode="COMP">
|
643
|
+
<conjunctionCode code="AND"/>
|
644
|
+
<criteriaReference classCode="ENC" moodCode="EVN">
|
645
|
+
<id extension="During_F12614A4-549A-44A5-8FA0-2EF956561A17"
|
646
|
+
root="53cc1115-09fb-45c9-a50d-3fe254afe36e"/>
|
647
|
+
</criteriaReference>
|
648
|
+
</outboundRelationship>
|
649
|
+
<!--outBoundRelationship for Occurrence A of Inpatient Encounter : Encounter, Performed--><outboundRelationship typeCode="COMP">
|
650
|
+
<conjunctionCode code="AND"/>
|
651
|
+
<criteriaReference classCode="ENC" moodCode="EVN">
|
652
|
+
<id extension="ab876ae7-ab47-477c-9c6c-3d42ab917f0d"
|
653
|
+
root="53cc1115-09fb-45c9-a50d-3fe254afe36e"/>
|
654
|
+
</criteriaReference>
|
655
|
+
</outboundRelationship>
|
656
|
+
</grouperCriteria>
|
657
|
+
</entry>
|
658
|
+
<!--Clause 'denom1'--><!--entry for Starts During--><entry typeCode="DRIV">
|
659
|
+
<localVariableName value="IschemicStroke_Diagnosis,Active_vMFNU"/>
|
660
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
661
|
+
<templateId>
|
662
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.1"/>
|
663
|
+
</templateId>
|
664
|
+
<id extension="StartsDuring_1A607F93-66CC-48AE-9BB1-70017F809B7D"
|
665
|
+
root="4654B668-10A3-4561-8957-778B5B25DFB6"/>
|
666
|
+
<code code="282291009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
|
667
|
+
<displayName value="Diagnosis"/>
|
668
|
+
</code>
|
669
|
+
<title value="Diagnosis, Active"/>
|
670
|
+
<statusCode code="COMPLETED"/>
|
671
|
+
<value valueSet="2.16.840.1.113883.3.117.1.7.1.247" xsi:type="CD">
|
672
|
+
<displayName value="Ischemic Stroke Grouping Value Set"/>
|
673
|
+
</value>
|
674
|
+
<temporallyRelatedInformation typeCode="SDU">
|
675
|
+
<qdm:temporalInformation precisionUnit="min"/>
|
676
|
+
<criteriaReference classCode="ENC" moodCode="EVN">
|
677
|
+
<id extension="OccurrenceA_InpatientEncounter_Encounter,Performed"
|
678
|
+
root="53cc1115-09fb-45c9-a50d-3fe254afe36e"/>
|
679
|
+
</criteriaReference>
|
680
|
+
</temporallyRelatedInformation>
|
681
|
+
<outboundRelationship typeCode="REFR">
|
682
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
683
|
+
<templateId>
|
684
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.94"/>
|
685
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.95"/>
|
686
|
+
</templateId>
|
687
|
+
<id extension="C1E5FC7B-64F0-4E52-B2CD-BC640C7CFFC2"
|
688
|
+
root="87b3a8a7-b7bf-4222-a0f0-ee099e678e6e"/>
|
689
|
+
<code code="33999-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
|
690
|
+
<displayName value="Status"/>
|
691
|
+
</code>
|
692
|
+
<title value="Status Active"/>
|
693
|
+
<value code="55561003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"
|
694
|
+
xsi:type="CD">
|
695
|
+
<displayName value="Active"/>
|
696
|
+
</value>
|
697
|
+
</observationCriteria>
|
698
|
+
</outboundRelationship>
|
699
|
+
</observationCriteria>
|
700
|
+
</entry>
|
701
|
+
<!--Clause 'fulfillsClause'--><!--entry for Fulfills--><entry typeCode="DRIV">
|
702
|
+
<localVariableName value="IschemicStroke_Diagnosis,Active_vMFNU"/>
|
703
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
704
|
+
<templateId>
|
705
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.1"/>
|
706
|
+
</templateId>
|
707
|
+
<id extension="Fulfills_28A79A40-3F99-4AAA-A6D9-8D68AE11D22C"
|
708
|
+
root="00449B57-436E-48BA-ADC9-AB1283F6613B"/>
|
709
|
+
<code code="282291009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
|
710
|
+
<displayName value="Diagnosis"/>
|
711
|
+
</code>
|
712
|
+
<title value="Diagnosis, Active"/>
|
713
|
+
<statusCode code="COMPLETED"/>
|
714
|
+
<value valueSet="2.16.840.1.113883.3.117.1.7.1.247" xsi:type="CD">
|
715
|
+
<displayName value="Ischemic Stroke Grouping Value Set"/>
|
716
|
+
</value>
|
717
|
+
<outboundRelationship typeCode="FLFS">
|
718
|
+
<criteriaReference classCode="SBADM" moodCode="RQO">
|
719
|
+
<id extension="AntithromboticTherapy_Medication,Order"
|
720
|
+
root="c536bb40-3686-4029-b20d-344b8bfbba90"/>
|
721
|
+
</criteriaReference>
|
722
|
+
</outboundRelationship>
|
723
|
+
<outboundRelationship typeCode="REFR">
|
724
|
+
<observationCriteria classCode="OBS" moodCode="EVN">
|
725
|
+
<templateId>
|
726
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.94"/>
|
727
|
+
<item extension="2014-11-24" root="2.16.840.1.113883.10.20.28.3.95"/>
|
728
|
+
</templateId>
|
729
|
+
<id extension="C1E5FC7B-64F0-4E52-B2CD-BC640C7CFFC2"
|
730
|
+
root="87b3a8a7-b7bf-4222-a0f0-ee099e678e6e"/>
|
731
|
+
<code code="33999-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC">
|
732
|
+
<displayName value="Status"/>
|
733
|
+
</code>
|
734
|
+
<title value="Status Active"/>
|
735
|
+
<value code="55561003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"
|
736
|
+
xsi:type="CD">
|
737
|
+
<displayName value="Active"/>
|
738
|
+
</value>
|
739
|
+
</observationCriteria>
|
740
|
+
</outboundRelationship>
|
741
|
+
</observationCriteria>
|
742
|
+
</entry>
|
743
|
+
</dataCriteriaSection>
|
744
|
+
</component>
|
745
|
+
<component>
|
746
|
+
<populationCriteriaSection>
|
747
|
+
<templateId>
|
748
|
+
<item root="2.16.840.1.113883.10.20.28.2.1"/>
|
749
|
+
</templateId>
|
750
|
+
<id extension="PopulationCriteria1" root="F88C6E55-AF4A-4CA2-A47F-3ADEBB265E6B"/>
|
751
|
+
<code code="57026-7" codeSystem="2.16.840.1.113883.6.1"/>
|
752
|
+
<title value="Population Criteria Section"/>
|
753
|
+
<text value="Population Criteria text">
|
754
|
+
<xml>
|
755
|
+
<item>
|
756
|
+
<list>
|
757
|
+
<item>
|
758
|
+
<content styleCode="Bold">Population criteria</content>
|
759
|
+
<list>
|
760
|
+
<item>
|
761
|
+
<content styleCode="Bold">Initial Population =</content>
|
762
|
+
<list>
|
763
|
+
<item>AND: Age >= 18 year(s) at: "Occurrence A of Encounter, Performed: Inpatient Encounter"</item>
|
764
|
+
<item>AND: "Occurrence A of Encounter, Performed: Inpatient Encounter" satisfies all<list>
|
765
|
+
<item>during "Measurement Period"</item>
|
766
|
+
<item>(length of stay <= 120 day(s))</item>
|
767
|
+
</list>
|
768
|
+
</item>
|
769
|
+
<item>AND: $StrokeDuringEncounter</item>
|
770
|
+
</list>
|
771
|
+
</item>
|
772
|
+
<item>
|
773
|
+
<content styleCode="Bold">Denominator =</content>
|
774
|
+
<list>
|
775
|
+
<item>AND: Initial Population</item>
|
776
|
+
</list>
|
777
|
+
<list>
|
778
|
+
<item>AND: "Diagnosis, Active: Ischemic Stroke" starts during "Occurrence A of Encounter, Performed: Inpatient Encounter"</item>
|
779
|
+
</list>
|
780
|
+
</item>
|
781
|
+
<item>
|
782
|
+
<content styleCode="Bold">Denominator Exclusions =</content>
|
783
|
+
<list>
|
784
|
+
<item>None</item>
|
785
|
+
</list>
|
786
|
+
</item>
|
787
|
+
<item>
|
788
|
+
<content styleCode="Bold">Numerator =</content>
|
789
|
+
<list>
|
790
|
+
<item>AND: "Diagnosis, Active: Ischemic Stroke" fulfills "Medication, Order: Antithrombotic Therapy"</item>
|
791
|
+
</list>
|
792
|
+
</item>
|
793
|
+
<item>
|
794
|
+
<content styleCode="Bold">Numerator Exclusions =</content>
|
795
|
+
<list>
|
796
|
+
<item>None</item>
|
797
|
+
</list>
|
798
|
+
</item>
|
799
|
+
<item>
|
800
|
+
<content styleCode="Bold">Denominator Exceptions =</content>
|
801
|
+
<list>
|
802
|
+
<item>None</item>
|
803
|
+
</list>
|
804
|
+
</item>
|
805
|
+
<item>
|
806
|
+
<content styleCode="Bold">Stratification =</content>
|
807
|
+
<list>
|
808
|
+
<item>None</item>
|
809
|
+
</list>
|
810
|
+
</item>
|
811
|
+
</list>
|
812
|
+
</item>
|
813
|
+
</list>
|
814
|
+
</item>
|
815
|
+
</xml>
|
816
|
+
</text>
|
817
|
+
<component typeCode="COMP">
|
818
|
+
<initialPopulationCriteria classCode="OBS" moodCode="EVN">
|
819
|
+
<id extension="initialPopulation" root="05CB5EF9-FB0E-498F-98FD-805F14AA2B66"/>
|
820
|
+
<code code="IPOP" codeSystem="2.16.840.1.113883.5.1063"
|
821
|
+
codeSystemName="HL7 Observation Value">
|
822
|
+
<displayName value="initialPopulation"/>
|
823
|
+
</code>
|
824
|
+
<precondition typeCode="PRCN">
|
825
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
826
|
+
<id extension="Agegrtr_thn_eql_18yearsat_A66EB290-C27B-4D27-A738-31688F5E060C"
|
827
|
+
root="95838E24-3A73-4029-BE9D-0B76AAE35550"/>
|
828
|
+
</criteriaReference>
|
829
|
+
</precondition>
|
830
|
+
<precondition typeCode="PRCN">
|
831
|
+
<criteriaReference classCode="GROUPER" moodCode="EVN">
|
832
|
+
<id extension="SATISFIESALL_A621E693-A4D6-4EBA-BB03-E600B3991908"
|
833
|
+
root="7BC3ECE5-567E-48C3-AEEE-A0E093683C0D"/>
|
834
|
+
</criteriaReference>
|
835
|
+
</precondition>
|
836
|
+
<precondition typeCode="PRCN">
|
837
|
+
<criteriaReference classCode="GROUPER" moodCode="EVN">
|
838
|
+
<id extension="qdm_var_StartsDuring_6DAA04F3-F4B4-45DE-8AA0-36FC3E5F8727"
|
839
|
+
root="FA2FED6D-28BE-4FAA-8D1C-21EAABC18C1F"/>
|
840
|
+
</criteriaReference>
|
841
|
+
</precondition>
|
842
|
+
</initialPopulationCriteria>
|
843
|
+
</component>
|
844
|
+
<component typeCode="COMP">
|
845
|
+
<denominatorCriteria classCode="OBS" moodCode="EVN">
|
846
|
+
<id extension="denominator" root="F400FC34-5B5E-483B-BE22-5F20DBFEB8F0"/>
|
847
|
+
<code code="DENOM" codeSystem="2.16.840.1.113883.5.1063"
|
848
|
+
codeSystemName="HL7 Observation Value">
|
849
|
+
<displayName value="denominator"/>
|
850
|
+
</code>
|
851
|
+
<precondition typeCode="PRCN">
|
852
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
853
|
+
<id extension="StartsDuring_1A607F93-66CC-48AE-9BB1-70017F809B7D"
|
854
|
+
root="4654B668-10A3-4561-8957-778B5B25DFB6"/>
|
855
|
+
</criteriaReference>
|
856
|
+
</precondition>
|
857
|
+
</denominatorCriteria>
|
858
|
+
</component>
|
859
|
+
<component typeCode="COMP">
|
860
|
+
<numeratorCriteria classCode="OBS" moodCode="EVN">
|
861
|
+
<id extension="numerator" root="FA1E954D-4ED0-4E61-A9A6-6AD450E32372"/>
|
862
|
+
<code code="NUMER" codeSystem="2.16.840.1.113883.5.1063"
|
863
|
+
codeSystemName="HL7 Observation Value">
|
864
|
+
<displayName value="numerator"/>
|
865
|
+
</code>
|
866
|
+
<precondition typeCode="PRCN">
|
867
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
868
|
+
<id extension="Fulfills_28A79A40-3F99-4AAA-A6D9-8D68AE11D22C"
|
869
|
+
root="00449B57-436E-48BA-ADC9-AB1283F6613B"/>
|
870
|
+
</criteriaReference>
|
871
|
+
</precondition>
|
872
|
+
</numeratorCriteria>
|
873
|
+
</component>
|
874
|
+
<component typeCode="COMP">
|
875
|
+
<stratifierCriteria>
|
876
|
+
<id extension="Stratifiers" root="9ADFFFE3-2890-450F-87E0-7487D3DA1008"/>
|
877
|
+
<code code="STRAT" codeSystem="2.16.840.1.113883.5.1063"
|
878
|
+
codeSystemName="HL7 Observation Value">
|
879
|
+
<displayName value="Stratification"/>
|
880
|
+
</code>
|
881
|
+
<precondition typeCode="PRCN">
|
882
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
883
|
+
<id extension="ONCAdministrativeSex_PatientCharacteristicSex"
|
884
|
+
root="4184e9d4-2c3b-4046-ab93-4d0fe92e1ecd"/>
|
885
|
+
</criteriaReference>
|
886
|
+
</precondition>
|
887
|
+
<precondition typeCode="PRCN">
|
888
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
889
|
+
<id extension="Race_PatientCharacteristicRace"
|
890
|
+
root="825ff2d9-9d31-428e-9189-2593b2a0e920"/>
|
891
|
+
</criteriaReference>
|
892
|
+
</precondition>
|
893
|
+
<precondition typeCode="PRCN">
|
894
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
895
|
+
<id extension="Ethnicity_PatientCharacteristicEthnicity"
|
896
|
+
root="77466aee-6657-4ba9-9b31-f6ecba6e66e7"/>
|
897
|
+
</criteriaReference>
|
898
|
+
</precondition>
|
899
|
+
<precondition typeCode="PRCN">
|
900
|
+
<criteriaReference classCode="OBS" moodCode="EVN">
|
901
|
+
<id extension="Payer_PatientCharacteristicPayer"
|
902
|
+
root="f0ccc38e-42f8-45c0-8398-549fea048886"/>
|
903
|
+
</criteriaReference>
|
904
|
+
</precondition>
|
905
|
+
<component typeCode="COMP">
|
906
|
+
<measureAttribute>
|
907
|
+
<code code="SDE" codeSystem="2.16.840.1.113883.5.4">
|
908
|
+
<displayName value="Supplemental Data Element"/>
|
909
|
+
</code>
|
910
|
+
<value mediaType="text/plain" value="Supplemental Data Elements" xsi:type="ED"/>
|
911
|
+
</measureAttribute>
|
912
|
+
</component>
|
913
|
+
</stratifierCriteria>
|
914
|
+
</component>
|
915
|
+
</populationCriteriaSection>
|
916
|
+
</component>
|
917
|
+
</QualityMeasureDocument>
|