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

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

latest qrda work

File size: 76.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 <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</section>
778</component>
779</section>
780</component>
781</structuredBody>
782</component>
783</ClinicalDocument>
784 </xsl:template>
785 <xsl:template name="ccdAssignedEntity">
786 <xsl:param name="ccrActorObjectID"/>
787
788 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
789
790 <assignedEntity>
791 <xsl:call-template name="ccdEntityID">
792 <xsl:with-param name="CCRActor" select="$CCRActor"/>
793 </xsl:call-template>
794
795 <xsl:call-template name="ccdAddress">
796 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address"/>
797 </xsl:call-template>
798
799 <xsl:call-template name="ccdTelecom">
800 <xsl:with-param name="CCRActor" select="$CCRActor"/>
801 </xsl:call-template>
802
803 <xsl:if test="$CCRActor/a:Person">
804 <xsl:call-template name="ccdPerson">
805 <xsl:with-param name="CCRActorPerson" select="$CCRActor/a:Person"/>
806 <xsl:with-param name="personNodeName" select="'assignedPerson'"/>
807 </xsl:call-template>
808 </xsl:if>
809
810 <xsl:if test="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']">
811 <xsl:call-template name="ccdOrganization">
812 <xsl:with-param name="ccrActorObjectID" select="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']/a:LinkID"/>
813 <xsl:with-param name="organizationNodeName" select="'representedOrganization'"/>
814 </xsl:call-template>
815 </xsl:if>
816
817 </assignedEntity>
818 </xsl:template>
819
820 <xsl:template name="ccdPatient">
821 <xsl:param name="CCRActorPerson"/>
822 <patient>
823 <xsl:call-template name="ccdPersonName">
824 <xsl:with-param name="CCRActorName" select="$CCRActorPerson/a:Name"/>
825 </xsl:call-template>
826
827 <xsl:if test="$CCRActorPerson/a:Gender">
828 <xsl:call-template name="ccdCodedValue">
829 <xsl:with-param name="ccrCodedDescription" select="$CCRActorPerson/a:Gender"/>
830 <xsl:with-param name="domain" select="'AdministrativeGender'"/>
831 <xsl:with-param name="nodeName" select="'administrativeGenderCode'"/>
832 </xsl:call-template>
833 </xsl:if>
834
835 <xsl:if test="$CCRActorPerson/a:DateOfBirth">
836 <birthTime>
837 <xsl:attribute name="value">
838 <xsl:call-template name="date:format-date">
839 <xsl:with-param name="date-time" select="$CCRActorPerson/a:DateOfBirth/a:ExactDateTime"/>
840 <xsl:with-param name="pattern">yyyyMMddhhmmss</xsl:with-param>
841 </xsl:call-template>
842 </xsl:attribute>
843 </birthTime>
844 </xsl:if>
845
846 <xsl:if test="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Marital Status']">
847 <xsl:call-template name="ccdCodedValue">
848 <xsl:with-param name="ccrCodedDescription" select="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Marital Status']/a:Description"/>
849 <xsl:with-param name="domain" select="'MaritalStatus'"/>
850 <xsl:with-param name="nodeName" select="'maritalStatusCode'"/>
851 </xsl:call-template>
852 </xsl:if>
853
854 <xsl:if test="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Language']">
855 <languageCommunication>
856 <templateId root="2.16.840.1.113883.3.88.11.83.2" assigningAuthorityName="HITSP/C83"/>
857 <templateId root="1.3.6.1.4.1.19376.1.5.3.1.2.1" assigningAuthorityName="IHE/PCC"/>
858 <xsl:call-template name="ccdCodedValue">
859 <xsl:with-param name="ccrCodedDescription" select="/a:ContinuityOfCareRecord/a:Body/a:SocialHistory/a:SocialHistoryElement[a:Type/a:Text='Language']/a:Description"></xsl:with-param>
860 <xsl:with-param name="domain" select="'HumanLanguage'"/>
861 <xsl:with-param name="nodeName" select="'languageCode'"/>
862 </xsl:call-template>
863 </languageCommunication>
864 </xsl:if>
865 </patient>
866 </xsl:template>
867
868 <xsl:template name="ccdPerformer">
869 <xsl:param name="ccrActorReference"/>
870 <performer typeCode="PRF">
871 <xsl:if test="$ccrActorReference/a:ActorRole">
872 <xsl:call-template name="ccdCodedValue">
873 <xsl:with-param name="ccrCodedDescription" select="$ccrActorReference/a:ActorRole"/>
874 <xsl:with-param name="nodeName" select="'functionCode'"/>
875 </xsl:call-template>
876 </xsl:if>
877 <xsl:call-template name="ccdAssignedEntity">
878 <xsl:with-param name="ccrActorObjectID" select="$ccrActorReference/a:ActorID"/>
879 </xsl:call-template>
880 </performer>
881 </xsl:template>
882
883 <xsl:template name="ccdPerson">
884 <xsl:param name="CCRActorPerson"/>
885 <xsl:param name="personNodeName">assignedPerson</xsl:param>
886 <xsl:element name="{$personNodeName}">
887 <xsl:call-template name="ccdPersonName">
888 <xsl:with-param name="CCRActorName" select="$CCRActorPerson/a:Name"/>
889 </xsl:call-template>
890 </xsl:element>
891 </xsl:template>
892
893 <xsl:template name="ccdPersonName">
894 <xsl:param name="CCRActorName"/>
895 <name>
896 <xsl:if test="$CCRActorName/a:CurrentName/a:Title">
897 <prefix>
898 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Title"/>
899 </prefix>
900 </xsl:if>
901 <xsl:if test="$CCRActorName/a:CurrentName/a:Given">
902 <given>
903 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Given"/>
904 </given>
905 </xsl:if>
906 <xsl:if test="$CCRActorName/a:CurrentName/a:Middle">
907 <given>
908 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Middle"/>
909 </given>
910 </xsl:if>
911 <xsl:if test="$CCRActorName/a:CurrentName/a:Family">
912 <family>
913 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Family"/>
914 </family>
915 </xsl:if>
916 <xsl:if test="$CCRActorName/a:CurrentName/a:Suffix">
917 <suffix>
918 <xsl:value-of select="$CCRActorName/a:CurrentName/a:Suffix"/>
919 </suffix>
920 </xsl:if>
921 </name>
922 </xsl:template>
923
924 <xsl:template name="ccdOrganization">
925 <xsl:param name="ccrActorObjectID"/>
926 <xsl:param name="organizationNodeName"/>
927
928 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
929
930 <xsl:element name="{$organizationNodeName}">
931 <xsl:call-template name="ccdEntityID">
932 <xsl:with-param name="CCRActor" select="$CCRActor"/>
933 </xsl:call-template>
934 <xsl:call-template name="ccdTelecom">
935 <xsl:with-param name="CCRActor" select="$CCRActor"/>
936 </xsl:call-template>
937
938 <xsl:call-template name="ccdAddress">
939 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
940 </xsl:call-template>
941 </xsl:element>
942 </xsl:template>
943
944 <xsl:template name="ccdPatientRole">
945 <xsl:param name="ccrActorObjectID"/>
946
947 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
948
949 <xsl:call-template name="ccdEntityID">
950 <xsl:with-param name="CCRActor" select="$CCRActor"/>
951 </xsl:call-template>
952
953 <xsl:call-template name="ccdAddress">
954 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
955 </xsl:call-template>
956
957 <xsl:call-template name="ccdTelecom">
958 <xsl:with-param name="CCRActor" select="$CCRActor"/>
959 </xsl:call-template>
960
961 <xsl:call-template name="ccdPatient">
962 <xsl:with-param name="CCRActorPerson" select="$CCRActor/a:Person"/>
963 </xsl:call-template>
964 </xsl:template>
965
966 <xsl:template name="ccdAssignedAuthor">
967 <xsl:param name="ccrActorObjectID"/>
968 <assignedAuthor>
969 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
970
971 <xsl:call-template name="ccdEntityID">
972 <xsl:with-param name="CCRActor" select="$CCRActor"/>
973 </xsl:call-template>
974
975 <xsl:call-template name="ccdAddress">
976 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
977 </xsl:call-template>
978
979 <xsl:call-template name="ccdTelecom">
980 <xsl:with-param name="CCRActor" select="$CCRActor"/>
981 </xsl:call-template>
982
983 <xsl:call-template name="ccdPerson">
984 <xsl:with-param name="CCRActorPerson" select="$CCRActor/a:Person"/>
985 </xsl:call-template>
986
987 <xsl:if test="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']">
988 <representedOrganization>
989 <xsl:call-template name="ccdOrganization">
990 <xsl:with-param name="ccrActorObjectID" select="$CCRActor/a:InternalCCRLink[a:LinkRelationship='Organization']/a:LinkID"/>
991 </xsl:call-template>
992 </representedOrganization>
993 </xsl:if>
994 </assignedAuthor>
995 </xsl:template>
996
997 <xsl:template name="ccdParticipantRoleActor">
998 <xsl:param name="ccrActorObjectID"/>
999
1000 <xsl:variable name="CCRActor" select="/a:ContinuityOfCareRecord/a:Actors/a:Actor[a:ActorObjectID=$ccrActorObjectID]"/>
1001
1002 <xsl:call-template name="ccdEntityID">
1003 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1004 </xsl:call-template>
1005
1006 <xsl:call-template name="ccdAddress">
1007 <xsl:with-param name="CCRActorAddress" select="$CCRActor/a:Address[1]"/>
1008 </xsl:call-template>
1009
1010 <xsl:call-template name="ccdTelecom">
1011 <xsl:with-param name="CCRActor" select="$CCRActor"/>
1012 </xsl:call-template>
1013
1014 <xsl:if test="$CCRActor/a:Organization/a:Name">
1015 <playingEntity classCode="PLC">
1016 <name>
1017 <xsl:value-of select="$CCRActor/a:Organization/a:Name"/>
1018 </name>
1019 </playingEntity>
1020 </xsl:if>
1021 </xsl:template>
1022
1023 <xsl:template name="ccdParticipantRoleCodedDescription">
1024 <xsl:param name="ccrCodedDescription"/>
1025 <participantRole classCode="MANU">
1026 <!--Product Detail-->
1027 <playingEntity classCode="MMAT">
1028 <xsl:if test="$ccrCodedDescription/a:Code">
1029 <xsl:call-template name="ccdCodedValue">
1030 <xsl:with-param name="ccrCodedDescription" select="$ccrCodedDescription"/>
1031 <xsl:with-param name="nodeName" select="'code'"/>
1032 </xsl:call-template>
1033 </xsl:if>
1034 <name>
1035 <xsl:value-of select="$ccrCodedDescription/a:Text"/>
1036 </name>
1037 </playingEntity>
1038 </participantRole>
1039 </xsl:template>
1040
1041 <xsl:template name="ccdEntityID">
1042 <xsl:param name="CCRActor"/>
1043 <id>
1044 <xsl:choose>
1045 <xsl:when test="$CCRActor/a:IDs">
1046 <xsl:attribute name="extension">
1047 <xsl:value-of select="$CCRActor/a:IDs[1]/a:ID"/>
1048 </xsl:attribute>
1049 <xsl:attribute name="root">
1050 <xsl:value-of select="$CCRActor/a:IDs[1]/a:Type/a:Text"/>
1051 </xsl:attribute>
1052 </xsl:when>
1053 <xsl:otherwise>
1054 <xsl:attribute name="extension">
1055 <xsl:value-of select="$CCRActor/a:ActorObjectID"/>
1056 </xsl:attribute>
1057 <xsl:attribute name="root">
1058 <xsl:text>CCRActorID</xsl:text>
1059 </xsl:attribute>
1060 </xsl:otherwise>
1061 </xsl:choose>
1062 </id>
1063 <xsl:if test="$CCRActor/a:Organization">
1064 <name><xsl:value-of select="$CCRActor/a:Organization/a:Name"></xsl:value-of></name>
1065 </xsl:if>
1066 </xsl:template>
1067 <xsl:template name="ccdAddress">
1068 <xsl:param name="CCRActorAddress"/>
1069 <addr>
1070 <xsl:choose>
1071 <xsl:when test="$CCRActorAddress">
1072 <xsl:attribute name="use">
1073 <xsl:call-template name="CDAVocabularyLookup">
1074 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
1075 <xsl:with-param name="ccrtext" select="$CCRActorAddress/a:Type/a:Text"/>
1076 </xsl:call-template>
1077 </xsl:attribute>
1078 <streetAddressLine>
1079 <xsl:value-of select="$CCRActorAddress/a:Line1"/>
1080 </streetAddressLine>
1081 <city>
1082 <xsl:value-of select="$CCRActorAddress/a:City"/>
1083 </city>
1084 <state>
1085 <xsl:value-of select="$CCRActorAddress/a:State"/>
1086 </state>
1087 <postalCode>
1088 <xsl:value-of select="$CCRActorAddress/a:PostalCode"/>
1089 </postalCode>
1090 </xsl:when>
1091 <xsl:otherwise>
1092 <streetAddressLine/>
1093 </xsl:otherwise>
1094 </xsl:choose>
1095 </addr>
1096 </xsl:template>
1097
1098 <xsl:template name="ccdTelecom">
1099 <xsl:param name="CCRActor"/>
1100 <telecom>
1101 <xsl:if test="$CCRActor/a:Telephone">
1102 <xsl:attribute name="use">
1103 <xsl:call-template name="CDAVocabularyLookup">
1104 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
1105 <xsl:with-param name="ccrtext" select="$CCRActor/a:Telephone/a:Type/a:Text"/>
1106 </xsl:call-template>
1107 </xsl:attribute>
1108 <xsl:attribute name="value">
1109 <xsl:text>tel:+1-</xsl:text>
1110 <xsl:value-of select="$CCRActor/a:Telephone[1]/a:Value"/>
1111 </xsl:attribute>
1112 </xsl:if>
1113 </telecom>
1114
1115 <xsl:if test="$CCRActor/a:Email">
1116 <telecom>
1117 <xsl:choose>
1118 <xsl:when test="$CCRActor/a:Telephone">
1119 <xsl:attribute name="use">
1120 <xsl:call-template name="CDAVocabularyLookup">
1121 <xsl:with-param name="domain" select="'telecommunicationsAddressUse'"/>
1122 <xsl:with-param name="ccrtext" select="$CCRActor/a:Telephone/a:Type/a:Text"/>
1123 </xsl:call-template>
1124 </xsl:attribute>
1125 <xsl:attribute name="value">
1126 <xsl:text>mailto:</xsl:text>
1127 <xsl:value-of select="$CCRActor/a:Email[1]/a:Value"/>
1128 </xsl:attribute>
1129 </xsl:when>
1130 <xsl:otherwise>
1131 <xsl:attribute name="value">
1132 <xsl:text>Unknown</xsl:text>
1133 </xsl:attribute>
1134 </xsl:otherwise>
1135 </xsl:choose>
1136 </telecom>
1137 </xsl:if>
1138 </xsl:template>
1139
1140 <xsl:template name="ccdID">
1141 <xsl:param name="ccrObjectID"/>
1142 <xsl:param name="suffix"/>
1143 <id>
1144 <xsl:attribute name="root">
1145 <xsl:value-of select="$ccrObjectID"></xsl:value-of>
1146 </xsl:attribute>
1147 <xsl:attribute name="extension">CCRObjectID</xsl:attribute>
1148 </id>
1149 </xsl:template>
1150
1151 <xsl:template name="ccdCodedValue">
1152 <xsl:param name="ccrCodedDescription"/>
1153 <xsl:param name="type"/>
1154 <xsl:param name="domain"/>
1155 <xsl:param name="nodeName">value</xsl:param>
1156 <xsl:param name="originalTextReference"/>
1157
1158 <xsl:element name="{$nodeName}">
1159 <xsl:if test="$type">
1160 <xsl:attribute name="xsi:type">
1161 <xsl:value-of select="$type"/>
1162 </xsl:attribute>
1163 </xsl:if>
1164 <xsl:choose>
1165 <xsl:when test="$ccrCodedDescription/a:Code">
1166 <xsl:attribute name="displayName">
1167 <xsl:value-of select="$ccrCodedDescription/a:Text"/>
1168 </xsl:attribute>
1169 <xsl:attribute name="code">
1170 <xsl:value-of select="$ccrCodedDescription/a:Code/a:Value"/>
1171 </xsl:attribute>
1172 <xsl:attribute name="codeSystemName">
1173 <xsl:value-of select="$ccrCodedDescription/a:Code/a:CodingSystem"/>
1174 </xsl:attribute>
1175 <xsl:attribute name="codeSystem">
1176 <xsl:call-template name="HL7OIDLookup">
1177 <xsl:with-param name="name" select="$ccrCodedDescription/a:Code/a:CodingSystem"/>
1178 </xsl:call-template>
1179 </xsl:attribute>
1180 </xsl:when>
1181 <xsl:when test="$domain">
1182 <xsl:variable name="cdaCode">
1183 <xsl:call-template name="CDAVocabularyLookup">
1184 <xsl:with-param name="domain" select="$domain"/>
1185 <xsl:with-param name="ccrtext" select="$ccrCodedDescription/a:Text"/>
1186 </xsl:call-template>
1187 </xsl:variable>
1188 <xsl:attribute name="displayName">
1189 <xsl:call-template name="CDADisplayNameLookup">
1190 <xsl:with-param name="domain" select="$domain"/>
1191 <xsl:with-param name="cdacode" select="$cdaCode"/>
1192 </xsl:call-template>
1193 </xsl:attribute>
1194 <xsl:attribute name="code">
1195 <xsl:value-of select="$cdaCode"></xsl:value-of>
1196 </xsl:attribute>
1197 <xsl:attribute name="codeSystemName">
1198 <xsl:call-template name="CDAVocabularyCodeSystemNameLookup">
1199 <xsl:with-param name="domain" select="$domain"/>
1200 </xsl:call-template>
1201 </xsl:attribute>
1202 <xsl:attribute name="codeSystemName">
1203 <xsl:call-template name="CDAVocabularyCodeSystemLookup">
1204 <xsl:with-param name="domain" select="$domain"/>
1205 </xsl:call-template>
1206 </xsl:attribute>
1207 </xsl:when>
1208 <xsl:otherwise>
1209 <originalText>
1210 <xsl:value-of select="$ccrCodedDescription/a:Text"/>
1211 <xsl:if test="$originalTextReference">
1212 <reference>
1213 <xsl:attribute name="value">
1214 <xsl:value-of select="$originalTextReference"/>
1215 </xsl:attribute>
1216 </reference>
1217 </xsl:if>
1218 </originalText>
1219 </xsl:otherwise>
1220 </xsl:choose>
1221 </xsl:element>
1222 </xsl:template>
1223
1224 <xsl:template name="ccdDateTime">
1225 <xsl:param name="dt"/>
1226 <xsl:param name="type"/>
1227 <xsl:if test="$dt">
1228 <xsl:if test="$dt[1]/a:ExactDateTime">
1229 <effectiveTime>
1230 <xsl:if test="$type">
1231 <xsl:attribute name="xsi:type">
1232 <xsl:value-of select="$type"></xsl:value-of>
1233 </xsl:attribute>
1234 </xsl:if>
1235 <low>
1236 <xsl:attribute name="value">
1237 <xsl:call-template name="date:format-date">
1238 <xsl:with-param name="date-time" select="$dt[1]/a:ExactDateTime"/>
1239 <xsl:with-param name="pattern">yyyyMMdd</xsl:with-param>
1240 </xsl:call-template>
1241 </xsl:attribute>
1242 </low>
1243 <high nullFlavor="UNK"/>
1244 </effectiveTime>
1245 </xsl:if>
1246 <xsl:if test="$dt[1]/a:DateTimeRange">
1247 <effectiveTime>
1248 <low>
1249 <xsl:attribute name="value">
1250 <xsl:call-template name="date:format-date">
1251 <xsl:with-param name="date-time" select="$dt[1]/a:DateTimeRange/a:BeginRange/a:ExactDateTime"/>
1252 <xsl:with-param name="pattern">yyyyMMdd</xsl:with-param>
1253 </xsl:call-template>
1254 </xsl:attribute>
1255 </low>
1256 <high>
1257 <xsl:attribute name="value">
1258 <xsl:call-template name="date:format-date">
1259 <xsl:with-param name="date-time" select="$dt[1]/a:DateTimeRange/a:EndRange/a:ExactDateTime"/>
1260 <xsl:with-param name="pattern">yyyyMMdd</xsl:with-param>
1261 </xsl:call-template>
1262 </xsl:attribute>
1263 </high>
1264 </effectiveTime>
1265 </xsl:if>
1266 </xsl:if>
1267 </xsl:template>
1268
1269 <xsl:template name="ccdMedicationFrequency">
1270 <xsl:param name="frequency"/>
1271 <xsl:if test="$frequency">
1272 <xsl:choose>
1273 <xsl:when test="$frequency/a:Value='qd'">
1274 <effectiveTime xsi:type="PIVL_TS" operator="A">
1275 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1276 <period>
1277 <xsl:attribute name="value">24</xsl:attribute>
1278 <xsl:attribute name="unit">h</xsl:attribute>
1279 </period>
1280 </effectiveTime>
1281 </xsl:when>
1282 <xsl:when test="$frequency/a:Value='bid'">
1283 <effectiveTime xsi:type="PIVL_TS" operator="A">
1284 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1285 <period>
1286 <xsl:attribute name="value">12</xsl:attribute>
1287 <xsl:attribute name="unit">h</xsl:attribute>
1288 </period>
1289 </effectiveTime>
1290 </xsl:when>
1291 <xsl:when test="$frequency/a:Value='tid'">
1292 <effectiveTime xsi:type="PIVL_TS" operator="A">
1293 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1294 <period>
1295 <xsl:attribute name="value">8</xsl:attribute>
1296 <xsl:attribute name="unit">h</xsl:attribute>
1297 </period>
1298 </effectiveTime>
1299 </xsl:when>
1300 <xsl:when test="$frequency/a:Value='qid'">
1301 <effectiveTime xsi:type="PIVL_TS" operator="A">
1302 <xsl:attribute name="institutionSpecified">true</xsl:attribute>
1303 <period>
1304 <xsl:attribute name="value">6</xsl:attribute>
1305 <xsl:attribute name="unit">h</xsl:attribute>
1306 </period>
1307 </effectiveTime>
1308 </xsl:when>
1309 <xsl:when test="$frequency/a:Value='qam'">
1310 <effectiveTime xsi:type='EIVL' operator='A'>
1311 <event code='ACM'/>
1312 </effectiveTime>
1313 </xsl:when>
1314 <xsl:when test="$frequency/a:Value='qpm'">
1315 <effectiveTime xsi:type='EIVL' operator='A'>
1316 <event code='PCV'/>
1317 </effectiveTime>
1318 </xsl:when>
1319 </xsl:choose>
1320 </xsl:if>
1321 </xsl:template>
1322
1323 <xsl:template name="ccdStatus">
1324 <xsl:param name="ccrStatus"/>
1325
1326 <entryRelationship typeCode="REFR">
1327 <observation classCode="OBS" moodCode="EVN">
1328 <templateId root="2.16.840.1.113883.10.20.1.50"/>
1329 <!-- Problem status observation template -->
1330 <code code="33999-4" codeSystem="2.16.840.1.113883.6.1" displayName="Status"/>
1331 <statusCode code="completed"/>
1332 <xsl:call-template name="ccdCodedValue">
1333 <xsl:with-param name="ccrCodedDescription" select="$ccrStatus"/>
1334 </xsl:call-template>
1335 </observation>
1336 </entryRelationship>
1337 </xsl:template>
1338
1339 <xsl:template name="ccdStatusObservation">
1340 <xsl:param name="status"/>
1341 <xsl:variable name="statusText" select="$status/a:Text"></xsl:variable>
1342 <xsl:choose>
1343 <xsl:when test="$statusText='Active'">
1344 <xsl:call-template name="ccdStatusElement">
1345 <xsl:with-param name="statusCode" select="'55561003'"/>
1346 <xsl:with-param name="statusDisplayName" select="$statusText"/>
1347 </xsl:call-template>
1348 </xsl:when>
1349 <xsl:when test="$statusText='Inactive'">
1350 <xsl:call-template name="ccdStatusElement">
1351 <xsl:with-param name="statusCode" select="'73425007'"/>
1352 <xsl:with-param name="statusDisplayName" select="$statusText"/>
1353 </xsl:call-template>
1354 </xsl:when>
1355 <xsl:when test="$statusText='Chronic'">
1356 <xsl:call-template name="ccdStatusElement">
1357 <xsl:with-param name="statusCode" select="'90734009'"/>
1358 <xsl:with-param name="statusDisplayName" select="$statusText"/>
1359 </xsl:call-template>
1360 </xsl:when>
1361 </xsl:choose>
1362 </xsl:template>
1363
1364 <xsl:template name="ccdStatusProcedure">
1365 <xsl:param name="status"/>
1366 <xsl:variable name="statusText" select="$status/a:Text"></xsl:variable>
1367 <xsl:choose>
1368 <xsl:when test="$statusText='Completed'">
1369 <statusCode code="completed"/>
1370 </xsl:when>
1371 <xsl:when test="$statusText='Active'">
1372 <statusCode code="active"/>
1373 </xsl:when>
1374 <xsl:when test="$statusText='Aborted'">
1375 <statusCode code="aborted"/>
1376 </xsl:when>
1377 <xsl:when test="$statusText='Cancelled' or $statusText='Canceled'">
1378 <statusCode code="cancelled"/>
1379 </xsl:when>
1380 <xsl:otherwise>
1381 <statusCode>
1382 <xsl:attribute name="code">
1383 <xsl:value-of select="$statusText"></xsl:value-of>
1384 </xsl:attribute>
1385 </statusCode>
1386 </xsl:otherwise>
1387 </xsl:choose>
1388 </xsl:template>
1389
1390 <xsl:template name="ccdStatusElement">
1391 <xsl:param name="statusCode"/>
1392 <xsl:param name="statusDisplayName"/>
1393 <value>
1394 <xsl:attribute name="xsi:type">CE</xsl:attribute>
1395 <xsl:attribute name="code">
1396 <xsl:value-of select="$statusCode"></xsl:value-of>
1397 </xsl:attribute>
1398 <xsl:attribute name="codeSystem">2.16.840.1.113883.6.96</xsl:attribute>
1399 <xsl:attribute name="displayName">
1400 <xsl:value-of select="$statusDisplayName"></xsl:value-of>
1401 </xsl:attribute>
1402 </value>
1403 </xsl:template>
1404
1405 <xsl:template name="ccdObservation">
1406 <xsl:param name="ccrTestNode"/>
1407 <xsl:param name="testDate"/>
1408
1409 <component>
1410 <observation classCode="OBS" moodCode="EVN">
1411 <templateId root="2.16.840.1.113883.3.88.11.83.15" assigningAuthorityName="HITSP C83"/>
1412 <templateId root="2.16.840.1.113883.10.20.1.31" assigningAuthorityName="CCD"/>
1413 <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13" assigningAuthorityName="IHE PCC"/>
1414
1415 <!-- Result observation template -->
1416
1417 <xsl:call-template name="ccdID">
1418 <xsl:with-param name="ccrObjectID" select="$ccrTestNode/a:CCRDataObjectID"/>
1419 </xsl:call-template>
1420
1421 <!-- <code> -->
1422 <xsl:call-template name="ccdCodedValue">
1423 <xsl:with-param name="ccrCodedDescription" select="$ccrTestNode/a:Description"/>
1424 <xsl:with-param name="nodeName" select="'code'"/>
1425 </xsl:call-template>
1426
1427 <text>
1428 <reference>
1429 <xsl:attribute name="value">
1430 <xsl:text>#</xsl:text>
1431 <xsl:value-of select="$ccrTestNode/a:CCRDataObjectID"/>
1432 </xsl:attribute>
1433 </reference>
1434 </text>
1435
1436 <statusCode code="completed"/>
1437
1438 <!-- <effectiveTime> -->
1439 <xsl:choose>
1440 <xsl:when test="$ccrTestNode/a:DateTime">
1441 <xsl:call-template name="ccdDateTime">
1442 <xsl:with-param name="dt" select="$ccrTestNode/a:DateTime"/>
1443 </xsl:call-template>
1444 </xsl:when>
1445 <xsl:otherwise>
1446 <xsl:call-template name="ccdDateTime">
1447 <xsl:with-param name="dt" select="$testDate"/>
1448 </xsl:call-template>
1449 </xsl:otherwise>
1450 </xsl:choose>
1451
1452 <xsl:choose>
1453 <xsl:when test="$ccrTestNode/a:TestResult[a:Value!='']">
1454 <value xsi:type="PQ">
1455 <xsl:attribute name="value">
1456 <xsl:value-of select="$ccrTestNode/a:TestResult/a:Value"/>
1457 </xsl:attribute>
1458 <xsl:attribute name="unit">
1459 <xsl:value-of select="$ccrTestNode/a:TestResult/a:Units/a:Unit"/>
1460 </xsl:attribute>
1461 </value>
1462 </xsl:when>
1463 <xsl:when test="$ccrTestNode/a:TestResult[a:Description/a:Text!='']">
1464 <value xsi:type="TX">
1465 <xsl:attribute name="value">
1466 <xsl:value-of select="$ccrTestNode/a:TestResult/a:Description/a:Text"/>
1467 </xsl:attribute>
1468 </value>
1469 </xsl:when>
1470 </xsl:choose>
1471
1472 <xsl:if test="$ccrTestNode/a:Flag">
1473 <xsl:call-template name="ccdCodedValue">
1474 <xsl:with-param name="ccrCodedDescription" select="$ccrTestNode/a:Flag"/>
1475 <xsl:with-param name="nodeName" select="'interpretationCode'"/>
1476 <xsl:with-param name="domain" select="'ObservationInterpretation'"/>
1477 </xsl:call-template>
1478 </xsl:if>
1479
1480 <xsl:if test="$ccrTestNode/a:NormalResult">
1481 <referenceRange>
1482 <xsl:if test="$ccrTestNode/a:NormalResult/a:Normal/a:Description/a:Text">
1483 <observationRange>
1484 <text>
1485 <xsl:value-of select="$ccrTestNode/a:NormalResult/a:Normal/a:Description/a:Text"/>
1486 </text>
1487 </observationRange>
1488 </xsl:if>
1489 </referenceRange>
1490 </xsl:if>
1491
1492 </observation>
1493 </component>
1494
1495 </xsl:template>
1496</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.