source: ccr2ccd-xslt/trunk/gpl/qrda-header.xsl@ 981

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

latest version

File size: 25.9 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 <!-- WV? for this group of 10 documents we are submitting-->
70 <id root="2.16.840.1.113883.3.543" extension="01.01.01.100000001.1"/>
71 <!--WVP next two lines fixed-->
72 <code code="55182-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Quality Measure Report"/>
73 <title>QRDA Incidence Report</title>
74 <!--WVV time-->
75 <effectiveTime value="20100703"/>
76 <!--WVP for next two lines-->
77 <confidentialityCode codeSystem="2.16.840.1.113883.5.25" code="N"/>
78 <languageCode code="en-US"/>
79 <!--WV? Don't change this in the document set we are working on-->
80 <setId root="2.16.840.1.113883.3.543" extension="01.01.01.100000001"/>
81 <versionNumber value="1"/>
82 <!--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-->
83
84 <!--
85 *******************
86 Patient Information
87 ****************
88 -->
89 <!-- This is the patient for which the report is describing. -->
90 <recordTarget>
91 <patientRole>
92 <!--WVV Id coding system is in the downloadable resoure and SSN is the extension. Edit the extension here-->
93 <!--Can't change during the reporting period-->
94 <id root="2.16.840.1.113883.4.1" extension="002386407"/>
95 <!--WVV address is not required-->
96 <addr>
97 <streetAddressLine>1200 Sanders Lane</streetAddressLine>
98 <city>Rockville</city>
99 <state>MD</state>
100 <postalCode>20850</postalCode>
101 </addr>
102 <patient>
103<!-- WVV something called use="L" found in some samples - not sure what it is or need for it -->
104 <name>
105 <!-- WV Edit -->
106 <given>Jody</given>
107 <family>Jones</family>
108 </name >
109
110 <!--VV Gender code can be M, F or UN for undifferentiated-->
111 <administrativeGenderCode code="F" codeSystem="2.16.840.1.113883.5.1"/>
112 <!--WVV Birth Time at least to the day-->
113 <birthTime value="19450101"/>
114 <!--WVV Edit-->
115 <!--WVV race is in there too, tab L in downloadable resources 2054-5 is Back or African American -->
116 <!--WVV 2106-3 is white and there are no hispanic and a huge number of indian tribes-->
117 <raceCode code="2106.3" codeSystem="2.16.840.1.113883.5.104"/>
118 <!--WVVEdit from downloadable resource tab M for Ethnicity -->
119 <!--WV 2186-5 is Not Hispanic or Latino -->
120 <ethnicGroupCode code="2186-5" codeSystem="2.16.840.1.113883.5.50"/>
121 </patient>
122 <!--WV Added to sample document and required NPI as extension and root is permanent-->
123 <providerOrganization>
124 <id root="2.16.840.1.113883.4.6" extension="6558574524" />
125 <name>WorldVistA Test Clinic</name>
126 <!--WVV address of organization which must have NPI is optional-->
127 <addr>
128 <streetAddressLine>123 Maple Ave</streetAddressLine>
129 <city>Gaithersburg</city>
130 <state>MD</state>
131 <postalCode>20877</postalCode>
132 </addr>
133 <!--WVP required asOrganizationPartOf added to sample-->
134 <asOrganizationPartOf>
135 <wholeOrganization>
136 <!--WVV tax ID (SS# or EIN)for the organizaton is the extension and the root is required and WVP2.16.840.1.113883.4.2-->
137 <id root="2.16.840.1.113883.4.2" extension="002345678"/>
138 </wholeOrganization>
139 </asOrganizationPartOf>
140 </providerOrganization>
141 </patientRole>
142 </recordTarget>
143
144<!--
145*****************************
146Author
147**************
148-->
149 <!-- This example assumes the doctor is creating the report and it is Required. -->
150 <author>
151 <!--WVV Edit time has to be precise at least to the day-->
152 <time value="20100703" />
153 <assignedAuthor>
154 <!--WVP eventually id this is required, the root is fixed -->
155 <!--andn the extension is the SOFTWARE version number assigned by CMS to WV EHR-->
156 <id root="2.16.840.1.113883.3.249.6" extension="100001" />
157 <!--WVVassignedPerson not required-->
158 <assignedPerson>
159 <name>
160 <!--WV Edit-->
161 <given>Nancy</given>
162 <family>Anthracite</family>
163 <suffix>MD</suffix>
164 </name>
165 </assignedPerson>
166 <representedOrganization>
167 <!--WV? id root is OID for the organization so I made one up for this document set-->
168 <id root="2.16.840.1.113883.3.543" extension="1558574526" />
169 <name>WorldVistA Test Clinic</name>
170 </representedOrganization>
171 </assignedAuthor>
172 </author>
173 <!-- The reporting healthcare facility is represented using the CCD "Source of Information" construct, via the Informant participant. -->
174 <informant>
175 <assignedEntity>
176 <!--WV this null flavor is required as is-->
177 <id nullFlavor="NA"/>
178 <representedOrganization>
179 <!--WV root is the OID of the organization. ID is required but name is not and id is OID stated earlier-->
180 <id root="2.16.840.1.113883.3.543" extension="1558574526" />
181 <name>World VistA Test Clinic</name>
182 </representedOrganization>
183 </assignedEntity>
184 </informant>
185
186 <!-- This example assumes that the institution responsible for the data is serving as custodian. -->
187 <!--WV This element is required as is the sSD which is not stated if it is an OID but assumed it is-->
188 <!--WV Name is not required, only ID is required.-->
189 <custodian>
190 <assignedCustodian>
191 <representedCustodianOrganization>
192 <id root="2.16.840.1.113883.3.543" extension="1558574526" />
193 <name>WorldVistA Test Clinic</name>
194 </representedCustodianOrganization>
195 </assignedCustodian>
196 </custodian>
197
198 <!-- In this example, the author is also serving as legal authenticator. -->
199 <!--WV section is this is not required-->
200<legalAuthenticator>
201 <time value="20100703" />
202 <!--WV the signature code of S is required-->
203 <signatureCode code="S" />
204 <assignedEntity>
205 <!--WV document does not specify the requirements of the id but it is required-->
206 <!--WVP and the sample suggests it is the number below and extension is ???-->
207 <id root="2.16.840.1.113883.3.543" extension="111111" />
208 <assignedPerson>
209 <name>
210 <given>Nancy</given>
211 <family>Anthracite</family>
212 <suffix>MD</suffix>
213 </name>
214 </assignedPerson>
215 <representedOrganization>
216 <!--WV? and is fixed for the WorldVistA Test Clinic in this submitted document series-->
217 <id root="2.16.840.1.113883.3.543" extension="1558574526" />
218 <name>WorldVistA Test Clinic</name>
219 </representedOrganization>
220 </assignedEntity>
221 </legalAuthenticator>
222
223
224
225 <!--Added to sample as it is new since 2008-->
226 <!--WVP permanent for participant in the primary care provider participant-->
227<!--WVP performer type codes are numerous but PRF is performer or the person who did it-->
228 <participant typeCode="PRF">
229 <!--WVP required as is for function-->
230 <!-- WVP I believe PCP is primary care provider but not sure-->
231 <functionCode code="PCP" codeSystem="2.16.840.1.113883.5.88"/>
232 <!--WVP Associated Entity is required ti be there with this PROV-->
233 <associatedEntity classCode="PROV">
234 <!--WV? OID of the provider fixed for this series of documents-->
235 <id root="2.16.840.1.113883.3.249.6" extension="111111" />
236 <!--WV associated person is not required so presumabley the code will suffice not sure??-->
237 <associatedPerson>
238 <name>
239 <prefix>Dr.</prefix>
240 <given>Nancy</given>
241 <family>Anthracite</family>
242 </name>
243 </associatedPerson>
244 </associatedEntity>
245 </participant>
246
247 <!--The service event is the encounter that describes tehe encunter as well as the provider, location and time-->
248 <!--!There can be one or more documentation elements depending on the number of encounters during the reporting period-->
249 <!--WVV IMPORTANT!! The encounter codeds are recorded here-->
250 <!-- They are in appendix B of the downloadable resource document-->
251 <!-- Each documentation of is a single service event-->
252
253<!--Occurence of Measures episode documention-->
254<!--Like an encounter section only for QRDA-->
255<!--Same doctor, same clinic, different date and different enconter code-->
256
257
258 <!--First Visit documentationOf section-->
259
260 <documentationOf>
261 <serviceEvent>
262 <!--WV serviceEvent codes from Tab B from the downloadabe resource coding system is -->
263 <!--WVF codeSystem is 2.16.840.1.113883 -->
264 <!--WV code root shall be WVP 2.16.840.1.113883.6.12 and the extension shall be the encounter code -->
265 <!-- WV? like the length of visit and complexity codes for example-->
266
267 <code code="99202" codeSystem="2.16.840.1.113883.6.12" codeSystemName="C4"/>
268 <effectiveTime>
269 <!--WV Edit-->
270 <!-- 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-->
271 <low value="20100205"/>
272 <high value="20100205"/>
273 </effectiveTime>
274 <performer typeCode="PRF">
275 <assignedEntity>
276 <!-- WV? Provider NPI Required root 2.16.840.1.113883.9.96 is ?? and the NPI is an extension for the provider-->
277 <!--This is variable but may remain unchanged for this document set-->
278 <id root="2.16.840.1.113883.3.543" extension="6558574524"/>
279 <!--<id root="2.16.840.1.113883.3.543" extension="1457402711"/>-->
280 <!--WV this element should be present and the code is probably for a General Physician for!-->
281 <!--It may be the type of provider as the example as I think 2.16.840.1.113883.6.69is the NDC-->
282 <!-- codeSystemName is SNOMED CT and code is an 8 digit num and display name is for a physician-->
283 <!--O6120 is SPECIALIZED PHYSICIAN when I looked it up so I don't know where to look for this 8 digit number-->
284 <!-- http://terminology.vetmed.vt.edu/SCT/menu.cfm to look up codes-->
285 <!--59058001 is general physician ;Family Medicine specialist is 62247001-->
286 <code code="62247001" codeSystem="2.16.840.1.113883.6.69" codeSystemName="SNOMED CT" displayName="Internal Medician Specialist"/>
287 <addr>
288 <streetAddressLine>123 Maple Ave</streetAddressLine>
289 <city>Gaithersburg</city>
290 <state>MD</state>
291 <postalCode>20877</postalCode>
292 </addr>
293 <assignedPerson>
294 <name>
295 <given>Nancy</given>
296 <family>Anthracite</family>
297 <suffix>MD</suffix>
298 </name>
299 </assignedPerson>
300 </assignedEntity>
301 </performer>
302 </serviceEvent>
303 </documentationOf>
304
305
306 <!--Second Visit documentationOf section-->
307
308 <documentationOf>
309 <serviceEvent>
310 <!--WV serviceEvent codes from Tab B from the downloadabe resource coding system is -->
311 <!--WVF codeSystem is 2.16.840.1.113883 -->
312 <!--WV code root shall be WVP 2.16.840.1.113883.6.12 and the extension shall be the encounter code -->
313 <!-- WV? like the length of visit and complexity codes for example-->
314
315 <code code="99204" codeSystem="2.16.840.1.113883.6.12" codeSystemName="C4"/>
316 <effectiveTime>
317 <!--WV Edit-->
318 <!-- 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-->
319 <low value="20100703"/>
320 <high value="20100703"/>
321 </effectiveTime>
322 <performer typeCode="PRF">
323 <assignedEntity>
324 <!-- WV? Provider NPI Required root 2.16.840.1.113883.9.96 is ?? and the NPI is an extension for the provider-->
325 <!--This is variable but may remain unchanged for this document set-->
326 <id root="2.16.840.1.113883.3.543" extension="6558574524"/>
327 <!--<id root="2.16.840.1.113883.3.543" extension="1457402711"/>-->
328 <!--WV this element should be present and the code is probably for a General Physician for!-->
329 <!--It may be the type of provider as the example as I think 2.16.840.1.113883.6.69is the NDC-->
330 <!-- codeSystemName is SNOMED CT and code is an 8 digit num and display name is for a physician-->
331 <!--O6120 is SPECIALIZED PHYSICIAN when I looked it up so I don't know where to look for this 8 digit number-->
332 <!-- http://terminology.vetmed.vt.edu/SCT/menu.cfm to look up codes-->
333 <!--59058001 is general physician ;Family Medicine specialist is 62247001-->
334 <code code="62247001" codeSystem="2.16.840.1.113883.6.69" codeSystemName="SNOMED CT" displayName="Internal Medician Specialist"/>
335 <addr>
336 <streetAddressLine>123 Maple Ave</streetAddressLine>
337 <city>Gaithersburg</city>
338 <state>MD</state>
339 <postalCode>20877</postalCode>
340 </addr>
341 <assignedPerson>
342 <name>
343 <given>Nancy</given>
344 <family>Anthracite</family>
345 <suffix>MD</suffix>
346 </name>
347 </assignedPerson>
348 </assignedEntity>
349 </performer>
350 </serviceEvent>
351 </documentationOf>
352 <!--
353********************************************************
354CDA Body
355********************************************************
356-->
357 <component>
358 <structuredBody>
359 <!--
360 ********************************************************
361 Measure Set Section
362 ********************************************************
363 -->
364 <component>
365 <section>
366 <!-- WVP QRDA Category I measure-specific template ID for 2010 #1. -->
367 <!--WP Next 3 lines do not change during the reporting period, for the measures section-->
368 <templateId root="2.16.840.1.113883.3.249.11.12" />
369 <code code="55185-3" codeSystem="2.16.840.1.113883.6.1" />
370 <title>Measure set: CMS EHR Measure Set</title>
371 <text>2010 Measures Set Measures</text>
372 <!--
373 ***************************************************
374 Measure Section
375 ***************************************************
376 -->
377 <component>
378 <section>
379 <!--template ID for each measure being reported-->
380 <templateId root="2.16.840.1.113883.3.249.11.2" />
381 <templateId root="2.16.840.1.113883.3.249.11.3" />
382 <templateId root="2.16.840.1.113883.3.249.11.4" />
383 <templateId root="2.16.840.1.113883.3.249.11.5" />
384 <templateId root="2.16.840.1.113883.3.249.11.6" />
385 <templateId root="2.16.840.1.113883.3.249.11.7" />
386 <templateId root="2.16.840.1.113883.3.249.11.8" />
387 <templateId root="2.16.840.1.113883.3.249.11.9" />
388 <templateId root="2.16.840.1.113883.3.249.11.10" />
389 <templateId root="2.16.840.1.113883.3.249.11.11" />
390 <templateId root="2.16.840.1.113883.3.249.11.15" />
391 <code code="55186-1" codeSystem="2.16.840.1.113883.6.1" />
392 <title>Measure Section</title>
393 <!--Here is where the HTML begins for the above and it is optional-->
394 <text>
395 <list>
396 <item>CMS Measure #1: Diabetes Mellitus: Hemoglobin A1c Poor Control in Diabetes Mellitus</item>
397 <item>CMS Measure #2: Diabetes Mellitus: Low Density Lipoprotein (LDL-C) Control in Diabetes Mellitus</item>
398 <item>CMS Measure #3: Diabetes Mellitus: High Blood Pressure Control in Diabetes Mellitus</item>
399 <item>CMS Measure #5: Heart Failure: Angiotensin-Converting Enzyme (ACE) Inhibitor or Angiotensin Receptor Blocker (ARB) Therapy for Left Ventricular Systolic Dysfunction (LVSD)</item>
400 <item>CMS Measure #7: Coronary Artery Disease (CAD): Beta-Blocker Therapy for CAD Patients with Prior Myocardial Infarction (MI)</item>
401 <item>CMS Measure #110: Preventive Care and Screening: Influenza Immunization for Patients >= 50 Years</item>
402 <item>CMS Measure #111: Preventive Care and Screening: Pneumonia Vaccination for Patients 65 Years and Older</item>
403 <item>CMS Measure #112: Preventive Care and Screening: Screening Mammography</item>
404 <item>CMS Measure #113: Preventive Care and Screening: Colorectal Cancer Screening</item>
405 <item>CMS Measure #124: Health Information Technology (HIT): Adoption/Use of Electronic Health Records (EHR)</item>
406 <item>CMS Measure eRx:Adoption/Use of Medication Electronic Prescribing Measure</item>
407 </list>
408 </text>
409 <!--Begin listing of acts-->
410 <entry typeCode="DRIV">
411 <act classCode="ACT" moodCode="DEF">
412 <id root="3944fd20-865c-11df-a4ee-0800200c9a66"/>
413 <code code="PQRI-1" codeSystem="2.16.840.1.113883.3.249.12" displayName="Hemoglobin A1c Poor Control in Diabetes Mellitus"/>
414 <text>Percentage of patients 18 through 75 years with diabetes mellitus who had most recent hemoglobin A1C greater than 9.0%</text>
415 <statusCode code="completed"/>
416 </act>
417 </entry>
418 <entry typeCode="DRIV">
419 <act classCode="ACT" moodCode="DEF">
420 <id root="3944fd21-865c-11df-a4ee-0800200c9a66"/>
421 <code code="PQRI-2" codeSystem="2.16.840.1.113883.3.249.12" displayName="Low Density Lipoprotein (LDL-C) Control in Diabetes Mellitus"/>
422 <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>
423 <statusCode code="completed"/>
424 </act>
425 </entry>
426 <entry typeCode="DRIV">
427 <act classCode="ACT" moodCode="DEF">
428 <id root="3944fd22-865c-11df-a4ee-0800200c9a66"/>
429 <code code="PQRI-3" codeSystem="2.16.840.1.113883.3.249.12" displayName="Hemoglobin A1c Poor Control in Diabetes Mellitus"/>
430 <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>
431 <statusCode code="completed"/>
432 </act>
433 </entry>
434 <entry typeCode="DRIV">
435 <act classCode="ACT" moodCode="DEF">
436 <id root="3944fd23-865c-11df-a4ee-0800200c9a66"/>
437 <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)"/>
438 <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>
439 <statusCode code="completed"/>
440 </act>
441 </entry>
442 <entry typeCode="DRIV">
443 <act classCode="ACT" moodCode="DEF">
444 <id root="3944fd24-865c-11df-a4ee-0800200c9a66"/>
445 <code code="PQRI-7" codeSystem="2.16.840.1.113883.3.249.12" displayName="Beta-Blocker Therapy for CAD Patients with Prior Myocardial Infarction"/>
446 <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>
447 <statusCode code="completed"/>
448 </act>
449 </entry>
450 <entry typeCode="DRIV">
451 <act classCode="ACT" moodCode="DEF">
452 <id root="3944fd25-865c-11df-a4ee-0800200c9a66"/>
453 <code code="PQRI-110" codeSystem="2.16.840.1.113883.3.249.12" displayName="Influenza Immunization for Patients >= 50 Years"/>
454 <text>Percentage of patients aged 50 years and older who received an influenza immunization during the flu season (September through February)</text>
455 <statusCode code="completed"/>
456 </act>
457 </entry>
458 <entry typeCode="DRIV">
459 <act classCode="ACT" moodCode="DEF">
460 <id root="3944fd26-865c-11df-a4ee-0800200c9a66"/>
461 <code code="PQRI-111" codeSystem="2.16.840.1.113883.3.249.12" displayName="Pneumonia Vaccination for Patients 65 Years and Older"/>
462 <text>Percentage of patients afed 65 years and older who have ever received a pneumoccal vaccine</text>
463 <statusCode code="completed"/>
464 </act>
465 </entry>
466 <entry typeCode="DRIV">
467 <act classCode="ACT" moodCode="DEF">
468 <id root="3944fd27-865c-11df-a4ee-0800200c9a66"/>
469 <code code="PQRI-112" codeSystem="2.16.840.1.113883.3.249.12" displayName="Screening Mammography"/>
470 <text>Percentage of womaen aged 40 through 69 years who had a mammogram to screen for breast cancer within 24 months</text>
471 <statusCode code="completed"/>
472 </act>
473 </entry>
474 <entry typeCode="DRIV">
475 <act classCode="ACT" moodCode="DEF">
476 <id root="3944fd28-865c-11df-a4ee-0800200c9a66"/>
477 <code code="PQRI-113" codeSystem="2.16.840.1.113883.3.249.12" displayName="Colorectal Cancer Screening"/>
478 <text>Percentage of patients aged 50 through 80 who received the appropriate colorectal cancer screening</text>
479 <statusCode code="completed"/>
480 </act>
481 </entry>
482 <entry typeCode="DRIV">
483 <act classCode="ACT" moodCode="DEF">
484 <id root="3944fd29-865c-11df-a4ee-0800200c9a66"/>
485 <code code="PQRI-124" codeSystem="2.16.840.1.113883.3.249.12" displayName="Adoption/Use of Electronic Health Records (EHR)"/>
486 <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>
487 <statusCode code="completed"/>
488 </act>
489 </entry>
490 <entry typeCode="DRIV">
491 <act classCode="ACT" moodCode="DEF">
492 <id root="3944fd30-865c-11df-a4ee-0800200c9a66"/>
493 <code code="eRx" codeSystem="2.16.840.1.113883.3.249.12" displayName="Adoption/Use of Medication Electronic Prescribing Measure"/>
494 <text>Documents whether provider has adopted and is using ePrescribing</text>
495 <statusCode code="completed"/>
496 </act>
497 </entry>
498 <!--
499 *******************************
500 Reporting Parameters Section
501 *****************************
502 -->
503 <component>
504 <section>
505 <code code="55187-9" codeSystem="2.16.840.1.113883.6.1"/>
506 <title>Reporting Parameters</title>
507 <text>
508 <list>
509 <item>Reporting Period Jan 1, 2010 to Dec 31, 2010</item>
510 </list>
511 </text>
512 <entry>
513 <act classCode="ACT" moodCode="EVN">
514 <code code="252116004" codeSystem="2.16.840.1.113883.6.96" displayName="Observation Parameters"/>
515 <effectiveTime>
516 <low value="20100101"/>
517 <high value="20101231"/>
518 </effectiveTime>
519 </act>
520 </entry>
521 </section>
522 </component>
Note: See TracBrowser for help on using the repository browser.