source: ccr2ccd-xslt/trunk/make/Nancy-ccr_qrda-M1.xsl@ 991

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

latest qrda work

File size: 73.0 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<!--DOCUMENTATIONOFSECTION-->
217
218 <!--
219********************************************************
220CDA Body
221********************************************************
222-->
223 <component>
224 <structuredBody>
225 <!--
226 ********************************************************
227 Measure Set Section
228 ********************************************************
229 -->
230 <component>
231 <section>
232 <!-- WVP QRDA Category I measure-specific template ID for 2010 #1. -->
233 <!--WP Next 3 lines do not change during the reporting period, for the measures section-->
234 <templateId root="2.16.840.1.113883.3.249.11.50" />
235 <code code="55185-3" codeSystem="2.16.840.1.113883.6.1" />
236 <title>Measure set: CMS EHR Measure Set</title>
237 <text>2010 Measures Set Measures</text>
238 <!--
239 ***************************************************
240 Measure Section
241 ***************************************************
242 -->
243 <component>
244 <section>
245 <!--template ID for each measure being reported-->
246 <templateId root="2.16.840.1.113883.3.249.11.2" />
247 <templateId root="2.16.840.1.113883.3.249.11.3" />
248 <templateId root="2.16.840.1.113883.3.249.11.4" />
249 <templateId root="2.16.840.1.113883.3.249.11.5" />
250 <templateId root="2.16.840.1.113883.3.249.11.6" />
251 <templateId root="2.16.840.1.113883.3.249.11.7" />
252 <templateId root="2.16.840.1.113883.3.249.11.8" />
253 <templateId root="2.16.840.1.113883.3.249.11.9" />
254 <templateId root="2.16.840.1.113883.3.249.11.10" />
255 <templateId root="2.16.840.1.113883.3.249.11.11" />
256 <templateId root="2.16.840.1.113883.3.249.11.15" />
257 <!--New for 2011-->
258 <templateId root="2.16.840.1.113883.3.249.11.51" />
259 <templateId root="2.16.840.1.113883.3.249.11.52" />
260 <templateId root="2.16.840.1.113883.3.249.11.53" />
261 <templateId root="2.16.840.1.113883.3.249.11.54" />
262 <templateId root="2.16.840.1.113883.3.249.11.55" />
263 <templateId root="2.16.840.1.113883.3.249.11.56" />
264 <templateId root="2.16.840.1.113883.3.249.11.57" />
265 <templateId root="2.16.840.1.113883.3.249.11.58" />
266 <templateId root="2.16.840.1.113883.3.249.11.59" />
267 <templateId root="2.16.840.1.113883.3.249.11.60" />
268 <code code="55186-1" codeSystem="2.16.840.1.113883.6.1" />
269
270 <title>Measure Section</title>
271 <!--Here is where the HTML begins for the above and it is optional-->
272 <text>
273 <list>
274 <item>CMS Measure #1: Diabetes Mellitus: Hemoglobin A1c Poor Control in Diabetes Mellitus</item>
275 <item>CMS Measure #2: Diabetes Mellitus: Low Density Lipoprotein (LDL-C) Control in Diabetes Mellitus</item>
276 <item>CMS Measure #3: Diabetes Mellitus: High Blood Pressure Control in Diabetes Mellitus</item>
277 <item>CMS Measure #5: Heart Failure: Angiotensin-Converting Enzyme (ACE) Inhibitor or Angiotensin Receptor Blocker (ARB) Therapy for Left Ventricular Systolic Dysfunction (LVSD)</item>
278 <item>CMS Measure #7: Coronary Artery Disease (CAD): Beta-Blocker Therapy for CAD Patients with Prior Myocardial Infarction (MI)</item>
279 <item>CMS Measure #110: Preventive Care and Screening: Influenza Immunization for Patients >= 50 Years</item>
280 <item>CMS Measure #111: Preventive Care and Screening: Pneumonia Vaccination for Patients 65 Years and Older</item>
281 <item>CMS Measure #112: Preventive Care and Screening: Screening Mammography</item>
282 <item>CMS Measure #113: Preventive Care and Screening: Colorectal Cancer Screening</item>
283 <item>CMS Measure #124: Health Information Technology (HIT): Adoption/Use of Electronic Health Records (EHR)</item>
284 <item>CMS Measure eRx:Adoption/Use of Medication Electronic Prescribing Measure</item>
285 <!--added 2011 measures-->
286 <item>CMS Measure #39: Screening or Therapy for Osteoporosis for Women Aged 65 Years and Older</item>
287 <item>CMS Measure #47: Advance Care Plan </item>
288 <item>CMS Measure #48: Urinary Incontinence: Assessment of Presence or Absence of Urinary Incontinence in Women Aged 65 Years and Older</item>
289 <item>CMS Measure #128: Preventive Care and Screening: Body Mass Index (BMI) Screening and Follow-Up </item>
290 <item>CMS Measure #173: Preventive Care and Screening: Unhealthy Alcohol Use - Screening</item>
291 <item>CMS Measure #0013: Hypertension (HTN): Blood Pressure Measurement - QRDA Cat I template </item>
292 <item>CMS Measure #0022: Drugs to be avoided in the Elderly </item>
293 <item>CMS Measure #0024: Body Mass Index (BMI) 2 through 18 years of age </item>
294 <item>CMS Measure #0028: Preventive Care and Screening: Tobacco Use: Screening and Cessation Intervention</item>
295 <item>CMS Measure #0038: Childhood Immunization Status - QRDA Cat I template</item>
296 </list>
297 </text>
298 <!--Begin listing of acts-->
299 <entry typeCode="DRIV">
300 <act classCode="ACT" moodCode="DEF">
301
302 <code code="PQRI-1" codeSystem="2.16.840.1.113883.3.249.12" displayName="Hemoglobin A1c Poor Control in Diabetes Mellitus"/>
303 <text>Percentage of patients 18 through 75 years with diabetes mellitus who had most recent hemoglobin A1C greater than 9.0%</text>
304 <statusCode code="completed"/>
305 </act>
306 </entry>
307 <entry typeCode="DRIV">
308 <act classCode="ACT" moodCode="DEF">
309
310 <code code="PQRI-2" codeSystem="2.16.840.1.113883.3.249.12" displayName="Low Density Lipoprotein (LDL-C) Control in Diabetes Mellitus"/>
311 <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>
312 <statusCode code="completed"/>
313 </act>
314 </entry>
315 <entry typeCode="DRIV">
316 <act classCode="ACT" moodCode="DEF">
317
318 <code code="PQRI-3" codeSystem="2.16.840.1.113883.3.249.12" displayName="Hemoglobin A1c Poor Control in Diabetes Mellitus"/>
319 <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>
320 <statusCode code="completed"/>
321 </act>
322 </entry>
323 <entry typeCode="DRIV">
324 <act classCode="ACT" moodCode="DEF">
325
326 <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)"/>
327 <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>
328 <statusCode code="completed"/>
329 </act>
330 </entry>
331 <entry typeCode="DRIV">
332 <act classCode="ACT" moodCode="DEF">
333
334 <code code="PQRI-7" codeSystem="2.16.840.1.113883.3.249.12" displayName="Beta-Blocker Therapy for CAD Patients with Prior Myocardial Infarction"/>
335 <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>
336 <statusCode code="completed"/>
337 </act>
338 </entry>
339 <entry typeCode="DRIV">
340 <act classCode="ACT" moodCode="DEF">
341
342 <code code="PQRI-110" codeSystem="2.16.840.1.113883.3.249.12" displayName="Influenza Immunization for Patients >= 50 Years"/>
343 <text>Percentage of patients aged 50 years and older who received an influenza immunization during the flu season (September through February)</text>
344 <statusCode code="completed"/>
345 </act>
346 </entry>
347 <entry typeCode="DRIV">
348 <act classCode="ACT" moodCode="DEF">
349
350 <code code="PQRI-111" codeSystem="2.16.840.1.113883.3.249.12" displayName="Pneumonia Vaccination for Patients 65 Years and Older"/>
351 <text>Percentage of patients afed 65 years and older who have ever received a pneumoccal vaccine</text>
352 <statusCode code="completed"/>
353 </act>
354 </entry>
355 <entry typeCode="DRIV">
356 <act classCode="ACT" moodCode="DEF">
357
358 <code code="PQRI-112" codeSystem="2.16.840.1.113883.3.249.12" displayName="Screening Mammography"/>
359 <text>Percentage of womaen aged 40 through 69 years who had a mammogram to screen for breast cancer within 24 months</text>
360 <statusCode code="completed"/>
361 </act>
362 </entry>
363 <entry typeCode="DRIV">
364 <act classCode="ACT" moodCode="DEF">
365
366 <code code="PQRI-113" codeSystem="2.16.840.1.113883.3.249.12" displayName="Colorectal Cancer Screening"/>
367 <text>Percentage of patients aged 50 through 80 who received the appropriate colorectal cancer screening</text>
368 <statusCode code="completed"/>
369 </act>
370 </entry>
371 <entry typeCode="DRIV">
372 <act classCode="ACT" moodCode="DEF">
373
374 <code code="PQRI-124" codeSystem="2.16.840.1.113883.3.249.12" displayName="Adoption/Use of Electronic Health Records (EHR)"/>
375 <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>
376 <statusCode code="completed"/>
377 </act>
378 </entry>
379 <entry typeCode="DRIV">
380 <act classCode="ACT" moodCode="DEF">
381
382 <code code="eRx" codeSystem="2.16.840.1.113883.3.249.12" displayName="Adoption/Use of Medication Electronic Prescribing Measure"/>
383 <text>Documents whether provider has adopted and is using ePrescribing</text>
384 <statusCode code="completed"/>
385 </act>
386 </entry>
387
388 <!--******************************************
389 Begin 2011 measures
390 ********************************************-->
391 <entry typeCode="DRIV">
392 <act classCode="ACT" moodCode="DEF">
393
394 <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"/>
395 <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>
396 <statusCode code="completed"/>
397 </act>
398 </entry>
399 <entry typeCode="DRIV">
400 <act classCode="ACT" moodCode="DEF">
401
402 <code code="PQRI-47" codeSystem="2.16.840.1.113883.3.249.12" displayName="Advance Care Plan"/>
403 <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>
404 <statusCode code="completed"/>
405 </act>
406 </entry>
407 <entry typeCode="DRIV">
408 <act classCode="ACT" moodCode="DEF">
409
410 <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"/>
411 <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>
412 <statusCode code="completed"/>
413 </act>
414 </entry>
415 <entry typeCode="DRIV">
416 <act classCode="ACT" moodCode="DEF">
417
418 <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"/>
419 <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>
420 <statusCode code="completed"/>
421 </act>
422 </entry>
423 <entry typeCode="DRIV">
424 <act classCode="ACT" moodCode="DEF">
425
426 <code code="PQRI-173" codeSystem="2.16.840.1.113883.3.249.12" displayName="Preventive Care and Screening: Unhealthy Alcohol Use - Screening"/>
427 <text>Percentage of patients aged 18 years and older who were screened for unhealthy alcohol use using a systematic method within 24 months</text>
428 <statusCode code="completed"/>
429 </act>
430 </entry>
431 <entry typeCode="DRIV">
432 <act classCode="ACT" moodCode="DEF">
433
434 <code code="PQRI-13" codeSystem="2.16.840.1.113883.3.249.12" displayName="Hypertension (HTN): Blood Pressure Measurement"/>
435 <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>
436 <statusCode code="completed"/>
437 </act>
438 </entry>
439 <entry typeCode="DRIV">
440 <act classCode="ACT" moodCode="DEF">
441
442 <code code="PQRI-22" codeSystem="2.16.840.1.113883.3.249.12" displayName="Drugs to be avoided in the elderly"/>
443 <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>
444 <statusCode code="completed"/>
445 </act>
446 </entry>
447 <entry typeCode="DRIV">
448 <act classCode="ACT" moodCode="DEF">
449
450 <code code="PQRI-24" codeSystem="2.16.840.1.113883.3.249.12" displayName="BMI age 2-18 years of age"/>
451 <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>
452 <statusCode code="completed"/>
453 </act>
454 </entry>
455 <entry typeCode="DRIV">
456 <act classCode="ACT" moodCode="DEF">
457
458 <code code="PQRI-28" codeSystem="2.16.840.1.113883.3.249.12" displayName="Preventive care and Screening: Tobacco Use: Screening and Cessation Intervention"/>
459 <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>
460 <statusCode code="completed"/>
461 </act>
462 </entry>
463 <entry typeCode="DRIV">
464 <act classCode="ACT" moodCode="DEF">
465
466 <code code="PQRI-38" codeSystem="2.16.840.1.113883.3.249.12" displayName="Childhood immumnization status"/>
467 <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>
468 <statusCode code="completed"/>
469 </act>
470 </entry>
471 <entry typeCode="DRIV">
472 <act classCode="ACT" moodCode="DEF">
473
474 <code code="" codeSystem="2.16.840.1.113883.3.249.12" displayName=""/>
475 <text>Documents whether provider has adopted and is using ePrescribing</text>
476 <statusCode code="completed"/>
477 </act>
478 </entry>
479 <!--
480 *******************************
481 Reporting Parameters Section
482 *****************************
483 -->
484 <component>
485 <section>
486 <code code="55187-9" codeSystem="2.16.840.1.113883.6.1"/>
487 <title>Reporting Parameters</title>
488 <text>
489 <list>
490 <item>Reporting Period Jan 1, 2010 to Dec 31, 2010</item>
491 </list>
492 </text>
493 <entry>
494 <act classCode="ACT" moodCode="EVN">
495 <code code="252116004" codeSystem="2.16.840.1.113883.6.96" displayName="Observation Parameters"/>
496 <effectiveTime>
497 <low value="20100101"/>
498 <high value="20101231"/>
499 </effectiveTime>
500 </act>
501 </entry>
502 </section>
503 </component>
504
505
506 <!--
507 ********************************************************
508 Patient Data
509 ********************************************************
510 -->
511 <component>
512 <section>
513 <code code="55188-7" codeSystem="2.16.840.1.113883.6.1"/>
514 <title>Patient Data</title>
515 </section>
516 </component>
517 <xsl:if test="a:ContinuityOfCareRecord/a:Body/a:Procedures">
518 <component>
519 <section>
520 <templateId root="2.16.840.1.113883.10.20.1.12"/>
521 <code code="47519-4" codeSystem="2.16.840.1.113883.6.1"/>
522 <title>Procedures</title>
523 <text>
524 <table>
525 <tbody>
526 <tr>
527 <th>Type</th>
528 <th>Date</th>
529 <th>Code</th>
530 <th>Description</th>
531 <th>Location</th>
532 <th>Substance</th>
533 <th>Method</th>
534 <th>Position</th>
535 <th>Site</th>
536 <th>Status</th>
537 <th>Source</th>
538 </tr>
539 <xsl:for-each select="/a:ContinuityOfCareRecord/a:Body/a:Procedures/a:Procedure">
540 <tr>
541 <xsl:attribute name="id">
542 <xsl:value-of select="a:CCRDataObjectID"/>
543 </xsl:attribute>
544
545 <td>
546 <xsl:value-of select="a:Type/a:Text"/>
547 </td>
548 <table>
549 <tbody>
550 <xsl:apply-templates select="a:DateTime"/>
551 </tbody>
552 </table>
553 <td>
554 <xsl:apply-templates select="a:Description/a:Code"/>
555 </td>
556 <td>
557 <xsl:value-of select="a:Description/a:Text"/>
558 </td>
559 <td>
560 <xsl:for-each select="a:Locations/a:Location">
561 <xsl:value-of select="a:Description/a:Text"/>
562 <xsl:if test="a:Actor">
563 (<xsl:call-template name="actorName">
564 <xsl:with-param name="objID" select="a:Actor/a:ActorID"/>
565 </xsl:call-template>
566 <xsl:if test="a:Actor/a:ActorRole/a:Text">
567 <xsl:text xml:space="preserve"> - </xsl:text><xsl:value-of select="a:ActorRole/a:Text"/>)
568 </xsl:if>
569 </xsl:if>)
570 <xsl:if test="position() != last()">
571 <br/>
572 </xsl:if>
573 </xsl:for-each>
574 </td>
575 <td>
576 <xsl:for-each select="a:Substance">
577 <xsl:value-of select="a:Text"/>
578 </xsl:for-each>
579 </td>
580 <td>
581 <xsl:value-of select="a:Method/a:Text"/>
582 </td>
583 <td>
584 <xsl:value-of select="a:Position/a:Text"/>
585 </td>
586 <td>
587 <xsl:value-of select="a:Site/a:Text"/>
588 </td>
589 <td>
590 <xsl:value-of select="a:Status/a:Text"/>
591 </td>
592 <td>
593 <xsl:call-template name="actorName">
594 <xsl:with-param name="objID" select="a:Source/a:Actor/a:ActorID"/>
595 </xsl:call-template>
596 </td>
597 </tr>
598 </xsl:for-each>
599 </tbody>
600 </table>
601 </text>
602
603 <xsl:for-each select="/a:ContinuityOfCareRecord/a:Body/a:Procedures/a:Procedure">
604 <entry typeCode="DRIV">
605 <procedure classCode="PROC" moodCode="EVN">
606 <templateId root="2.16.840.1.113883.3.88.11.83.17" assigningAuthorityName="HITSP C83"/>
607 <templateId root="2.16.840.1.113883.10.20.1.29" assigningAuthorityName="CCD"/>
608 <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.19" assigningAuthorityName="IHE PCC"/>
609
610 <!-- <id> -->
611 <xsl:call-template name="ccdID">
612 <xsl:with-param name="ccrObjectID" select="a:CCRDataObjectID"/>
613 </xsl:call-template>
614
615 <!-- <code> -->
616 <xsl:call-template name="ccdCodedValue">
617 <xsl:with-param name="ccrCodedDescription" select="a:Description"/>
618 <xsl:with-param name="nodeName" select="'code'"/>
619 </xsl:call-template>
620
621 <text>
622 <reference>
623 <xsl:attribute name="value">
624 <xsl:text>#</xsl:text>
625 <xsl:value-of select="a:CCRDataObjectID"/>
626 </xsl:attribute>
627 </reference>
628 </text>
629
630 <xsl:call-template name="ccdStatusProcedure">
631 <xsl:with-param name="status" select="a:Status"/>
632 </xsl:call-template>
633
634 <xsl:call-template name="ccdDateTime">
635 <xsl:with-param name="dt" select="a:DateTime"/>
636 </xsl:call-template>
637
638 <xsl:if test="a:Method">
639 <xsl:call-template name="ccdCodedValue">
640 <xsl:with-param name="ccrCodedDescription" select="a:Method"/>
641 <xsl:with-param name="nodeName" select="'approachSiteCode'"/>
642 </xsl:call-template>
643 </xsl:if>
644
645 <xsl:if test="a:Site">
646 <xsl:call-template name="ccdCodedValue">
647 <xsl:with-param name="ccrCodedDescription" select="a:Site"/>
648 <xsl:with-param name="nodeName" select="'targetSiteCode'"/>
649 </xsl:call-template>
650 </xsl:if>
651
652 <xsl:if test="a:Practitioners/a:Practitioner">
653 <xsl:call-template name="ccdPerformer">
654 <xsl:with-param name="ccrActorReference" select="a:Practitioners/a:Practitioner[1]"/>
655 </xsl:call-template>
656 </xsl:if>
657 </procedure>
658 </entry>
659 </xsl:for-each>
660 </section>
661 </component>
662 </xsl:if>
663<component>
664<section>
665<!--We are including only a coverage activity for Medicare here. There is also policy activity and and authorization activity that I don't think we need to report for QRDA, at least not for most reports-->
666<templateId root="2.16.840.1.113883.10.20.1.9"/>
667<!-- 48768-6 is payment sources and is fixed CQ-188,189,190-->
668<code code="48768-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Payment Sources"/>
669<!--CQ-191,192-->
670<title>Payers</title>
671<!--medicare-->
672<entry typeCode="DRIV">
673<!--WVP moodCode is DEF is definition to describe the characteristics of who must be involved in an act CQ-194,195-->
674<act classCode="ACT" moodCode="DEF">
675<!--WVP coverage activity template is the 10.20.1.20 CQ-193-->
676<templateId root="2.16.840.1.113883.10.20.1.20"/>
677<!--Coverage Shall Include and Act ID CQ-196-->
678<!--looks like a UUID to me-->
679<id root="1751b180-8a54-11df-a4ee-0800200c9c66"/><!--FIX!!!???-->
680<!--CQ-197-198 It appears that statusCode="completed" need to follow the code code ... here and below-->
681
682<!--CQ199,200-->
683<code code="48768-6" codeSystem="2.16.840.1.113883.6.1" displayName="Payment sources"/>
684<statusCode code="completed"/>
685
686<!--A coverage activity shall contain on or more act/entryRelationship. The value for act/entryRelationship/@typeCode shall be COMP which SHALL be the CMS QRDA Policy Activity CQ-201, 203-->
687<!--It MAY contain an entryRelationship/sequenceNumber CQ-202-->
688<entryRelationship typeCode="COMP">
689<!-- for the act is event with moodCode EVN CQ-205,206,207-->
690<act classCode="ACT" moodCode="EVN">
691<!--Policy activity is the 10.20.1.26 template CQ-205-->
692<templateId root="2.16.840.1.113883.10.20.1.26"/>
693
694<!-- act/id which is the group or contract number related to the insurance policy or program CQ-208-->
695<id root="dbbb6311-8a4d-11df-a4ee-0800200c9c66"/><!--!!!FIX-->
696<!--Act statusCode must be completed CQ-210-->
697<!--This SHOULD be present and comes from the downloadable resource S display name is in quotes AUTOPOL - "automobile" policy;EHCPOL additional insurance in addition to Medicare in this case
698HSAPOL "Health Spending Account";PUBLICPOL "public healthcare" which is NOT Medicare - maybe a state program for example
699WBCPOL is "workers compensation" CQ-211,212-->
700<!--<code code="PUBLICPOL" codeSystem="2.16.840.1.113883.5.4" displayName="Public Healthcare"/>-->
701<code code="PUBLICPOL" codeSystem="2.16.840.1.113883.5.4" displayName="Public Healthcare"/>
702<!--WVP performer type codes are numerous but PRF is performer representing the Payer CQ-213-->
703<statusCode code="completed"/>
704<performer typeCode="PRF">
705
706<!--performer/assignedEntity id is the payer identification and the extension comes from the downloadable resource section I insurance plan TYPE CQ-214-->
707<assignedEntity>
708<id root="2.16.840.1.113883.12.86" extension="MC"/>
709<!--<representedOrganization>
710<name>CMS</name>
711</representedOrganization>-->
712</assignedEntity>
713</performer>
714<!-- Act/participant @typeCode this represents the covered party CQ-215-->
715<participant typeCode="COV">
716<participantRole>
717<!--A covered party in a policy activity SHOULD contain one or more participant/participantRole/id to represent the patien's member of subscriber identifier with respect to the payer
718For participant/paricipantRole/id either the Social Security Number or HIC Number SHALL be submitted for Medicare patients. for SSN the ID @root SHALL be 2.16.840.1.113883.4.1 where
719the HIC id/@root shall be 2.16.840.1.113883.3.249.13 CQ-216"RoleCode" in the downloadable resource-->
720<!-- in this case theextension is the patients SSN for a medicare patient so it is the same each time for one patient-->
721<id root="2.16.840.1.113883.4.1" extension="@@SSN@@"/>
722<!--The covered party in tha policy activity SHOULD contain exactly one particpant/participantRole/code for self, family etc from the valuse set PolicyOrPrograCoverageRoleType 2.16.840.1.113883.1.11.19809 CQ-217,218-->
723<code code="SELF" codeSystem="2.16.840.1.113883.5.111" displayName="Self"/>
724</participantRole>
725</participant>
726</act>
727</entryRelationship>
728</act>
729</entry>
730</section>
731</component>
732</section>
733</component>
734</section>
735</component>
736</structuredBody>
737</component>
738</ClinicalDocument>
739 </xsl:template>
740 <xsl:template name="ccdAssignedEntity">
741 <xsl:param name="ccrActorObjectID"/>
742
743 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
744
745 <assignedEntity>
746 <xsl:call-template name="ccdEntityID">
747 <xsl:with-param name="CCRActor" select="$CCRActor"/>
748 </xsl:call-template>
749
750 <xsl:call-template name="ccdAddress">
751 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address"/>
752 </xsl:call-template>
753
754 <xsl:call-template name="ccdTelecom">
755 <xsl:with-param name="CCRActor" select="$CCRActor"/>
756 </xsl:call-template>
757
758 <xsl:if test="$CCRActor/a:Person">
759 <xsl:call-template name="ccdPerson">
760 <xsl:with-param name="CCRActorPerson" select="$CCRActor/a:Person"/>
761 <xsl:with-param name="personNodeName" select="'assignedPerson'"/>
762 </xsl:call-template>
763 </xsl:if>
764
765 <xsl:if test="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']">
766 <xsl:call-template name="ccdOrganization">
767 <xsl:with-param name="ccrActorObjectID" select="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']/a:LinkID"/>
768 <xsl:with-param name="organizationNodeName" select="'representedOrganization'"/>
769 </xsl:call-template>
770 </xsl:if>
771
772 </assignedEntity>
773 </xsl:template>
774
775 <xsl:template name="ccdPatient">
776 <xsl:param name="CCRActorPerson"/>
777 <patient>
778 <xsl:call-template name="ccdPersonName">
779 <xsl:with-param name="CCRActorName" select="$CCRActorPerson/a:Name"/>
780 </xsl:call-template>
781
782 <xsl:if test="$CCRActorPerson/a:Gender">
783 <xsl:call-template name="ccdCodedValue">
784 <xsl:with-param name="ccrCodedDescription" select="$CCRActorPerson/a:Gender"/>
785 <xsl:with-param name="domain" select="'AdministrativeGender'"/>
786 <xsl:with-param name="nodeName" select="'administrativeGenderCode'"/>
787 </xsl:call-template>
788 </xsl:if>
789
790 <xsl:if test="$CCRActorPerson/a:DateOfBirth">
791 <birthTime>
792 <xsl:attribute name="value">
793 <xsl:call-template name="date:format-date">
794 <xsl:with-param name="date-time" select="$CCRActorPerson/a:DateOfBirth/a:ExactDateTime"/>
795 <xsl:with-param name="pattern">yyyyMMddhhmmss</xsl:with-param>
796 </xsl:call-template>
797 </xsl:attribute>
798 </birthTime>
799 </xsl:if>
800
801 <xsl:if test="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Marital Status']">
802 <xsl:call-template name="ccdCodedValue">
803 <xsl:with-param name="ccrCodedDescription" select="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Marital Status']/a:Description"/>
804 <xsl:with-param name="domain" select="'MaritalStatus'"/>
805 <xsl:with-param name="nodeName" select="'maritalStatusCode'"/>
806 </xsl:call-template>
807 </xsl:if>
808
809 <xsl:if test="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Language']">
810 <languageCommunication>
811 <templateId root="2.16.840.1.113883.3.88.11.83.2" assigningAuthorityName="HITSP/C83"/>
812 <templateId root="1.3.6.1.4.1.19376.1.5.3.1.2.1" assigningAuthorityName="IHE/PCC"/>
813 <xsl:call-template name="ccdCodedValue">
814 <xsl:with-param name="ccrCodedDescription" select="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Language']/a:Description"></xsl:with-param>
815 <xsl:with-param name="domain" select="'HumanLanguage'"/>
816 <xsl:with-param name="nodeName" select="'languageCode'"/>
817 </xsl:call-template>
818 </languageCommunication>
819 </xsl:if>
820 </patient>
821 </xsl:template>
822
823 <xsl:template name="ccdPerformer">
824 <xsl:param name="ccrActorReference"/>
825 <performer typeCode="PRF">
826 <xsl:if test="$ccrActorReference/a:ActorRole">
827 <xsl:call-template name="ccdCodedValue">
828 <xsl:with-param name="ccrCodedDescription" select="$ccrActorReference/a:ActorRole"/>
829 <xsl:with-param name="nodeName" select="'functionCode'"/>
830 </xsl:call-template>
831 </xsl:if>
832 <xsl:call-template name="ccdAssignedEntity">
833 <xsl:with-param name="ccrActorObjectID" select="$ccrActorReference/a:ActorID"/>
834 </xsl:call-template>
835 </performer>
836 </xsl:template>
837
838 <xsl:template name="ccdPerson">
839 <xsl:param name="CCRActorPerson"/>
840 <xsl:param name="personNodeName">assignedPerson</xsl:param>
841 <xsl:element name="{$personNodeName}">
842 <xsl:call-template name="ccdPersonName">
843 <xsl:with-param name="CCRActorName" select="$CCRActorPerson/a:Name"/>
844 </xsl:call-template>
845 </xsl:element>
846 </xsl:template>
847
848 <xsl:template name="ccdPersonName">
849 <xsl:param name="CCRActorName"/>
850 <name>
851 <xsl:if test="$CCRActorName/a:CurrentName/a:Title">
852 <prefix>
853 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Title"/>
854 </prefix>
855 </xsl:if>
856 <xsl:if test="$CCRActorName/a:CurrentName/a:Given">
857 <given>
858 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Given"/>
859 </given>
860 </xsl:if>
861 <xsl:if test="$CCRActorName/a:CurrentName/a:Middle">
862 <given>
863 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Middle"/>
864 </given>
865 </xsl:if>
866 <xsl:if test="$CCRActorName/a:CurrentName/a:Family">
867 <family>
868 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Family"/>
869 </family>
870 </xsl:if>
871 <xsl:if test="$CCRActorName/a:CurrentName/a:Suffix">
872 <suffix>
873 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Suffix"/>
874 </suffix>
875 </xsl:if>
876 </name>
877 </xsl:template>
878
879 <xsl:template name="ccdOrganization">
880 <xsl:param name="ccrActorObjectID"/>
881 <xsl:param name="organizationNodeName"/>
882
883 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
884
885 <xsl:element name="{$organizationNodeName}">
886 <xsl:call-template name="ccdEntityID">
887 <xsl:with-param name="CCRActor" select="$CCRActor"/>
888 </xsl:call-template>
889 <xsl:call-template name="ccdTelecom">
890 <xsl:with-param name="CCRActor" select="$CCRActor"/>
891 </xsl:call-template>
892
893 <xsl:call-template name="ccdAddress">
894 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
895 </xsl:call-template>
896 </xsl:element>
897 </xsl:template>
898
899 <xsl:template name="ccdPatientRole">
900 <xsl:param name="ccrActorObjectID"/>
901
902 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
903
904 <xsl:call-template name="ccdEntityID">
905 <xsl:with-param name="CCRActor" select="$CCRActor"/>
906 </xsl:call-template>
907
908 <xsl:call-template name="ccdAddress">
909 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
910 </xsl:call-template>
911
912 <xsl:call-template name="ccdTelecom">
913 <xsl:with-param name="CCRActor" select="$CCRActor"/>
914 </xsl:call-template>
915
916 <xsl:call-template name="ccdPatient">
917 <xsl:with-param name="CCRActorPerson" select="$CCRActor/a:Person"/>
918 </xsl:call-template>
919 </xsl:template>
920
921 <xsl:template name="ccdAssignedAuthor">
922 <xsl:param name="ccrActorObjectID"/>
923 <assignedAuthor>
924 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
925
926 <xsl:call-template name="ccdEntityID">
927 <xsl:with-param name="CCRActor" select="$CCRActor"/>
928 </xsl:call-template>
929
930 <xsl:call-template name="ccdAddress">
931 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
932 </xsl:call-template>
933
934 <xsl:call-template name="ccdTelecom">
935 <xsl:with-param name="CCRActor" select="$CCRActor"/>
936 </xsl:call-template>
937
938 <xsl:call-template name="ccdPerson">
939 <xsl:with-param name="CCRActorPerson" select="$CCRActor/a:Person"/>
940 </xsl:call-template>
941
942 <xsl:if test="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']">
943 <representedOrganization>
944 <xsl:call-template name="ccdOrganization">
945 <xsl:with-param name="ccrActorObjectID" select="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']/a:LinkID"/>
946 </xsl:call-template>
947 </representedOrganization>
948 </xsl:if>
949 </assignedAuthor>
950 </xsl:template>
951
952 <xsl:template name="ccdParticipantRoleActor">
953 <xsl:param name="ccrActorObjectID"/>
954
955 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
956
957 <xsl:call-template name="ccdEntityID">
958 <xsl:with-param name="CCRActor" select="$CCRActor"/>
959 </xsl:call-template>
960
961 <xsl:call-template name="ccdAddress">
962 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
963 </xsl:call-template>
964
965 <xsl:call-template name="ccdTelecom">
966 <xsl:with-param name="CCRActor" select="$CCRActor"/>
967 </xsl:call-template>
968
969 <xsl:if test="$CCRActor/a:Organization/a:Name">
970 <playingEntity classCode="PLC">
971 <name>
972 <xsl:value-of select="$CCRActor/a:Organization/a:Name"/>
973 </name>
974 </playingEntity>
975 </xsl:if>
976 </xsl:template>
977
978 <xsl:template name="ccdParticipantRoleCodedDescription">
979 <xsl:param name="ccrCodedDescription"/>
980 <participantRole classCode="MANU">
981 <!--Product Detail-->
982 <playingEntity classCode="MMAT">
983 <xsl:if test="$ccrCodedDescription/a:Code">
984 <xsl:call-template name="ccdCodedValue">
985 <xsl:with-param name="ccrCodedDescription" select="$ccrCodedDescription"/>
986 <xsl:with-param name="nodeName" select="'code'"/>
987 </xsl:call-template>
988 </xsl:if>
989 <name>
990 <xsl:value-of select="$ccrCodedDescription/a:Text"/>
991 </name>
992 </playingEntity>
993 </participantRole>
994 </xsl:template>
995
996 <xsl:template name="ccdEntityID">
997 <xsl:param name="CCRActor"/>
998 <id>
999 <xsl:choose>
1000 <xsl:when test="$CCRActor/a:IDs">
1001 <xsl:attribute name="extension">
1002 <xsl:value-of select="$CCRActor/a:IDs[1]/a:ID"/>
1003 </xsl:attribute>
1004 <xsl:attribute name="root">
1005 <xsl:value-of select="$CCRActor/a:IDs[1]/a:Type/a:Text"/>
1006 </xsl:attribute>
1007 </xsl:when>
1008 <xsl:otherwise>
1009 <xsl:attribute name="extension">
1010 <xsl:value-of select="$CCRActor/a:ActorObjectID"/>
1011 </xsl:attribute>
1012 <xsl:attribute name="root">
1013 <xsl:text>CCRActorID</xsl:text>
1014 </xsl:attribute>
1015 </xsl:otherwise>
1016 </xsl:choose>
1017 </id>
1018 <xsl:if test="$CCRActor/a:Organization">
1019 <name><xsl:value-of select="$CCRActor/a:Organization/a:Name"></xsl:value-of></name>
1020 </xsl:if>
1021 </xsl:template>
1022 <xsl:template name="ccdAddress">
1023 <xsl:param name="CCRActorAddress"/>
1024 <addr>
1025 <xsl:choose>
1026 <xsl:when test="$CCRActorAddress">
1027 <xsl:attribute name="use">
1028 <xsl:call-template name="CDAVocabularyLookup">
1029 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
1030 <xsl:with-param name="ccrtext" select="$CCRActorAddress/a:Type/a:Text"/>
1031 </xsl:call-template>
1032 </xsl:attribute>
1033 <streetAddressLine>
1034 <xsl:value-of select="$CCRActorAddress/a:Line1"/>
1035 </streetAddressLine>
1036 <city>
1037 <xsl:value-of select="$CCRActorAddress/a:City"/>
1038 </city>
1039 <state>
1040 <xsl:value-of select="$CCRActorAddress/a:State"/>
1041 </state>
1042 <postalCode>
1043 <xsl:value-of select="$CCRActorAddress/a:PostalCode"/>
1044 </postalCode>
1045 </xsl:when>
1046 <xsl:otherwise>
1047 <streetAddressLine/>
1048 </xsl:otherwise>
1049 </xsl:choose>
1050 </addr>
1051 </xsl:template>
1052
1053 <xsl:template name="ccdTelecom">
1054 <xsl:param name="CCRActor"/>
1055 <telecom>
1056 <xsl:if test="$CCRActor/a:Telephone">
1057 <xsl:attribute name="use">
1058 <xsl:call-template name="CDAVocabularyLookup">
1059 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
1060 <xsl:with-param name="ccrtext" select="$CCRActor/a:Telephone/a:Type/a:Text"/>
1061 </xsl:call-template>
1062 </xsl:attribute>
1063 <xsl:attribute name="value">
1064 <xsl:text>tel:+1-</xsl:text>
1065 <xsl:value-of select="$CCRActor/a:Telephone[1]/a:Value"/>
1066 </xsl:attribute>
1067 </xsl:if>
1068 </telecom>
1069
1070 <xsl:if test="$CCRActor/a:Email">
1071 <telecom>
1072 <xsl:choose>
1073 <xsl:when test="$CCRActor/a:Telephone">
1074 <xsl:attribute name="use">
1075 <xsl:call-template name="CDAVocabularyLookup">
1076 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
1077 <xsl:with-param name="ccrtext" select="$CCRActor/a:Telephone/a:Type/a:Text"/>
1078 </xsl:call-template>
1079 </xsl:attribute>
1080 <xsl:attribute name="value">
1081 <xsl:text>mailto:</xsl:text>
1082 <xsl:value-of select="$CCRActor/a:Email[1]/a:Value"/>
1083 </xsl:attribute>
1084 </xsl:when>
1085 <xsl:otherwise>
1086 <xsl:attribute name="value">
1087 <xsl:text>Unknown</xsl:text>
1088 </xsl:attribute>
1089 </xsl:otherwise>
1090 </xsl:choose>
1091 </telecom>
1092 </xsl:if>
1093 </xsl:template>
1094
1095 <xsl:template name="ccdID">
1096 <xsl:param name="ccrObjectID"/>
1097 <xsl:param name="suffix"/>
1098 <id>
1099 <xsl:attribute name="root">
1100 <xsl:value-of select="$ccrObjectID"></xsl:value-of>
1101 </xsl:attribute>
1102 <xsl:attribute name="extension">CCRObjectID</xsl:attribute>
1103 </id>
1104 </xsl:template>
1105
1106 <xsl:template name="ccdCodedValue">
1107 <xsl:param name="ccrCodedDescription"/>
1108 <xsl:param name="type"/>
1109 <xsl:param name="domain"/>
1110 <xsl:param name="nodeName">value</xsl:param>
1111 <xsl:param name="originalTextReference"/>
1112
1113 <xsl:element name="{$nodeName}">
1114 <xsl:if test="$type">
1115 <xsl:attribute name="xsi:type">
1116 <xsl:value-of select="$type"/>
1117 </xsl:attribute>
1118 </xsl:if>
1119 <xsl:choose>
1120 <xsl:when test="$ccrCodedDescription/a:Code">
1121 <xsl:attribute name="displayName">
1122 <xsl:value-of select="$ccrCodedDescription/a:Text"/>
1123 </xsl:attribute>
1124 <xsl:attribute name="code">
1125 <xsl:value-of select="$ccrCodedDescription/a:Code/a:Value"/>
1126 </xsl:attribute>
1127 <xsl:attribute name="codeSystemName">
1128 <xsl:value-of select="$ccrCodedDescription/a:Code/a:CodingSystem"/>
1129 </xsl:attribute>
1130 <xsl:attribute name="codeSystem">
1131 <xsl:call-template name="HL7OIDLookup">
1132 <xsl:with-param name="name" select="$ccrCodedDescription/a:Code/a:CodingSystem"/>
1133 </xsl:call-template>
1134 </xsl:attribute>
1135 </xsl:when>
1136 <xsl:when test="$domain">
1137 <xsl:variable name="cdaCode">
1138 <xsl:call-template name="CDAVocabularyLookup">
1139 <xsl:with-param name="domain" select="$domain"/>
1140 <xsl:with-param name="ccrtext" select="$ccrCodedDescription/a:Text"/>
1141 </xsl:call-template>
1142 </xsl:variable>
1143 <xsl:attribute name="displayName">
1144 <xsl:call-template name="CDADisplayNameLookup">
1145 <xsl:with-param name="domain" select="$domain"/>
1146 <xsl:with-param name="cdacode" select="$cdaCode"/>
1147 </xsl:call-template>
1148 </xsl:attribute>
1149 <xsl:attribute name="code">
1150 <xsl:value-of select="$cdaCode"></xsl:value-of>
1151 </xsl:attribute>
1152 <xsl:attribute name="codeSystemName">
1153 <xsl:call-template name="CDAVocabularyCodeSystemNameLookup">
1154 <xsl:with-param name="domain" select="$domain"/>
1155 </xsl:call-template>
1156 </xsl:attribute>
1157 <xsl:attribute name="codeSystemName">
1158 <xsl:call-template name="CDAVocabularyCodeSystemLookup">
1159 <xsl:with-param name="domain" select="$domain"/>
1160 </xsl:call-template>
1161 </xsl:attribute>
1162 </xsl:when>
1163 <xsl:otherwise>
1164 <originalText>
1165 <xsl:value-of select="$ccrCodedDescription/a:Text"/>
1166 <xsl:if test="$originalTextReference">
1167 <reference>
1168 <xsl:attribute name="value">
1169 <xsl:value-of select="$originalTextReference"/>
1170 </xsl:attribute>
1171 </reference>
1172 </xsl:if>
1173 </originalText>
1174 </xsl:otherwise>
1175 </xsl:choose>
1176 </xsl:element>
1177 </xsl:template>
1178
1179 <xsl:template name="ccdDateTime">
1180 <xsl:param name="dt"/>
1181 <xsl:param name="type"/>
1182 <xsl:if test="$dt">
1183 <xsl:if test="$dt[1]/a:ExactDateTime">
1184 <effectiveTime>
1185 <xsl:if test="$type">
1186 <xsl:attribute name="xsi:type">
1187 <xsl:value-of select="$type"></xsl:value-of>
1188 </xsl:attribute>
1189 </xsl:if>
1190 <low>
1191 <xsl:attribute name="value">
1192 <xsl:call-template name="date:format-date">
1193 <xsl:with-param name="date-time" select="$dt[1]/a:ExactDateTime"/>
1194 <xsl:with-param name="pattern">yyyyMMdd</xsl:with-param>
1195 </xsl:call-template>
1196 </xsl:attribute>
1197 </low>
1198 <high nullFlavor="UNK"/>
1199 </effectiveTime>
1200 </xsl:if>
1201 <xsl:if test="$dt[1]/a:DateTimeRange">
1202 <effectiveTime>
1203 <low>
1204 <xsl:attribute name="value">
1205 <xsl:call-template name="date:format-date">
1206 <xsl:with-param name="date-time" select="$dt[1]/a:DateTimeRange/a:BeginRange/a:ExactDateTime"/>
1207 <xsl:with-param name="pattern">yyyyMMdd</xsl:with-param>
1208 </xsl:call-template>
1209 </xsl:attribute>
1210 </low>
1211 <high>
1212 <xsl:attribute name="value">
1213 <xsl:call-template name="date:format-date">
1214 <xsl:with-param name="date-time" select="$dt[1]/a:DateTimeRange/a:EndRange/a:ExactDateTime"/>
1215 <xsl:with-param name="pattern">yyyyMMdd</xsl:with-param>
1216 </xsl:call-template>
1217 </xsl:attribute>
1218 </high>
1219 </effectiveTime>
1220 </xsl:if>
1221 </xsl:if>
1222 </xsl:template>
1223
1224 <xsl:template name="ccdMedicationFrequency">
1225 <xsl:param name="frequency"/>
1226 <xsl:if test="$frequency">
1227 <xsl:choose>
1228 <xsl:when test="$frequency/a:Value='qd'">
1229 <effectiveTime xsi:type="PIVL_TS" operator="A">
1230 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1231 <period>
1232 <xsl:attribute name="value">24</xsl:attribute>
1233 <xsl:attribute name="unit">h</xsl:attribute>
1234 </period>
1235 </effectiveTime>
1236 </xsl:when>
1237 <xsl:when test="$frequency/a:Value='bid'">
1238 <effectiveTime xsi:type="PIVL_TS" operator="A">
1239 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1240 <period>
1241 <xsl:attribute name="value">12</xsl:attribute>
1242 <xsl:attribute name="unit">h</xsl:attribute>
1243 </period>
1244 </effectiveTime>
1245 </xsl:when>
1246 <xsl:when test="$frequency/a:Value='tid'">
1247 <effectiveTime xsi:type="PIVL_TS" operator="A">
1248 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1249 <period>
1250 <xsl:attribute name="value">8</xsl:attribute>
1251 <xsl:attribute name="unit">h</xsl:attribute>
1252 </period>
1253 </effectiveTime>
1254 </xsl:when>
1255 <xsl:when test="$frequency/a:Value='qid'">
1256 <effectiveTime xsi:type="PIVL_TS" operator="A">
1257 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1258 <period>
1259 <xsl:attribute name="value">6</xsl:attribute>
1260 <xsl:attribute name="unit">h</xsl:attribute>
1261 </period>
1262 </effectiveTime>
1263 </xsl:when>
1264 <xsl:when test="$frequency/a:Value='qam'">
1265 <effectiveTime xsi:type='EIVL' operator='A'>
1266 <event code='ACM'/>
1267 </effectiveTime>
1268 </xsl:when>
1269 <xsl:when test="$frequency/a:Value='qpm'">
1270 <effectiveTime xsi:type='EIVL' operator='A'>
1271 <event code='PCV'/>
1272 </effectiveTime>
1273 </xsl:when>
1274 </xsl:choose>
1275 </xsl:if>
1276 </xsl:template>
1277
1278 <xsl:template name="ccdStatus">
1279 <xsl:param name="ccrStatus"/>
1280
1281 <entryRelationship typeCode="REFR">
1282 <observation classCode="OBS" moodCode="EVN">
1283 <templateId root="2.16.840.1.113883.10.20.1.50"/>
1284 <!-- Problem status observation template -->
1285 <code code="33999-4" codeSystem="2.16.840.1.113883.6.1" displayName="Status"/>
1286 <statusCode code="completed"/>
1287 <xsl:call-template name="ccdCodedValue">
1288 <xsl:with-param name="ccrCodedDescription" select="$ccrStatus"/>
1289 </xsl:call-template>
1290 </observation>
1291 </entryRelationship>
1292 </xsl:template>
1293
1294 <xsl:template name="ccdStatusObservation">
1295 <xsl:param name="status"/>
1296 <xsl:variable name="statusText" select="$status/a:Text"></xsl:variable>
1297 <xsl:choose>
1298 <xsl:when test="$statusText='Active'">
1299 <xsl:call-template name="ccdStatusElement">
1300 <xsl:with-param name="statusCode" select="'55561003'"/>
1301 <xsl:with-param name="statusDisplayName" select="$statusText"/>
1302 </xsl:call-template>
1303 </xsl:when>
1304 <xsl:when test="$statusText='Inactive'">
1305 <xsl:call-template name="ccdStatusElement">
1306 <xsl:with-param name="statusCode" select="'73425007'"/>
1307 <xsl:with-param name="statusDisplayName" select="$statusText"/>
1308 </xsl:call-template>
1309 </xsl:when>
1310 <xsl:when test="$statusText='Chronic'">
1311 <xsl:call-template name="ccdStatusElement">
1312 <xsl:with-param name="statusCode" select="'90734009'"/>
1313 <xsl:with-param name="statusDisplayName" select="$statusText"/>
1314 </xsl:call-template>
1315 </xsl:when>
1316 </xsl:choose>
1317 </xsl:template>
1318
1319 <xsl:template name="ccdStatusProcedure">
1320 <xsl:param name="status"/>
1321 <xsl:variable name="statusText" select="$status/a:Text"></xsl:variable>
1322 <xsl:choose>
1323 <xsl:when test="$statusText='Completed'">
1324 <statusCode code="completed"/>
1325 </xsl:when>
1326 <xsl:when test="$statusText='Active'">
1327 <statusCode code="active"/>
1328 </xsl:when>
1329 <xsl:when test="$statusText='Aborted'">
1330 <statusCode code="aborted"/>
1331 </xsl:when>
1332 <xsl:when test="$statusText='Cancelled' or $statusText='Canceled'">
1333 <statusCode code="cancelled"/>
1334 </xsl:when>
1335 <xsl:otherwise>
1336 <statusCode>
1337 <xsl:attribute name="code">
1338 <xsl:value-of select="$statusText"></xsl:value-of>
1339 </xsl:attribute>
1340 </statusCode>
1341 </xsl:otherwise>
1342 </xsl:choose>
1343 </xsl:template>
1344
1345 <xsl:template name="ccdStatusElement">
1346 <xsl:param name="statusCode"/>
1347 <xsl:param name="statusDisplayName"/>
1348 <value>
1349 <xsl:attribute name="xsi:type">CE</xsl:attribute>
1350 <xsl:attribute name="code">
1351 <xsl:value-of select="$statusCode"></xsl:value-of>
1352 </xsl:attribute>
1353 <xsl:attribute name="codeSystem">2.16.840.1.113883.6.96</xsl:attribute>
1354 <xsl:attribute name="displayName">
1355 <xsl:value-of select="$statusDisplayName"></xsl:value-of>
1356 </xsl:attribute>
1357 </value>
1358 </xsl:template>
1359
1360 <xsl:template name="ccdObservation">
1361 <xsl:param name="ccrTestNode"/>
1362 <xsl:param name="testDate"/>
1363
1364 <component>
1365 <observation classCode="OBS" moodCode="EVN">
1366 <templateId root="2.16.840.1.113883.3.88.11.83.15" assigningAuthorityName="HITSP C83"/>
1367 <templateId root="2.16.840.1.113883.10.20.1.31" assigningAuthorityName="CCD"/>
1368 <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13" assigningAuthorityName="IHE PCC"/>
1369
1370 <!-- Result observation template -->
1371
1372 <xsl:call-template name="ccdID">
1373 <xsl:with-param name="ccrObjectID" select="$ccrTestNode/a:CCRDataObjectID"/>
1374 </xsl:call-template>
1375
1376 <!-- <code> -->
1377 <xsl:call-template name="ccdCodedValue">
1378 <xsl:with-param name="ccrCodedDescription" select="$ccrTestNode/a:Description"/>
1379 <xsl:with-param name="nodeName" select="'code'"/>
1380 </xsl:call-template>
1381
1382 <text>
1383 <reference>
1384 <xsl:attribute name="value">
1385 <xsl:text>#</xsl:text>
1386 <xsl:value-of select="$ccrTestNode/a:CCRDataObjectID"/>
1387 </xsl:attribute>
1388 </reference>
1389 </text>
1390
1391 <statusCode code="completed"/>
1392
1393 <!-- <effectiveTime> -->
1394 <xsl:choose>
1395 <xsl:when test="$ccrTestNode/a:DateTime">
1396 <xsl:call-template name="ccdDateTime">
1397 <xsl:with-param name="dt" select="$ccrTestNode/a:DateTime"/>
1398 </xsl:call-template>
1399 </xsl:when>
1400 <xsl:otherwise>
1401 <xsl:call-template name="ccdDateTime">
1402 <xsl:with-param name="dt" select="$testDate"/>
1403 </xsl:call-template>
1404 </xsl:otherwise>
1405 </xsl:choose>
1406
1407 <xsl:choose>
1408 <xsl:when test="$ccrTestNode/a:TestResult[a:Value!='']">
1409 <value xsi:type="PQ">
1410 <xsl:attribute name="value">
1411 <xsl:value-of select="$ccrTestNode/a:TestResult/a:Value"/>
1412 </xsl:attribute>
1413 <xsl:attribute name="unit">
1414 <xsl:value-of select="$ccrTestNode/a:TestResult/a:Units/a:Unit"/>
1415 </xsl:attribute>
1416 </value>
1417 </xsl:when>
1418 <xsl:when test="$ccrTestNode/a:TestResult[a:Description/a:Text!='']">
1419 <value xsi:type="TX">
1420 <xsl:attribute name="value">
1421 <xsl:value-of select="$ccrTestNode/a:TestResult/a:Description/a:Text"/>
1422 </xsl:attribute>
1423 </value>
1424 </xsl:when>
1425 </xsl:choose>
1426
1427 <xsl:if test="$ccrTestNode/a:Flag">
1428 <xsl:call-template name="ccdCodedValue">
1429 <xsl:with-param name="ccrCodedDescription" select="$ccrTestNode/a:Flag"/>
1430 <xsl:with-param name="nodeName" select="'interpretationCode'"/>
1431 <xsl:with-param name="domain" select="'ObservationInterpretation'"/>
1432 </xsl:call-template>
1433 </xsl:if>
1434
1435 <xsl:if test="$ccrTestNode/a:NormalResult">
1436 <referenceRange>
1437 <xsl:if test="$ccrTestNode/a:NormalResult/a:Normal/a:Description/a:Text">
1438 <observationRange>
1439 <text>
1440 <xsl:value-of select="$ccrTestNode/a:NormalResult/a:Normal/a:Description/a:Text"/>
1441 </text>
1442 </observationRange>
1443 </xsl:if>
1444 </referenceRange>
1445 </xsl:if>
1446
1447 </observation>
1448 </component>
1449
1450 </xsl:template>
1451</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.