source: ccr2ccd-xslt/trunk/make/Nancy-qrda-header.xslBU@ 991

Last change on this file since 991 was 991, checked in by George Lilly, 14 years ago

latest qrda work

File size: 31.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3Conversion of CCR to Level 3 CCD
4
5Orginal Author: Ken Miller
6Solventus LLC
7ken.miller@solventus.coms
8
9Contributors:
10Richard Braman, EHR Doctors, Inc rbraman@ehrdoctors.com
11George Lilly (WorldVistA glilly@glilly.net)
12Nancy Antracite, WorldVistA
13xxxx - Oroville Hospital
14
15Date: 2010-05-5
16Version: 0.1
17
18License :
19
20 This program is free software: you can redistribute it and/or modify
21 it under the terms of the GNU General Public License as published by
22 the Free Software Foundation, either version 3 of the License, or
23 (at your option) any later version.
24
25 This program is distributed in the hope that it will be useful,
26 but WITHOUT ANY WARRANTY; without even the implied warranty of
27 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 GNU General Public License for more details.
29
30 You should have received a copy of the GNU General Public License
31 along with this program. If not, see http://www.gnu.org/licenses.
32
33-->
34<xsl:stylesheet version="1.0" xmlns="urn:hl7-org:v3" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="urn:astm-org:CCR" xmlns:date="http://exslt.org/dates-and-times"
35xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exclude-result-prefixes="a date">
36 <xsl:import href="./templates/cdavocablookup.xsl"/>
37 <xsl:import href="./templates/hl7oidlookup.xsl"/>
38 <xsl:import href="./templates/code.xsl"/>
39 <xsl:import href="./templates/actor.xsl"/>
40 <xsl:import href="./templates/datetime.xsl"/>
41 <xsl:import href="./templates/problemDescription.xsl"/>
42
43 <xsl:output method="xml" encoding="utf-8" version="1.0" indent="yes"/>
44 <xsl:template match="/">
45<!--WV Added new munltiple documentation of added have to do with encounter times, etc.-->
46
47<!--
48********************************************************
49CDA Header
50********************************************************
51-->
52
53<!--
54******************
55Document Information
56**********************
57-->
58<ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:voc="urn:hl7-org:v3/voc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hl7-org:v3 CDA.xsd">
59 <!-- Created with XML Copy Editor Open Source Sourceforge project. -->
60<!--WVP This is the clinical document type ID-->
61 <realmCode code="US"/>
62 <typeId root="2.16.840.1.113883.1.3" extension="POCD_HD000040"/>
63 <!-- QRDA Category I generic template ID. -->
64 <!--WVP these next two lines are fixed-->
65 <templateId root="2.16.840.1.113883.10.20.12" />
66 <!--only in the july spec so not sure if it should be here-->
67 <templateId root="2.16.840.1.113883.3.249.11.100.1"/>
68 <!--WVV 2.16.840.1.113883.3.543 is fixed and is the beginninng of WorldVistAs OID, change the extension for a new document and the version for changes to this one-->
69 <id>
70 <xsl:attribute name="root">
71 <xsl:value-of select="/a:ContinuityOfCareRecord/a:CCRDocumentObjectID"></xsl:value-of>
72 </xsl:attribute>
73 </id>
74 <!--WVP next two lines fixed-->
75 <code code="55182-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Quality Measure Report"/>
76 <title>QRDA Incidence Report</title>
77 <!--WVV time-->
78 <effectiveTime value="20100703"/>
79 <!--WVP for next two lines-->
80 <confidentialityCode codeSystem="2.16.840.1.113883.5.25" code="N"/>
81 <languageCode code="en-US"/>
82 <!--WV? Don't change this in the document set we are working on-->
83 <setId root="2.16.840.1.113883.3.543" extension="01.01.01.100000001"/>
84 <versionNumber value="1"/>
85 <!--WVP I made one up but we will have to have an OID for the Clincal Document SET which we will make up for ourselves eventually-->
86
87 <!--
88 *******************
89 Patient Information
90 ****************
91 -->
92 <!-- This is the patient for which the report is describing. -->
93 <recordTarget>
94<patientRole>
95 <xsl:call-template name="ccdPatientRole">
96 <xsl:with-param name="ccrActorObjectID" select="/a:ContinuityOfCareRecord/a:Patient[1]/a:ActorID"/>
97 </xsl:call-template>
98 </patientRole>
99 </recordTarget>
100
101<!--
102*****************************
103Author
104**************
105-->
106 <!-- This example assumes the doctor is creating the report and it is Required. -->
107 <author>
108 <!--WVV Edit time has to be precise at least to the day-->
109 <time value="20100703" />
110 <assignedAuthor>
111 <!--WVP eventually id this is required, the root is fixed -->
112 <!--andn the extension is the SOFTWARE version number assigned by CMS to WV EHR-->
113 <id root="2.16.840.1.113883.3.249.6" extension="100001" />
114 <!--WVVassignedPerson not required-->
115 <assignedPerson>
116 <name>
117 <!--WV Edit-->
118 <given>Nancy</given>
119 <family>Anthracite</family>
120 <suffix>MD</suffix>
121 </name>
122 </assignedPerson>
123 <representedOrganization>
124 <!--WV? id root is OID for the organization so I made one up for this document set-->
125 <id root="2.16.840.1.113883.3.543" extension="1558574526" />
126 <name>WorldVistA Test Clinic</name>
127 </representedOrganization>
128 </assignedAuthor>
129 </author>
130 <!-- The reporting healthcare facility is represented using the CCD "Source of Information" construct, via the Informant participant. -->
131 <informant>
132 <assignedEntity>
133 <!--WV this null flavor is required as is-->
134 <id nullFlavor="NA"/>
135 <representedOrganization>
136 <!--WV root is the OID of the organization. ID is required but name is not and id is OID stated earlier-->
137 <id root="2.16.840.1.113883.3.543" extension="1558574526" />
138 <name>World VistA Test Clinic</name>
139 </representedOrganization>
140 </assignedEntity>
141 </informant>
142
143 <!-- This example assumes that the institution responsible for the data is serving as custodian. -->
144 <!--WV This element is required as is the sSD which is not stated if it is an OID but assumed it is-->
145 <!--WV Name is not required, only ID is required.-->
146 <custodian>
147 <assignedCustodian>
148 <representedCustodianOrganization>
149 <id root="2.16.840.1.113883.3.543" extension="1558574526" />
150 <name>WorldVistA Test Clinic</name>
151 </representedCustodianOrganization>
152 </assignedCustodian>
153 </custodian>
154
155 <!-- In this example, the author is also serving as legal authenticator. -->
156 <!--WV section is this is not required-->
157<legalAuthenticator>
158 <time value="20100703" />
159 <!--WV the signature code of S is required-->
160 <signatureCode code="S" />
161 <assignedEntity>
162 <!--WV document does not specify the requirements of the id but it is required-->
163 <!--WVP and the sample suggests it is the number below and extension is ???-->
164 <id root="2.16.840.1.113883.3.543" extension="111111" />
165 <assignedPerson>
166 <name>
167 <given>Nancy</given>
168 <family>Anthracite</family>
169 <suffix>MD</suffix>
170 </name>
171 </assignedPerson>
172 <representedOrganization>
173 <!--WV? and is fixed for the WorldVistA Test Clinic in this submitted document series-->
174 <id root="2.16.840.1.113883.3.543" extension="1558574526" />
175 <name>WorldVistA Test Clinic</name>
176 </representedOrganization>
177 </assignedEntity>
178 </legalAuthenticator>
179
180
181
182 <!--Added to sample as it is new since 2008-->
183 <!--WVP permanent for participant in the primary care provider participant-->
184<!--WVP performer type codes are numerous but PRF is performer or the person who did it-->
185 <participant typeCode="PRF">
186 <!--WVP required as is for function-->
187 <!-- WVP I believe PCP is primary care provider but not sure-->
188 <functionCode code="PCP" codeSystem="2.16.840.1.113883.5.88"/>
189 <!--WVP Associated Entity is required ti be there with this PROV-->
190 <associatedEntity classCode="PROV">
191 <!--WV? OID of the provider fixed for this series of documents-->
192 <id root="2.16.840.1.113883.3.249.6" extension="111111" />
193 <!--WV associated person is not required so presumabley the code will suffice not sure??-->
194 <associatedPerson>
195 <name>
196 <prefix>Dr.</prefix>
197 <given>Nancy</given>
198 <family>Anthracite</family>
199 </name>
200 </associatedPerson>
201 </associatedEntity>
202 </participant>
203
204 <!--The service event is the encounter that describes tehe encunter as well as the provider, location and time-->
205 <!--!There can be one or more documentation elements depending on the number of encounters during the reporting period-->
206 <!--WVV IMPORTANT!! The encounter codeds are recorded here-->
207 <!-- They are in appendix B of the downloadable resource document-->
208 <!-- Each documentation of is a single service event-->
209
210<!--Occurence of Measures episode documention-->
211<!--Like an encounter section only for QRDA-->
212<!--Same doctor, same clinic, different date and different enconter code-->
213
214
215 <!--First Visit documentationOf section-->
216 <documentationOf>
217 <serviceEvent>
218 <!--WV serviceEvent codes from Tab B from the downloadabe resource coding system is -->
219 <!--WVF codeSystem is 2.16.840.1.113883 -->
220 <!--WV code root shall be WVP 2.16.840.1.113883.6.12 and the extension shall be the encounter code -->
221 <!-- WV? like the length of visit and complexity codes for example-->
222
223 <code code="99202" codeSystem="2.16.840.1.113883.6.12" codeSystemName="C4"/>
224 <effectiveTime>
225 <!--WV Edit-->
226 <!-- This has to be precise at least to the day. Something with time would be better. Not sure of the necessary format so did not add time-->
227 <low value="20100205"/>
228 <high value="20100205"/>
229 </effectiveTime>
230 <performer typeCode="PRF">
231 <assignedEntity>
232 <!-- WV? Provider NPI Required root 2.16.840.1.113883.9.96 is ?? and the NPI is an extension for the provider-->
233 <!--This is variable but may remain unchanged for this document set-->
234 <id root="2.16.840.1.113883.3.543" extension="6558574524"/>
235 <!--<id root="2.16.840.1.113883.3.543" extension="1457402711"/>-->
236 <!--WV this element should be present and the code is probably for a General Physician for!-->
237 <!--It may be the type of provider as the example as I think 2.16.840.1.113883.6.69is the NDC-->
238 <!-- codeSystemName is SNOMED CT and code is an 8 digit num and display name is for a physician-->
239 <!--O6120 is SPECIALIZED PHYSICIAN when I looked it up so I don't know where to look for this 8 digit number-->
240 <!-- http://terminology.vetmed.vt.edu/SCT/menu.cfm to look up codes-->
241 <!--59058001 is general physician ;Family Medicine specialist is 62247001-->
242 <code code="62247001" codeSystem="2.16.840.1.113883.6.69" codeSystemName="SNOMED CT" displayName="Internal Medician Specialist"/>
243 <addr>
244 <streetAddressLine>123 Maple Ave</streetAddressLine>
245 <city>Gaithersburg</city>
246 <state>MD</state>
247 <postalCode>20877</postalCode>
248 </addr>
249 <assignedPerson>
250 <name>
251 <given>Nancy</given>
252 <family>Anthracite</family>
253 <suffix>MD</suffix>
254 </name>
255 </assignedPerson>
256 </assignedEntity>
257 </performer>
258 </serviceEvent>
259 </documentationOf>
260
261
262 <!--Second Visit documentationOf section-->
263
264 <documentationOf>
265 <serviceEvent>
266 <!--WV serviceEvent codes from Tab B from the downloadabe resource coding system is -->
267 <!--WVF codeSystem is 2.16.840.1.113883 -->
268 <!--WV code root shall be WVP 2.16.840.1.113883.6.12 and the extension shall be the encounter code -->
269 <!-- WV? like the length of visit and complexity codes for example-->
270
271 <code code="99204" codeSystem="2.16.840.1.113883.6.12" codeSystemName="C4"/>
272 <effectiveTime>
273 <!--WV Edit-->
274 <!-- This has to be precise at least to the day. Something with time would be better. Not sure of the necessary format so did not add time-->
275 <low value="20100703"/>
276 <high value="20100703"/>
277 </effectiveTime>
278 <performer typeCode="PRF">
279 <assignedEntity>
280 <!-- WV? Provider NPI Required root 2.16.840.1.113883.9.96 is ?? and the NPI is an extension for the provider-->
281 <!--This is variable but may remain unchanged for this document set-->
282 <id root="2.16.840.1.113883.3.543" extension="6558574524"/>
283 <!--<id root="2.16.840.1.113883.3.543" extension="1457402711"/>-->
284 <!--WV this element should be present and the code is probably for a General Physician for!-->
285 <!--It may be the type of provider as the example as I think 2.16.840.1.113883.6.69is the NDC-->
286 <!-- codeSystemName is SNOMED CT and code is an 8 digit num and display name is for a physician-->
287 <!--O6120 is SPECIALIZED PHYSICIAN when I looked it up so I don't know where to look for this 8 digit number-->
288 <!-- http://terminology.vetmed.vt.edu/SCT/menu.cfm to look up codes-->
289 <!--59058001 is general physician ;Family Medicine specialist is 62247001-->
290 <code code="62247001" codeSystem="2.16.840.1.113883.6.69" codeSystemName="SNOMED CT" displayName="Internal Medician Specialist"/>
291 <addr>
292 <streetAddressLine>123 Maple Ave</streetAddressLine>
293 <city>Gaithersburg</city>
294 <state>MD</state>
295 <postalCode>20877</postalCode>
296 </addr>
297 <assignedPerson>
298 <name>
299 <given>Nancy</given>
300 <family>Anthracite</family>
301 <suffix>MD</suffix>
302 </name>
303 </assignedPerson>
304 </assignedEntity>
305 </performer>
306 </serviceEvent>
307 </documentationOf>
308 <!--
309********************************************************
310CDA Body
311********************************************************
312-->
313 <component>
314 <structuredBody>
315 <!--
316 ********************************************************
317 Measure Set Section
318 ********************************************************
319 -->
320 <component>
321 <section>
322 <!-- WVP QRDA Category I measure-specific template ID for 2010 #1. -->
323 <!--WP Next 3 lines do not change during the reporting period, for the measures section-->
324 <templateId root="2.16.840.1.113883.3.249.11.50" />
325 <code code="55185-3" codeSystem="2.16.840.1.113883.6.1" />
326 <title>Measure set: CMS EHR Measure Set</title>
327 <text>2010 Measures Set Measures</text>
328 <!--
329 ***************************************************
330 Measure Section
331 ***************************************************
332 -->
333 <component>
334 <section>
335 <!--template ID for each measure being reported-->
336 <templateId root="2.16.840.1.113883.3.249.11.2" />
337 <templateId root="2.16.840.1.113883.3.249.11.3" />
338 <templateId root="2.16.840.1.113883.3.249.11.4" />
339 <templateId root="2.16.840.1.113883.3.249.11.5" />
340 <templateId root="2.16.840.1.113883.3.249.11.6" />
341 <templateId root="2.16.840.1.113883.3.249.11.7" />
342 <templateId root="2.16.840.1.113883.3.249.11.8" />
343 <templateId root="2.16.840.1.113883.3.249.11.9" />
344 <templateId root="2.16.840.1.113883.3.249.11.10" />
345 <templateId root="2.16.840.1.113883.3.249.11.11" />
346 <templateId root="2.16.840.1.113883.3.249.11.15" />
347 <!--New for 2011-->
348 <templateId root="2.16.840.1.113883.3.249.11.51" />
349 <templateId root="2.16.840.1.113883.3.249.11.52" />
350 <templateId root="2.16.840.1.113883.3.249.11.53" />
351 <templateId root="2.16.840.1.113883.3.249.11.54" />
352 <templateId root="2.16.840.1.113883.3.249.11.55" />
353 <templateId root="2.16.840.1.113883.3.249.11.56" />
354 <templateId root="2.16.840.1.113883.3.249.11.57" />
355 <templateId root="2.16.840.1.113883.3.249.11.58" />
356 <templateId root="2.16.840.1.113883.3.249.11.59" />
357 <templateId root="2.16.840.1.113883.3.249.11.60" />
358 <code code="55186-1" codeSystem="2.16.840.1.113883.6.1" />
359
360 <title>Measure Section</title>
361 <!--Here is where the HTML begins for the above and it is optional-->
362 <text>
363 <list>
364 <item>CMS Measure #1: Diabetes Mellitus: Hemoglobin A1c Poor Control in Diabetes Mellitus</item>
365 <item>CMS Measure #2: Diabetes Mellitus: Low Density Lipoprotein (LDL-C) Control in Diabetes Mellitus</item>
366 <item>CMS Measure #3: Diabetes Mellitus: High Blood Pressure Control in Diabetes Mellitus</item>
367 <item>CMS Measure #5: Heart Failure: Angiotensin-Converting Enzyme (ACE) Inhibitor or Angiotensin Receptor Blocker (ARB) Therapy for Left Ventricular Systolic Dysfunction (LVSD)</item>
368 <item>CMS Measure #7: Coronary Artery Disease (CAD): Beta-Blocker Therapy for CAD Patients with Prior Myocardial Infarction (MI)</item>
369 <item>CMS Measure #110: Preventive Care and Screening: Influenza Immunization for Patients >= 50 Years</item>
370 <item>CMS Measure #111: Preventive Care and Screening: Pneumonia Vaccination for Patients 65 Years and Older</item>
371 <item>CMS Measure #112: Preventive Care and Screening: Screening Mammography</item>
372 <item>CMS Measure #113: Preventive Care and Screening: Colorectal Cancer Screening</item>
373 <item>CMS Measure #124: Health Information Technology (HIT): Adoption/Use of Electronic Health Records (EHR)</item>
374 <item>CMS Measure eRx:Adoption/Use of Medication Electronic Prescribing Measure</item>
375 <!--added 2011 measures-->
376 <item>CMS Measure #39: Screening or Therapy for Osteoporosis for Women Aged 65 Years and Older</item>
377 <item>CMS Measure #47: Advance Care Plan </item>
378 <item>CMS Measure #48: Urinary Incontinence: Assessment of Presence or Absence of Urinary Incontinence in Women Aged 65 Years and Older</item>
379 <item>CMS Measure #128: Preventive Care and Screening: Body Mass Index (BMI) Screening and Follow-Up </item>
380 <item>CMS Measure #173: Preventive Care and Screening: Unhealthy Alcohol Use - Screening</item>
381 <item>CMS Measure #0013: Hypertension (HTN): Blood Pressure Measurement - QRDA Cat I template </item>
382 <item>CMS Measure #0022: Drugs to be avoided in the Elderly </item>
383 <item>CMS Measure #0024: Body Mass Index (BMI) 2 through 18 years of age </item>
384 <item>CMS Measure #0028: Preventive Care and Screening: Tobacco Use: Screening and Cessation Intervention</item>
385 <item>CMS Measure #0038: Childhood Immunization Status - QRDA Cat I template</item>
386 </list>
387 </text>
388 <!--Begin listing of acts-->
389 <entry typeCode="DRIV">
390 <act classCode="ACT" moodCode="DEF">
391
392 <code code="PQRI-1" codeSystem="2.16.840.1.113883.3.249.12" displayName="Hemoglobin A1c Poor Control in Diabetes Mellitus"/>
393 <text>Percentage of patients 18 through 75 years with diabetes mellitus who had most recent hemoglobin A1C greater than 9.0%</text>
394 <statusCode code="completed"/>
395 </act>
396 </entry>
397 <entry typeCode="DRIV">
398 <act classCode="ACT" moodCode="DEF">
399
400 <code code="PQRI-2" codeSystem="2.16.840.1.113883.3.249.12" displayName="Low Density Lipoprotein (LDL-C) Control in Diabetes Mellitus"/>
401 <text>Percentage of patients 18 through 75 years with diabetes mellitus who had most recent LDL-C level in control (less than 100 mg./dL)</text>
402 <statusCode code="completed"/>
403 </act>
404 </entry>
405 <entry typeCode="DRIV">
406 <act classCode="ACT" moodCode="DEF">
407
408 <code code="PQRI-3" codeSystem="2.16.840.1.113883.3.249.12" displayName="Hemoglobin A1c Poor Control in Diabetes Mellitus"/>
409 <text>Percentage of patients 18 through 75 years with diabetes mellitus who had most recent blood pressure in control (less than 140/80 mmHg)</text>
410 <statusCode code="completed"/>
411 </act>
412 </entry>
413 <entry typeCode="DRIV">
414 <act classCode="ACT" moodCode="DEF">
415
416 <code code="PQRI-5" codeSystem="2.16.840.1.113883.3.249.12" displayName="Heart Failure: Angiotensin-Converting Enzyme (ACE) Inhibitor or Angiotensin Receptor Blocker (ARB) Therapy for Left Ventricular Systolic Dysfunction (LVSD)"/>
417 <text>Percentage of patients 18 years and older with a diagnosis of heart frilure and LVSD who were prescribed ACE inhibitor or ARB therapy</text>
418 <statusCode code="completed"/>
419 </act>
420 </entry>
421 <entry typeCode="DRIV">
422 <act classCode="ACT" moodCode="DEF">
423
424 <code code="PQRI-7" codeSystem="2.16.840.1.113883.3.249.12" displayName="Beta-Blocker Therapy for CAD Patients with Prior Myocardial Infarction"/>
425 <text>Percentage of patients 18 aged 18 years and older wit a diagnosis of CAD and prior MI who were prescribed beta-blocker therapy</text>
426 <statusCode code="completed"/>
427 </act>
428 </entry>
429 <entry typeCode="DRIV">
430 <act classCode="ACT" moodCode="DEF">
431
432 <code code="PQRI-110" codeSystem="2.16.840.1.113883.3.249.12" displayName="Influenza Immunization for Patients >= 50 Years"/>
433 <text>Percentage of patients aged 50 years and older who received an influenza immunization during the flu season (September through February)</text>
434 <statusCode code="completed"/>
435 </act>
436 </entry>
437 <entry typeCode="DRIV">
438 <act classCode="ACT" moodCode="DEF">
439
440 <code code="PQRI-111" codeSystem="2.16.840.1.113883.3.249.12" displayName="Pneumonia Vaccination for Patients 65 Years and Older"/>
441 <text>Percentage of patients afed 65 years and older who have ever received a pneumoccal vaccine</text>
442 <statusCode code="completed"/>
443 </act>
444 </entry>
445 <entry typeCode="DRIV">
446 <act classCode="ACT" moodCode="DEF">
447
448 <code code="PQRI-112" codeSystem="2.16.840.1.113883.3.249.12" displayName="Screening Mammography"/>
449 <text>Percentage of womaen aged 40 through 69 years who had a mammogram to screen for breast cancer within 24 months</text>
450 <statusCode code="completed"/>
451 </act>
452 </entry>
453 <entry typeCode="DRIV">
454 <act classCode="ACT" moodCode="DEF">
455
456 <code code="PQRI-113" codeSystem="2.16.840.1.113883.3.249.12" displayName="Colorectal Cancer Screening"/>
457 <text>Percentage of patients aged 50 through 80 who received the appropriate colorectal cancer screening</text>
458 <statusCode code="completed"/>
459 </act>
460 </entry>
461 <entry typeCode="DRIV">
462 <act classCode="ACT" moodCode="DEF">
463
464 <code code="PQRI-124" codeSystem="2.16.840.1.113883.3.249.12" displayName="Adoption/Use of Electronic Health Records (EHR)"/>
465 <text>Documents whether provider has adopted and is using health information technology. To qualify, the provider must havea adopted and be using a certified/qualified electronic health record (EHR)</text>
466 <statusCode code="completed"/>
467 </act>
468 </entry>
469 <entry typeCode="DRIV">
470 <act classCode="ACT" moodCode="DEF">
471
472 <code code="eRx" codeSystem="2.16.840.1.113883.3.249.12" displayName="Adoption/Use of Medication Electronic Prescribing Measure"/>
473 <text>Documents whether provider has adopted and is using ePrescribing</text>
474 <statusCode code="completed"/>
475 </act>
476 </entry>
477
478 <!--******************************************
479 Begin 2011 measures
480 ********************************************-->
481 <entry typeCode="DRIV">
482 <act classCode="ACT" moodCode="DEF">
483
484 <code code="PQRI-39" codeSystem="2.16.840.1.113883.3.249.12" displayName="Screening or Therapy for Osteoporosis for Women Aged 65 Years and Older"/>
485 <text>Percentage of patients who had a DXA measurement ordered or performed at least once since age 60 or pharmacologic therapy prescribed within 12 months before the end of the measurement period</text>
486 <statusCode code="completed"/>
487 </act>
488 </entry>
489 <entry typeCode="DRIV">
490 <act classCode="ACT" moodCode="DEF">
491
492 <code code="PQRI-47" codeSystem="2.16.840.1.113883.3.249.12" displayName="Advance Care Plan"/>
493 <text>Percentage of patients age 65 and older who have an advanced care plan or surrogate decision maker documented in the medical record or documented in the medical record that an advance care plan was discussed but the patient did not wish or was not able to name a surrogate decision maker or provide an advance care plan.</text>
494 <statusCode code="completed"/>
495 </act>
496 </entry>
497 <entry typeCode="DRIV">
498 <act classCode="ACT" moodCode="DEF">
499
500 <code code="PQRI-48" codeSystem="2.16.840.1.113883.3.249.12" displayName="Urinary Incontinence: Assessment of Presence or Absence of Urinary Incontinence in Women Aged 65 Years and Older"/>
501 <text>Percentage of patients equal to or older than 65 years of age at the beginning of the measurement perion who were assesed for the presence or absence of urinary incontinence within 12 months.</text>
502 <statusCode code="completed"/>
503 </act>
504 </entry>
505 <entry typeCode="DRIV">
506 <act classCode="ACT" moodCode="DEF">
507
508 <code code="PQRI-128" codeSystem="2.16.840.1.113883.3.249.12" displayName="Preventive Care and Screening: Body Mass Index (BMI) Screening and Follow-Up"/>
509 <text>Percentage of patients aged 18 yesrs and older with a calculate BMI in the past 6 months or during the current visit documented in the medical record and if the most recent BMI is ourtide parameters, a follow-up plan is documented. Ages 65 and older BMI equal to or greater than 30 or less than 22 and ages 18-64, BMI greater than or equal to 25 or less than 18.5</text>
510 <statusCode code="completed"/>
511 </act>
512 </entry>
513 <entry typeCode="DRIV">
514 <act classCode="ACT" moodCode="DEF">
515
516 <code code="PQRI-173" codeSystem="2.16.840.1.113883.3.249.12" displayName="Preventive Care and Screening: Unhealthy Alcohol Use - Screening"/>
517 <text>Percentage of patients aged 18 years and older who were screened for unhealthy alcohol use using a systematic method within 24 months</text>
518 <statusCode code="completed"/>
519 </act>
520 </entry>
521 <entry typeCode="DRIV">
522 <act classCode="ACT" moodCode="DEF">
523
524 <code code="PQRI-13" codeSystem="2.16.840.1.113883.3.249.12" displayName="Hypertension (HTN): Blood Pressure Measurement"/>
525 <text>Percentage of patients aged 18 years and older with a diagnosis of hypertension in the beginning of the measurement period with a blood pressure recoreded.</text>
526 <statusCode code="completed"/>
527 </act>
528 </entry>
529 <entry typeCode="DRIV">
530 <act classCode="ACT" moodCode="DEF">
531
532 <code code="PQRI-22" codeSystem="2.16.840.1.113883.3.249.12" displayName="Drugs to be avoided in the elderly"/>
533 <text>Percentage of patients aged 65 years and older who received at least one drug to be acoided in the elderly and/or two different drugs to be avoided in the elderly in the measurement period</text>
534 <statusCode code="completed"/>
535 </act>
536 </entry>
537 <entry typeCode="DRIV">
538 <act classCode="ACT" moodCode="DEF">
539
540 <code code="PQRI-24" codeSystem="2.16.840.1.113883.3.249.12" displayName="BMI age 2-18 years of age"/>
541 <text>Percentage of children 2-18 years of age at the beginning of the measurement period whose weight is classified based on BMI percentile for age and gender.</text>
542 <statusCode code="completed"/>
543 </act>
544 </entry>
545 <entry typeCode="DRIV">
546 <act classCode="ACT" moodCode="DEF">
547
548 <code code="PQRI-28" codeSystem="2.16.840.1.113883.3.249.12" displayName="Preventive care and Screening: Tobacco Use: Screening and Cessation Intervention"/>
549 <text>Percentage of patients aged 18 years of older who were screened about tobacco use at least once during the two year measurement preoid AND who received cessation counseling if identified as a tobacco user.</text>
550 <statusCode code="completed"/>
551 </act>
552 </entry>
553 <entry typeCode="DRIV">
554 <act classCode="ACT" moodCode="DEF">
555
556 <code code="PQRI-38" codeSystem="2.16.840.1.113883.3.249.12" displayName="Childhood immumnization status"/>
557 <text>Percentage of children who turn two years of age during the measurement period who have had four DTaP/DT, three IPV, one MMR and three H influenza type B, three hepatitis B, one chicken pox vaccine (VZV) and four pneumococcal conjugate vaccines by their second birthday</text>
558 <statusCode code="completed"/>
559 </act>
560 </entry>
561 <entry typeCode="DRIV">
562 <act classCode="ACT" moodCode="DEF">
563
564 <code code="" codeSystem="2.16.840.1.113883.3.249.12" displayName=""/>
565 <text>Documents whether provider has adopted and is using ePrescribing</text>
566 <statusCode code="completed"/>
567 </act>
568 </entry>
569 <!--
570 *******************************
571 Reporting Parameters Section
572 *****************************
573 -->
574 <component>
575 <section>
576 <code code="55187-9" codeSystem="2.16.840.1.113883.6.1"/>
577 <title>Reporting Parameters</title>
578 <text>
579 <list>
580 <item>Reporting Period Jan 1, 2010 to Dec 31, 2010</item>
581 </list>
582 </text>
583 <entry>
584 <act classCode="ACT" moodCode="EVN">
585 <code code="252116004" codeSystem="2.16.840.1.113883.6.96" displayName="Observation Parameters"/>
586 <effectiveTime>
587 <low value="20100101"/>
588 <high value="20101231"/>
589 </effectiveTime>
590 </act>
591 </entry>
592 </section>
593 </component>
594
595
Note: See TracBrowser for help on using the repository browser.