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

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

updates

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