source: ccr2ccd-xslt/trunk/make/qrda-header.xsl@ 881

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

qrda static header and footer for proof of concept

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