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

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

latest qrda work

File size: 86.4 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:Problems">
518 <component>
519 <section>
520 <templateId root="2.16.840.1.113883.3.88.11.83.103" assigningAuthorityName="HITSP/C83"/>
521 <templateId root="1.3.6.1.4.1.19376.1.5.3.1.3.6" assigningAuthorityName="IHE PCC"/>
522 <templateId root="2.16.840.1.113883.10.20.1.11" assigningAuthorityName="HL7 CCD"/>
523 <code code="11450-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Problem list"/>
524 <title>Problems</title>
525 <text>
526 </text>
527 <xsl:for-each select="/a:ContinuityOfCareRecord/a:Body/a:Problems/a:Problem">
528 <entry typeCode="DRIV">
529 <act classCode="ACT" moodCode="EVN">
530 <templateId root="2.16.840.1.113883.10.20.1.27"/>
531 <!-- Problem act template -->
532
533 <!-- <id> -->
534 <xsl:call-template name="ccdID">
535 <xsl:with-param name="ccrObjectID" select="a:CCRDataObjectID"/>
536 </xsl:call-template>
537
538 <code nullFlavor="NA"/>
539
540 <xsl:call-template name="ccdPerformer">
541 <xsl:with-param name="ccrActorReference" select="a:Source/a:Actor"/>
542 </xsl:call-template>
543
544 <entryRelationship typeCode="SUBJ">
545 <observation classCode="OBS" moodCode="EVN">
546 <templateId root="2.16.840.1.113883.10.20.1.28" assigningAuthorityName="CCD"/>
547 <!--Problem observation template-->
548
549 <!-- <id> -->
550 <xsl:call-template name="ccdID">
551 <xsl:with-param name="ccrObjectID" select="a:CCRDataObjectID"/>
552 <xsl:with-param name="suffix"></xsl:with-param>
553 </xsl:call-template>
554
555 <code code="55607006" displayName="Problem" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT"/>
556
557 <text>
558 <reference>
559 <xsl:attribute name="value">
560 <xsl:text>#</xsl:text>
561 <xsl:value-of select="a:CCRDataObjectID"/>
562 </xsl:attribute>
563 </reference>
564 </text>
565
566 <statusCode code="completed"/>
567
568 <xsl:call-template name="ccdDateTime">
569 <xsl:with-param name="dt" select="a:DateTime"/>
570 </xsl:call-template>
571
572 <xsl:call-template name="ccdCodedValue">
573 <xsl:with-param name="ccrCodedDescription" select="a:Description"/>
574 </xsl:call-template>
575
576 <xsl:call-template name="ccdStatus">
577 <xsl:with-param name="ccrStatus" select="a:Status"/>
578 </xsl:call-template>
579 </observation>
580 </entryRelationship>
581
582 </act>
583 </entry>
584 </xsl:for-each>
585 </section>
586 </component>
587 </xsl:if>
588 <xsl:if test="a:ContinuityOfCareRecord/a:Body/a:Procedures">
589 <component>
590 <section>
591 <templateId root="2.16.840.1.113883.10.20.1.12"/>
592 <code code="47519-4" codeSystem="2.16.840.1.113883.6.1"/>
593 <title>Procedures</title>
594 <text>
595 <table>
596 <tbody>
597 <tr>
598 <th>Type</th>
599 <th>Date</th>
600 <th>Code</th>
601 <th>Description</th>
602 <th>Location</th>
603 <th>Substance</th>
604 <th>Method</th>
605 <th>Position</th>
606 <th>Site</th>
607 <th>Status</th>
608 <th>Source</th>
609 </tr>
610 <xsl:for-each select="/a:ContinuityOfCareRecord/a:Body/a:Procedures/a:Procedure">
611 <tr>
612 <xsl:attribute name="id">
613 <xsl:value-of select="a:CCRDataObjectID"/>
614 </xsl:attribute>
615
616 <td>
617 <xsl:value-of select="a:Type/a:Text"/>
618 </td>
619 <table>
620 <tbody>
621 <xsl:apply-templates select="a:DateTime"/>
622 </tbody>
623 </table>
624 <td>
625 <xsl:apply-templates select="a:Description/a:Code"/>
626 </td>
627 <td>
628 <xsl:value-of select="a:Description/a:Text"/>
629 </td>
630 <td>
631 <xsl:for-each select="a:Locations/a:Location">
632 <xsl:value-of select="a:Description/a:Text"/>
633 <xsl:if test="a:Actor">
634 (<xsl:call-template name="actorName">
635 <xsl:with-param name="objID" select="a:Actor/a:ActorID"/>
636 </xsl:call-template>
637 <xsl:if test="a:Actor/a:ActorRole/a:Text">
638 <xsl:text xml:space="preserve"> - </xsl:text><xsl:value-of select="a:ActorRole/a:Text"/>)
639 </xsl:if>
640 </xsl:if>)
641 <xsl:if test="position() != last()">
642 <br/>
643 </xsl:if>
644 </xsl:for-each>
645 </td>
646 <td>
647 <xsl:for-each select="a:Substance">
648 <xsl:value-of select="a:Text"/>
649 </xsl:for-each>
650 </td>
651 <td>
652 <xsl:value-of select="a:Method/a:Text"/>
653 </td>
654 <td>
655 <xsl:value-of select="a:Position/a:Text"/>
656 </td>
657 <td>
658 <xsl:value-of select="a:Site/a:Text"/>
659 </td>
660 <td>
661 <xsl:value-of select="a:Status/a:Text"/>
662 </td>
663 <td>
664 <xsl:call-template name="actorName">
665 <xsl:with-param name="objID" select="a:Source/a:Actor/a:ActorID"/>
666 </xsl:call-template>
667 </td>
668 </tr>
669 </xsl:for-each>
670 </tbody>
671 </table>
672 </text>
673
674 <xsl:for-each select="/a:ContinuityOfCareRecord/a:Body/a:Procedures/a:Procedure">
675 <entry typeCode="DRIV">
676 <procedure classCode="PROC" moodCode="EVN">
677 <templateId root="2.16.840.1.113883.3.88.11.83.17" assigningAuthorityName="HITSP C83"/>
678 <templateId root="2.16.840.1.113883.10.20.1.29" assigningAuthorityName="CCD"/>
679 <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.19" assigningAuthorityName="IHE PCC"/>
680
681 <!-- <id> -->
682 <xsl:call-template name="ccdID">
683 <xsl:with-param name="ccrObjectID" select="a:CCRDataObjectID"/>
684 </xsl:call-template>
685
686 <!-- <code> -->
687 <xsl:call-template name="ccdCodedValue">
688 <xsl:with-param name="ccrCodedDescription" select="a:Description"/>
689 <xsl:with-param name="nodeName" select="'code'"/>
690 </xsl:call-template>
691
692 <text>
693 <reference>
694 <xsl:attribute name="value">
695 <xsl:text>#</xsl:text>
696 <xsl:value-of select="a:CCRDataObjectID"/>
697 </xsl:attribute>
698 </reference>
699 </text>
700
701 <xsl:call-template name="ccdStatusProcedure">
702 <xsl:with-param name="status" select="a:Status"/>
703 </xsl:call-template>
704
705 <xsl:call-template name="ccdDateTime">
706 <xsl:with-param name="dt" select="a:DateTime"/>
707 </xsl:call-template>
708
709 <xsl:if test="a:Method">
710 <xsl:call-template name="ccdCodedValue">
711 <xsl:with-param name="ccrCodedDescription" select="a:Method"/>
712 <xsl:with-param name="nodeName" select="'approachSiteCode'"/>
713 </xsl:call-template>
714 </xsl:if>
715
716 <xsl:if test="a:Site">
717 <xsl:call-template name="ccdCodedValue">
718 <xsl:with-param name="ccrCodedDescription" select="a:Site"/>
719 <xsl:with-param name="nodeName" select="'targetSiteCode'"/>
720 </xsl:call-template>
721 </xsl:if>
722
723 <xsl:if test="a:Practitioners/a:Practitioner">
724 <xsl:call-template name="ccdPerformer">
725 <xsl:with-param name="ccrActorReference" select="a:Practitioners/a:Practitioner[1]"/>
726 </xsl:call-template>
727 </xsl:if>
728 </procedure>
729 </entry>
730 </xsl:for-each>
731 </section>
732 </component>
733 </xsl:if>
734<component>
735<section>
736<!--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-->
737<templateId root="2.16.840.1.113883.10.20.1.9"/>
738<!-- 48768-6 is payment sources and is fixed CQ-188,189,190-->
739<code code="48768-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Payment Sources"/>
740<!--CQ-191,192-->
741<title>Payers</title>
742<!--medicare-->
743<entry typeCode="DRIV">
744<!--WVP moodCode is DEF is definition to describe the characteristics of who must be involved in an act CQ-194,195-->
745<act classCode="ACT" moodCode="DEF">
746<!--WVP coverage activity template is the 10.20.1.20 CQ-193-->
747<templateId root="2.16.840.1.113883.10.20.1.20"/>
748<!--Coverage Shall Include and Act ID CQ-196-->
749<!--looks like a UUID to me-->
750<id root="1751b180-8a54-11df-a4ee-0800200c9c66"/><!--FIX!!!???-->
751<!--CQ199,200-->
752<code code="48768-6" codeSystem="2.16.840.1.113883.6.1" displayName="Payment sources"/>
753<!--CQ-197-198-->
754<statusCode code="completed"/>
755<!--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-->
756<!--It MAY contain an entryRelationship/sequenceNumber CQ-202-->
757<entryRelationship typeCode="COMP">
758<!-- for the act is event with moodCode EVN CQ-205,206,207-->
759<act classCode="ACT" moodCode="EVN">
760<!--Policy activity is the 10.20.1.26 template CQ-205-->
761<templateId root="2.16.840.1.113883.10.20.1.26"/>
762
763<!-- act/id which is the group or contract number related to the insurance policy or program CQ-208-->
764<id root="dbbb6311-8a4d-11df-a4ee-0800200c9c66"/><!--!!!FIX-->
765<!--Act statusCode must be completed CQ-210-->
766<!--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
767HSAPOL "Health Spending Account";PUBLICPOL "public healthcare" which is NOT Medicare - maybe a state program for example
768WBCPOL is "workers compensation" CQ-211,212-->
769<!--<code code="PUBLICPOL" codeSystem="2.16.840.1.113883.5.4" displayName="Public Healthcare"/>-->
770
771<code code="PUBLICPOL" codeSystem="2.16.840.1.113883.5.4" displayName="Public Healthcare"/>
772<statusCode code="completed"/>
773<!--WVP performer type codes are numerous but PRF is performer representing the
774Payer CQ-213-->
775<performer typeCode="PRF">
776
777<!--performer/assignedEntity id is the payer identification and the extension comes from the downloadable resource section I insurance plan TYPE CQ-214-->
778<assignedEntity>
779<id root="2.16.840.1.113883.12.86" extension="MC"/>
780<!--<representedOrganization>
781<name>CMS</name>
782</representedOrganization>-->
783</assignedEntity>
784</performer>
785<!-- Act/participant @typeCode this represents the covered party CQ-215-->
786<participant typeCode="COV">
787<participantRole>
788<!--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
789For 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
790the HIC id/@root shall be 2.16.840.1.113883.3.249.13 CQ-216"RoleCode" in the downloadable resource-->
791<!-- in this case theextension is the patients SSN for a medicare patient so it is the same each time for one patient-->
792<id root="2.16.840.1.113883.4.1" extension="@@SSN@@"/>
793<!--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-->
794<code code="SELF" codeSystem="2.16.840.1.113883.5.111" displayName="Self"/>
795</participantRole>
796</participant>
797</act>
798</entryRelationship>
799</act>
800</entry>
801</section>
802</component>
803 <xsl:if test="a:ContinuityOfCareRecord/a:Body/a:Results/a:Result">
804 <component>
805 <section>
806 <templateId root="2.16.840.1.113883.10.20.1.14"/>
807 <code code="30954-2" codeSystem="2.16.840.1.113883.6.1"/>
808 <title>Results</title>
809 <text>
810 <table>
811 <tbody>
812 <tr>
813 <th>Test</th>
814 <th>Date</th>
815 <th>Result</th>
816 <th>Source</th>
817 </tr>
818 <xsl:for-each select="/a:ContinuityOfCareRecord/a:Body/a:Results/a:Result">
819 <tr>
820 <xsl:attribute name="id">
821 <xsl:value-of select="a:CCRDataObjectID"/>
822 </xsl:attribute>
823 <td>
824 <xsl:value-of select="a:Description/a:Text"/>
825 </td>
826 <td>
827 <xsl:call-template name="date:format-date">
828 <xsl:with-param name="date-time" select="a:DateTime/a:ExactDateTime"/>
829 </xsl:call-template>
830 </td>
831 <td>
832 <xsl:for-each select="a:Test[a:TestResult/a:Value!='']">
833 <div>
834 <xsl:attribute name="id">
835 <xsl:value-of select="a:CCRDataObjectID"/>
836 </xsl:attribute>
837
838 <xsl:value-of select="a:Description/a:Text"/>
839 <xsl:text xml:space="preserve"> </xsl:text>
840 <xsl:value-of select="a:TestResult/a:Value"/>
841 <xsl:text xml:space="preserve"> </xsl:text>
842 <xsl:value-of select="a:TestResult/a:Units/a:Unit"/>
843 <xsl:text xml:space="preserve"> </xsl:text>
844 <xsl:value-of select="a:Flag/a:Text"/>
845 <br/>
846 </div>
847 </xsl:for-each>
848 <xsl:for-each select="a:Test[a:TestResult/a:Description/a:Text!='']">
849 <div>
850 <xsl:attribute name="id">
851 <xsl:value-of select="a:CCRDataObjectID"/>
852 </xsl:attribute>
853
854 <xsl:value-of select="a:Description/a:Text"/>
855 <xsl:text xml:space="preserve"> </xsl:text>
856 <xsl:value-of select="a:TestResult/a:Description/a:Text" disable-output-escaping="yes"/>
857 <xsl:text xml:space="preserve"> </xsl:text>
858 <xsl:value-of select="a:Flag/a:Text"/>
859 <br/>
860 </div>
861 </xsl:for-each>
862 </td>
863 <td>
864 <xsl:call-template name="actorName">
865 <xsl:with-param name="objID" select="a:Source/a:Actor/a:ActorID"/>
866 </xsl:call-template>
867 </td>
868 </tr>
869 </xsl:for-each>
870 </tbody>
871 </table>
872 </text>
873 <xsl:for-each select="/a:ContinuityOfCareRecord/a:Body/a:Results/a:Result">
874 <entry typeCode="DRIV">
875 <xsl:variable name="testDate" select="a:DateTime"/>
876
877 <xsl:choose>
878 <xsl:when test="count(a:Test)>1">
879 <organizer classCode="BATTERY" moodCode="EVN">
880 <templateId root="2.16.840.1.113883.10.20.1.32"/>
881 <!--Result organizer template -->
882
883 <!-- <id> -->
884 <xsl:call-template name="ccdID">
885 <xsl:with-param name="ccrObjectID" select="a:CCRDataObjectID"/>
886 </xsl:call-template>
887
888 <!-- <code> -->
889 <xsl:call-template name="ccdCodedValue">
890 <xsl:with-param name="ccrCodedDescription" select="a:Description"/>
891 <xsl:with-param name="nodeName" select="'code'"/>
892 </xsl:call-template>
893
894 <statusCode code="completed"/>
895
896 <!-- <effectiveTime> -->
897 <xsl:call-template name="ccdDateTime">
898 <xsl:with-param name="dt" select="$testDate"/>
899 </xsl:call-template>
900
901 <xsl:call-template name="ccdPerformer">
902 <xsl:with-param name="ccrActorReference" select="a:Source/a:Actor"/>
903 </xsl:call-template>
904
905 <xsl:for-each select="a:Test">
906 <xsl:call-template name="ccdObservation">
907 <xsl:with-param name="ccrTestNode" select="."/>
908 <xsl:with-param name="testDate" select="$testDate"/>
909 </xsl:call-template>
910 </xsl:for-each>
911
912 </organizer>
913
914 </xsl:when>
915 <xsl:otherwise>
916 <xsl:call-template name="ccdObservation">
917 <xsl:with-param name="ccrTestNode" select="a:Test[1]"/>
918 <xsl:with-param name="testDate" select="$testDate"/>
919 </xsl:call-template>
920 </xsl:otherwise>
921 </xsl:choose>
922 </entry>
923 </xsl:for-each>
924 </section>
925 </component>
926 </xsl:if>
927</section>
928</component>
929</section>
930</component>
931</structuredBody>
932</component>
933</ClinicalDocument>
934 </xsl:template>
935 <xsl:template name="ccdAssignedEntity">
936 <xsl:param name="ccrActorObjectID"/>
937
938 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
939
940 <assignedEntity>
941 <xsl:call-template name="ccdEntityID">
942 <xsl:with-param name="CCRActor" select="$CCRActor"/>
943 </xsl:call-template>
944
945 <xsl:call-template name="ccdAddress">
946 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address"/>
947 </xsl:call-template>
948
949 <xsl:call-template name="ccdTelecom">
950 <xsl:with-param name="CCRActor" select="$CCRActor"/>
951 </xsl:call-template>
952
953 <xsl:if test="$CCRActor/a:Person">
954 <xsl:call-template name="ccdPerson">
955 <xsl:with-param name="CCRActorPerson" select="$CCRActor/a:Person"/>
956 <xsl:with-param name="personNodeName" select="'assignedPerson'"/>
957 </xsl:call-template>
958 </xsl:if>
959
960 <xsl:if test="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']">
961 <xsl:call-template name="ccdOrganization">
962 <xsl:with-param name="ccrActorObjectID" select="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']/a:LinkID"/>
963 <xsl:with-param name="organizationNodeName" select="'representedOrganization'"/>
964 </xsl:call-template>
965 </xsl:if>
966
967 </assignedEntity>
968 </xsl:template>
969
970 <xsl:template name="ccdPatient">
971 <xsl:param name="CCRActorPerson"/>
972 <patient>
973 <xsl:call-template name="ccdPersonName">
974 <xsl:with-param name="CCRActorName" select="$CCRActorPerson/a:Name"/>
975 </xsl:call-template>
976
977 <xsl:if test="$CCRActorPerson/a:Gender">
978 <xsl:call-template name="ccdCodedValue">
979 <xsl:with-param name="ccrCodedDescription" select="$CCRActorPerson/a:Gender"/>
980 <xsl:with-param name="domain" select="'AdministrativeGender'"/>
981 <xsl:with-param name="nodeName" select="'administrativeGenderCode'"/>
982 </xsl:call-template>
983 </xsl:if>
984
985 <xsl:if test="$CCRActorPerson/a:DateOfBirth">
986 <birthTime>
987 <xsl:attribute name="value">
988 <xsl:call-template name="date:format-date">
989 <xsl:with-param name="date-time" select="$CCRActorPerson/a:DateOfBirth/a:ExactDateTime"/>
990 <xsl:with-param name="pattern">yyyyMMddhhmmss</xsl:with-param>
991 </xsl:call-template>
992 </xsl:attribute>
993 </birthTime>
994 </xsl:if>
995
996 <xsl:if test="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Marital Status']">
997 <xsl:call-template name="ccdCodedValue">
998 <xsl:with-param name="ccrCodedDescription" select="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Marital Status']/a:Description"/>
999 <xsl:with-param name="domain" select="'MaritalStatus'"/>
1000 <xsl:with-param name="nodeName" select="'maritalStatusCode'"/>
1001 </xsl:call-template>
1002 </xsl:if>
1003
1004 <xsl:if test="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Language']">
1005 <languageCommunication>
1006 <templateId root="2.16.840.1.113883.3.88.11.83.2" assigningAuthorityName="HITSP/C83"/>
1007 <templateId root="1.3.6.1.4.1.19376.1.5.3.1.2.1" assigningAuthorityName="IHE/PCC"/>
1008 <xsl:call-template name="ccdCodedValue">
1009 <xsl:with-param name="ccrCodedDescription" select="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Language']/a:Description"></xsl:with-param>
1010 <xsl:with-param name="domain" select="'HumanLanguage'"/>
1011 <xsl:with-param name="nodeName" select="'languageCode'"/>
1012 </xsl:call-template>
1013 </languageCommunication>
1014 </xsl:if>
1015 </patient>
1016 </xsl:template>
1017
1018 <xsl:template name="ccdPerformer">
1019 <xsl:param name="ccrActorReference"/>
1020 <performer typeCode="PRF">
1021 <xsl:if test="$ccrActorReference/a:ActorRole">
1022 <xsl:call-template name="ccdCodedValue">
1023 <xsl:with-param name="ccrCodedDescription" select="$ccrActorReference/a:ActorRole"/>
1024 <xsl:with-param name="nodeName" select="'functionCode'"/>
1025 </xsl:call-template>
1026 </xsl:if>
1027 <xsl:call-template name="ccdAssignedEntity">
1028 <xsl:with-param name="ccrActorObjectID" select="$ccrActorReference/a:ActorID"/>
1029 </xsl:call-template>
1030 </performer>
1031 </xsl:template>
1032
1033 <xsl:template name="ccdPerson">
1034 <xsl:param name="CCRActorPerson"/>
1035 <xsl:param name="personNodeName">assignedPerson</xsl:param>
1036 <xsl:element name="{$personNodeName}">
1037 <xsl:call-template name="ccdPersonName">
1038 <xsl:with-param name="CCRActorName" select="$CCRActorPerson/a:Name"/>
1039 </xsl:call-template>
1040 </xsl:element>
1041 </xsl:template>
1042
1043 <xsl:template name="ccdPersonName">
1044 <xsl:param name="CCRActorName"/>
1045 <name>
1046 <xsl:if test="$CCRActorName/a:CurrentName/a:Title">
1047 <prefix>
1048 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Title"/>
1049 </prefix>
1050 </xsl:if>
1051 <xsl:if test="$CCRActorName/a:CurrentName/a:Given">
1052 <given>
1053 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Given"/>
1054 </given>
1055 </xsl:if>
1056 <xsl:if test="$CCRActorName/a:CurrentName/a:Middle">
1057 <given>
1058 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Middle"/>
1059 </given>
1060 </xsl:if>
1061 <xsl:if test="$CCRActorName/a:CurrentName/a:Family">
1062 <family>
1063 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Family"/>
1064 </family>
1065 </xsl:if>
1066 <xsl:if test="$CCRActorName/a:CurrentName/a:Suffix">
1067 <suffix>
1068 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Suffix"/>
1069 </suffix>
1070 </xsl:if>
1071 </name>
1072 </xsl:template>
1073
1074 <xsl:template name="ccdOrganization">
1075 <xsl:param name="ccrActorObjectID"/>
1076 <xsl:param name="organizationNodeName"/>
1077
1078 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
1079
1080 <xsl:element name="{$organizationNodeName}">
1081 <xsl:call-template name="ccdEntityID">
1082 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1083 </xsl:call-template>
1084 <xsl:call-template name="ccdTelecom">
1085 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1086 </xsl:call-template>
1087
1088 <xsl:call-template name="ccdAddress">
1089 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
1090 </xsl:call-template>
1091 </xsl:element>
1092 </xsl:template>
1093
1094 <xsl:template name="ccdPatientRole">
1095 <xsl:param name="ccrActorObjectID"/>
1096
1097 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
1098
1099 <xsl:call-template name="ccdEntityID">
1100 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1101 </xsl:call-template>
1102
1103 <xsl:call-template name="ccdAddress">
1104 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
1105 </xsl:call-template>
1106
1107 <xsl:call-template name="ccdTelecom">
1108 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1109 </xsl:call-template>
1110
1111 <xsl:call-template name="ccdPatient">
1112 <xsl:with-param name="CCRActorPerson" select="$CCRActor/a:Person"/>
1113 </xsl:call-template>
1114 </xsl:template>
1115
1116 <xsl:template name="ccdAssignedAuthor">
1117 <xsl:param name="ccrActorObjectID"/>
1118 <assignedAuthor>
1119 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
1120
1121 <xsl:call-template name="ccdEntityID">
1122 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1123 </xsl:call-template>
1124
1125 <xsl:call-template name="ccdAddress">
1126 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
1127 </xsl:call-template>
1128
1129 <xsl:call-template name="ccdTelecom">
1130 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1131 </xsl:call-template>
1132
1133 <xsl:call-template name="ccdPerson">
1134 <xsl:with-param name="CCRActorPerson" select="$CCRActor/a:Person"/>
1135 </xsl:call-template>
1136
1137 <xsl:if test="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']">
1138 <representedOrganization>
1139 <xsl:call-template name="ccdOrganization">
1140 <xsl:with-param name="ccrActorObjectID" select="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']/a:LinkID"/>
1141 </xsl:call-template>
1142 </representedOrganization>
1143 </xsl:if>
1144 </assignedAuthor>
1145 </xsl:template>
1146
1147 <xsl:template name="ccdParticipantRoleActor">
1148 <xsl:param name="ccrActorObjectID"/>
1149
1150 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
1151
1152 <xsl:call-template name="ccdEntityID">
1153 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1154 </xsl:call-template>
1155
1156 <xsl:call-template name="ccdAddress">
1157 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
1158 </xsl:call-template>
1159
1160 <xsl:call-template name="ccdTelecom">
1161 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1162 </xsl:call-template>
1163
1164 <xsl:if test="$CCRActor/a:Organization/a:Name">
1165 <playingEntity classCode="PLC">
1166 <name>
1167 <xsl:value-of select="$CCRActor/a:Organization/a:Name"/>
1168 </name>
1169 </playingEntity>
1170 </xsl:if>
1171 </xsl:template>
1172
1173 <xsl:template name="ccdParticipantRoleCodedDescription">
1174 <xsl:param name="ccrCodedDescription"/>
1175 <participantRole classCode="MANU">
1176 <!--Product Detail-->
1177 <playingEntity classCode="MMAT">
1178 <xsl:if test="$ccrCodedDescription/a:Code">
1179 <xsl:call-template name="ccdCodedValue">
1180 <xsl:with-param name="ccrCodedDescription" select="$ccrCodedDescription"/>
1181 <xsl:with-param name="nodeName" select="'code'"/>
1182 </xsl:call-template>
1183 </xsl:if>
1184 <name>
1185 <xsl:value-of select="$ccrCodedDescription/a:Text"/>
1186 </name>
1187 </playingEntity>
1188 </participantRole>
1189 </xsl:template>
1190
1191 <xsl:template name="ccdEntityID">
1192 <xsl:param name="CCRActor"/>
1193 <id>
1194 <xsl:choose>
1195 <xsl:when test="$CCRActor/a:IDs">
1196 <xsl:attribute name="extension">
1197 <xsl:value-of select="$CCRActor/a:IDs[1]/a:ID"/>
1198 </xsl:attribute>
1199 <xsl:attribute name="root">
1200 <xsl:value-of select="$CCRActor/a:IDs[1]/a:Type/a:Text"/>
1201 </xsl:attribute>
1202 </xsl:when>
1203 <xsl:otherwise>
1204 <xsl:attribute name="extension">
1205 <xsl:value-of select="$CCRActor/a:ActorObjectID"/>
1206 </xsl:attribute>
1207 <xsl:attribute name="root">
1208 <xsl:text>CCRActorID</xsl:text>
1209 </xsl:attribute>
1210 </xsl:otherwise>
1211 </xsl:choose>
1212 </id>
1213 <xsl:if test="$CCRActor/a:Organization">
1214 <name><xsl:value-of select="$CCRActor/a:Organization/a:Name"></xsl:value-of></name>
1215 </xsl:if>
1216 </xsl:template>
1217 <xsl:template name="ccdAddress">
1218 <xsl:param name="CCRActorAddress"/>
1219 <addr>
1220 <xsl:choose>
1221 <xsl:when test="$CCRActorAddress">
1222 <xsl:attribute name="use">
1223 <xsl:call-template name="CDAVocabularyLookup">
1224 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
1225 <xsl:with-param name="ccrtext" select="$CCRActorAddress/a:Type/a:Text"/>
1226 </xsl:call-template>
1227 </xsl:attribute>
1228 <streetAddressLine>
1229 <xsl:value-of select="$CCRActorAddress/a:Line1"/>
1230 </streetAddressLine>
1231 <city>
1232 <xsl:value-of select="$CCRActorAddress/a:City"/>
1233 </city>
1234 <state>
1235 <xsl:value-of select="$CCRActorAddress/a:State"/>
1236 </state>
1237 <postalCode>
1238 <xsl:value-of select="$CCRActorAddress/a:PostalCode"/>
1239 </postalCode>
1240 </xsl:when>
1241 <xsl:otherwise>
1242 <streetAddressLine/>
1243 </xsl:otherwise>
1244 </xsl:choose>
1245 </addr>
1246 </xsl:template>
1247
1248 <xsl:template name="ccdTelecom">
1249 <xsl:param name="CCRActor"/>
1250 <telecom>
1251 <xsl:if test="$CCRActor/a:Telephone">
1252 <xsl:attribute name="use">
1253 <xsl:call-template name="CDAVocabularyLookup">
1254 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
1255 <xsl:with-param name="ccrtext" select="$CCRActor/a:Telephone/a:Type/a:Text"/>
1256 </xsl:call-template>
1257 </xsl:attribute>
1258 <xsl:attribute name="value">
1259 <xsl:text>tel:+1-</xsl:text>
1260 <xsl:value-of select="$CCRActor/a:Telephone[1]/a:Value"/>
1261 </xsl:attribute>
1262 </xsl:if>
1263 </telecom>
1264
1265 <xsl:if test="$CCRActor/a:Email">
1266 <telecom>
1267 <xsl:choose>
1268 <xsl:when test="$CCRActor/a:Telephone">
1269 <xsl:attribute name="use">
1270 <xsl:call-template name="CDAVocabularyLookup">
1271 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
1272 <xsl:with-param name="ccrtext" select="$CCRActor/a:Telephone/a:Type/a:Text"/>
1273 </xsl:call-template>
1274 </xsl:attribute>
1275 <xsl:attribute name="value">
1276 <xsl:text>mailto:</xsl:text>
1277 <xsl:value-of select="$CCRActor/a:Email[1]/a:Value"/>
1278 </xsl:attribute>
1279 </xsl:when>
1280 <xsl:otherwise>
1281 <xsl:attribute name="value">
1282 <xsl:text>Unknown</xsl:text>
1283 </xsl:attribute>
1284 </xsl:otherwise>
1285 </xsl:choose>
1286 </telecom>
1287 </xsl:if>
1288 </xsl:template>
1289
1290 <xsl:template name="ccdID">
1291 <xsl:param name="ccrObjectID"/>
1292 <xsl:param name="suffix"/>
1293 <id>
1294 <xsl:attribute name="root">
1295 <xsl:value-of select="$ccrObjectID"></xsl:value-of>
1296 </xsl:attribute>
1297 <xsl:attribute name="extension">CCRObjectID</xsl:attribute>
1298 </id>
1299 </xsl:template>
1300
1301 <xsl:template name="ccdCodedValue">
1302 <xsl:param name="ccrCodedDescription"/>
1303 <xsl:param name="type"/>
1304 <xsl:param name="domain"/>
1305 <xsl:param name="nodeName">value</xsl:param>
1306 <xsl:param name="originalTextReference"/>
1307
1308 <xsl:element name="{$nodeName}">
1309 <xsl:if test="$type">
1310 <xsl:attribute name="xsi:type">
1311 <xsl:value-of select="$type"/>
1312 </xsl:attribute>
1313 </xsl:if>
1314 <xsl:choose>
1315 <xsl:when test="$ccrCodedDescription/a:Code">
1316 <xsl:attribute name="displayName">
1317 <xsl:value-of select="$ccrCodedDescription/a:Text"/>
1318 </xsl:attribute>
1319 <xsl:attribute name="code">
1320 <xsl:value-of select="$ccrCodedDescription/a:Code/a:Value"/>
1321 </xsl:attribute>
1322 <xsl:attribute name="codeSystemName">
1323 <xsl:value-of select="$ccrCodedDescription/a:Code/a:CodingSystem"/>
1324 </xsl:attribute>
1325 <xsl:attribute name="codeSystem">
1326 <xsl:call-template name="HL7OIDLookup">
1327 <xsl:with-param name="name" select="$ccrCodedDescription/a:Code/a:CodingSystem"/>
1328 </xsl:call-template>
1329 </xsl:attribute>
1330 </xsl:when>
1331 <xsl:when test="$domain">
1332 <xsl:variable name="cdaCode">
1333 <xsl:call-template name="CDAVocabularyLookup">
1334 <xsl:with-param name="domain" select="$domain"/>
1335 <xsl:with-param name="ccrtext" select="$ccrCodedDescription/a:Text"/>
1336 </xsl:call-template>
1337 </xsl:variable>
1338 <xsl:attribute name="displayName">
1339 <xsl:call-template name="CDADisplayNameLookup">
1340 <xsl:with-param name="domain" select="$domain"/>
1341 <xsl:with-param name="cdacode" select="$cdaCode"/>
1342 </xsl:call-template>
1343 </xsl:attribute>
1344 <xsl:attribute name="code">
1345 <xsl:value-of select="$cdaCode"></xsl:value-of>
1346 </xsl:attribute>
1347 <xsl:attribute name="codeSystemName">
1348 <xsl:call-template name="CDAVocabularyCodeSystemNameLookup">
1349 <xsl:with-param name="domain" select="$domain"/>
1350 </xsl:call-template>
1351 </xsl:attribute>
1352 <xsl:attribute name="codeSystemName">
1353 <xsl:call-template name="CDAVocabularyCodeSystemLookup">
1354 <xsl:with-param name="domain" select="$domain"/>
1355 </xsl:call-template>
1356 </xsl:attribute>
1357 </xsl:when>
1358 <xsl:otherwise>
1359 <originalText>
1360 <xsl:value-of select="$ccrCodedDescription/a:Text"/>
1361 <xsl:if test="$originalTextReference">
1362 <reference>
1363 <xsl:attribute name="value">
1364 <xsl:value-of select="$originalTextReference"/>
1365 </xsl:attribute>
1366 </reference>
1367 </xsl:if>
1368 </originalText>
1369 </xsl:otherwise>
1370 </xsl:choose>
1371 </xsl:element>
1372 </xsl:template>
1373
1374 <xsl:template name="ccdDateTime">
1375 <xsl:param name="dt"/>
1376 <xsl:param name="type"/>
1377 <xsl:if test="$dt">
1378 <xsl:if test="$dt[1]/a:ExactDateTime">
1379 <effectiveTime>
1380 <xsl:if test="$type">
1381 <xsl:attribute name="xsi:type">
1382 <xsl:value-of select="$type"></xsl:value-of>
1383 </xsl:attribute>
1384 </xsl:if>
1385 <low>
1386 <xsl:attribute name="value">
1387 <xsl:call-template name="date:format-date">
1388 <xsl:with-param name="date-time" select="$dt[1]/a:ExactDateTime"/>
1389 <xsl:with-param name="pattern">yyyyMMdd</xsl:with-param>
1390 </xsl:call-template>
1391 </xsl:attribute>
1392 </low>
1393 <high nullFlavor="UNK"/>
1394 </effectiveTime>
1395 </xsl:if>
1396 <xsl:if test="$dt[1]/a:DateTimeRange">
1397 <effectiveTime>
1398 <low>
1399 <xsl:attribute name="value">
1400 <xsl:call-template name="date:format-date">
1401 <xsl:with-param name="date-time" select="$dt[1]/a:DateTimeRange/a:BeginRange/a:ExactDateTime"/>
1402 <xsl:with-param name="pattern">yyyyMMdd</xsl:with-param>
1403 </xsl:call-template>
1404 </xsl:attribute>
1405 </low>
1406 <high>
1407 <xsl:attribute name="value">
1408 <xsl:call-template name="date:format-date">
1409 <xsl:with-param name="date-time" select="$dt[1]/a:DateTimeRange/a:EndRange/a:ExactDateTime"/>
1410 <xsl:with-param name="pattern">yyyyMMdd</xsl:with-param>
1411 </xsl:call-template>
1412 </xsl:attribute>
1413 </high>
1414 </effectiveTime>
1415 </xsl:if>
1416 </xsl:if>
1417 </xsl:template>
1418
1419 <xsl:template name="ccdMedicationFrequency">
1420 <xsl:param name="frequency"/>
1421 <xsl:if test="$frequency">
1422 <xsl:choose>
1423 <xsl:when test="$frequency/a:Value='qd'">
1424 <effectiveTime xsi:type="PIVL_TS" operator="A">
1425 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1426 <period>
1427 <xsl:attribute name="value">24</xsl:attribute>
1428 <xsl:attribute name="unit">h</xsl:attribute>
1429 </period>
1430 </effectiveTime>
1431 </xsl:when>
1432 <xsl:when test="$frequency/a:Value='bid'">
1433 <effectiveTime xsi:type="PIVL_TS" operator="A">
1434 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1435 <period>
1436 <xsl:attribute name="value">12</xsl:attribute>
1437 <xsl:attribute name="unit">h</xsl:attribute>
1438 </period>
1439 </effectiveTime>
1440 </xsl:when>
1441 <xsl:when test="$frequency/a:Value='tid'">
1442 <effectiveTime xsi:type="PIVL_TS" operator="A">
1443 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1444 <period>
1445 <xsl:attribute name="value">8</xsl:attribute>
1446 <xsl:attribute name="unit">h</xsl:attribute>
1447 </period>
1448 </effectiveTime>
1449 </xsl:when>
1450 <xsl:when test="$frequency/a:Value='qid'">
1451 <effectiveTime xsi:type="PIVL_TS" operator="A">
1452 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1453 <period>
1454 <xsl:attribute name="value">6</xsl:attribute>
1455 <xsl:attribute name="unit">h</xsl:attribute>
1456 </period>
1457 </effectiveTime>
1458 </xsl:when>
1459 <xsl:when test="$frequency/a:Value='qam'">
1460 <effectiveTime xsi:type='EIVL' operator='A'>
1461 <event code='ACM'/>
1462 </effectiveTime>
1463 </xsl:when>
1464 <xsl:when test="$frequency/a:Value='qpm'">
1465 <effectiveTime xsi:type='EIVL' operator='A'>
1466 <event code='PCV'/>
1467 </effectiveTime>
1468 </xsl:when>
1469 </xsl:choose>
1470 </xsl:if>
1471 </xsl:template>
1472
1473 <xsl:template name="ccdStatus">
1474 <xsl:param name="ccrStatus"/>
1475
1476 <entryRelationship typeCode="REFR">
1477 <observation classCode="OBS" moodCode="EVN">
1478 <templateId root="2.16.840.1.113883.10.20.1.50"/>
1479 <!-- Problem status observation template -->
1480 <code code="33999-4" codeSystem="2.16.840.1.113883.6.1" displayName="Status"/>
1481 <statusCode code="completed"/>
1482 <xsl:call-template name="ccdCodedValue">
1483 <xsl:with-param name="ccrCodedDescription" select="$ccrStatus"/>
1484 </xsl:call-template>
1485 </observation>
1486 </entryRelationship>
1487 </xsl:template>
1488
1489 <xsl:template name="ccdStatusObservation">
1490 <xsl:param name="status"/>
1491 <xsl:variable name="statusText" select="$status/a:Text"></xsl:variable>
1492 <xsl:choose>
1493 <xsl:when test="$statusText='Active'">
1494 <xsl:call-template name="ccdStatusElement">
1495 <xsl:with-param name="statusCode" select="'55561003'"/>
1496 <xsl:with-param name="statusDisplayName" select="$statusText"/>
1497 </xsl:call-template>
1498 </xsl:when>
1499 <xsl:when test="$statusText='Inactive'">
1500 <xsl:call-template name="ccdStatusElement">
1501 <xsl:with-param name="statusCode" select="'73425007'"/>
1502 <xsl:with-param name="statusDisplayName" select="$statusText"/>
1503 </xsl:call-template>
1504 </xsl:when>
1505 <xsl:when test="$statusText='Chronic'">
1506 <xsl:call-template name="ccdStatusElement">
1507 <xsl:with-param name="statusCode" select="'90734009'"/>
1508 <xsl:with-param name="statusDisplayName" select="$statusText"/>
1509 </xsl:call-template>
1510 </xsl:when>
1511 </xsl:choose>
1512 </xsl:template>
1513
1514 <xsl:template name="ccdStatusProcedure">
1515 <xsl:param name="status"/>
1516 <xsl:variable name="statusText" select="$status/a:Text"></xsl:variable>
1517 <xsl:choose>
1518 <xsl:when test="$statusText='Completed'">
1519 <statusCode code="completed"/>
1520 </xsl:when>
1521 <xsl:when test="$statusText='Active'">
1522 <statusCode code="active"/>
1523 </xsl:when>
1524 <xsl:when test="$statusText='Aborted'">
1525 <statusCode code="aborted"/>
1526 </xsl:when>
1527 <xsl:when test="$statusText='Cancelled' or $statusText='Canceled'">
1528 <statusCode code="cancelled"/>
1529 </xsl:when>
1530 <xsl:otherwise>
1531 <statusCode>
1532 <xsl:attribute name="code">
1533 <xsl:value-of select="$statusText"></xsl:value-of>
1534 </xsl:attribute>
1535 </statusCode>
1536 </xsl:otherwise>
1537 </xsl:choose>
1538 </xsl:template>
1539
1540 <xsl:template name="ccdStatusElement">
1541 <xsl:param name="statusCode"/>
1542 <xsl:param name="statusDisplayName"/>
1543 <value>
1544 <xsl:attribute name="xsi:type">CE</xsl:attribute>
1545 <xsl:attribute name="code">
1546 <xsl:value-of select="$statusCode"></xsl:value-of>
1547 </xsl:attribute>
1548 <xsl:attribute name="codeSystem">2.16.840.1.113883.6.96</xsl:attribute>
1549 <xsl:attribute name="displayName">
1550 <xsl:value-of select="$statusDisplayName"></xsl:value-of>
1551 </xsl:attribute>
1552 </value>
1553 </xsl:template>
1554
1555 <xsl:template name="ccdObservation">
1556 <xsl:param name="ccrTestNode"/>
1557 <xsl:param name="testDate"/>
1558
1559 <component>
1560 <observation classCode="OBS" moodCode="EVN">
1561 <templateId root="2.16.840.1.113883.3.88.11.83.15" assigningAuthorityName="HITSP C83"/>
1562 <templateId root="2.16.840.1.113883.10.20.1.31" assigningAuthorityName="CCD"/>
1563 <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13" assigningAuthorityName="IHE PCC"/>
1564
1565 <!-- Result observation template -->
1566
1567 <xsl:call-template name="ccdID">
1568 <xsl:with-param name="ccrObjectID" select="$ccrTestNode/a:CCRDataObjectID"/>
1569 </xsl:call-template>
1570
1571 <!-- <code> -->
1572 <xsl:call-template name="ccdCodedValue">
1573 <xsl:with-param name="ccrCodedDescription" select="$ccrTestNode/a:Description"/>
1574 <xsl:with-param name="nodeName" select="'code'"/>
1575 </xsl:call-template>
1576
1577 <text>
1578 <reference>
1579 <xsl:attribute name="value">
1580 <xsl:text>#</xsl:text>
1581 <xsl:value-of select="$ccrTestNode/a:CCRDataObjectID"/>
1582 </xsl:attribute>
1583 </reference>
1584 </text>
1585
1586 <statusCode code="completed"/>
1587
1588 <!-- <effectiveTime> -->
1589 <xsl:choose>
1590 <xsl:when test="$ccrTestNode/a:DateTime">
1591 <xsl:call-template name="ccdDateTime">
1592 <xsl:with-param name="dt" select="$ccrTestNode/a:DateTime"/>
1593 </xsl:call-template>
1594 </xsl:when>
1595 <xsl:otherwise>
1596 <xsl:call-template name="ccdDateTime">
1597 <xsl:with-param name="dt" select="$testDate"/>
1598 </xsl:call-template>
1599 </xsl:otherwise>
1600 </xsl:choose>
1601
1602 <xsl:choose>
1603 <xsl:when test="$ccrTestNode/a:TestResult[a:Value!='']">
1604 <value xsi:type="PQ">
1605 <xsl:attribute name="value">
1606 <xsl:value-of select="$ccrTestNode/a:TestResult/a:Value"/>
1607 </xsl:attribute>
1608 <xsl:attribute name="unit">
1609 <xsl:value-of select="$ccrTestNode/a:TestResult/a:Units/a:Unit"/>
1610 </xsl:attribute>
1611 </value>
1612 </xsl:when>
1613 <xsl:when test="$ccrTestNode/a:TestResult[a:Description/a:Text!='']">
1614 <value xsi:type="TX">
1615 <xsl:attribute name="value">
1616 <xsl:value-of select="$ccrTestNode/a:TestResult/a:Description/a:Text"/>
1617 </xsl:attribute>
1618 </value>
1619 </xsl:when>
1620 </xsl:choose>
1621
1622 <xsl:if test="$ccrTestNode/a:Flag">
1623 <xsl:call-template name="ccdCodedValue">
1624 <xsl:with-param name="ccrCodedDescription" select="$ccrTestNode/a:Flag"/>
1625 <xsl:with-param name="nodeName" select="'interpretationCode'"/>
1626 <xsl:with-param name="domain" select="'ObservationInterpretation'"/>
1627 </xsl:call-template>
1628 </xsl:if>
1629
1630 <xsl:if test="$ccrTestNode/a:NormalResult">
1631 <referenceRange>
1632 <xsl:if test="$ccrTestNode/a:NormalResult/a:Normal/a:Description/a:Text">
1633 <observationRange>
1634 <text>
1635 <xsl:value-of select="$ccrTestNode/a:NormalResult/a:Normal/a:Description/a:Text"/>
1636 </text>
1637 </observationRange>
1638 </xsl:if>
1639 </referenceRange>
1640 </xsl:if>
1641
1642 </observation>
1643 </component>
1644
1645 </xsl:template>
1646</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.