source: ccr/trunk/p/GPLCCR0.m@ 61

Last change on this file since 61 was 61, checked in by George Lilly, 16 years ago

Added GPL Copywrite notice

File size: 16.0 KB
Line 
1GPLCCR0 ; CCDCCR/GPL - CCR TEMPLATE AND ACCESS ROUTINES; 5/31/08
2 ;;0.1;CCDCCR;nopatch;noreleasedate
3 ;Copyright 2008 WorldVistA. Licensed under the terms of the GNU
4 ;General Public License See attached copy of the License.
5 ;
6 ;This program is free software; you can redistribute it and/or modify
7 ;it under the terms of the GNU General Public License as published by
8 ;the Free Software Foundation; either version 2 of the License, or
9 ;(at your option) any later version.
10 ;
11 ;This program is distributed in the hope that it will be useful,
12 ;but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ;GNU General Public License for more details.
15 ;
16 ;You should have received a copy of the GNU General Public License along
17 ;with this program; if not, write to the Free Software Foundation, Inc.,
18 ;51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 ;
20 W "This is a CCR TEMPLATE with processing routines",!
21 W !
22 Q
23 ;
24ZT(ZARY,BAT,LINE) ; private routine to add a line to the ZARY array
25 ; ZARY IS PASSED BY NAME
26 ; BAT is a string identifying the section
27 ; LINE is a test which will evaluate to true or false
28 ; I '$G(@ZARY) D
29 . S @ZARY@(0)=0 ; initially there are no elements
30 . W "GOT HERE LOADING "_LINE,!
31 N CNT ; count of array elements
32 S CNT=@ZARY@(0) ; contains array count
33 S CNT=CNT+1 ; increment count
34 S @ZARY@(CNT)=LINE ; put the line in the array
35 ; S @ZARY@(BAT,CNT)="" ; index the test by battery
36 S @ZARY@(0)=CNT ; update the array counter
37 Q
38 ;
39ZLOAD(ZARY,ROUTINE) ; load tests into ZARY which is passed by reference
40 ; ZARY IS PASSED BY NAME
41 ; ZARY = name of the root, closed array format (e.g., "^TMP($J)")
42 ; ROUTINE = NAME OF THE ROUTINE - PASSED BY VALUE
43 K @ZARY S @ZARY=""
44 S @ZARY@(0)=0 ; initialize array count
45 N LINE,LABEL,BODY
46 N INTEST S INTEST=0 ; switch for in the TEMPLATE section
47 N SECTION S SECTION="[anonymous]" ; NO section LABEL
48 ;
49 N NUM F NUM=1:1 S LINE=$T(+NUM^@ROUTINE) Q:LINE="" D
50 . I LINE?." "1";<TEMPLATE>".E S INTEST=1 ; entering section
51 . I LINE?." "1";</TEMPLATE>".E S INTEST=0 ; leaving section
52 . I INTEST D ; within the section
53 . . I LINE?." "1";><".E D ; sub-section name found
54 . . . S SECTION=$P($P(LINE,";><",2),">",1) ; pull out name
55 . . I LINE?." "1";;".E D ; line found
56 . . . D ZT(ZARY,SECTION,$P(LINE,";;",2)) ; put the line in the array
57 Q
58 ;
59LOAD(ARY) ; LOAD A CCR TEMPLATE INTO ARY PASSED BY NAME
60 D ZLOAD(ARY,"GPLCCR0")
61 ; ZWR @ARY
62 Q
63 ;
64 ;<TEMPLATE>
65 ;;<?xml version="1.0" encoding="UTF-8"?>
66 ;;<?xml-stylesheet type="text/xsl" href="ccr_20060420.xsl"?>
67 ;;<ContinuityOfCareRecord xmlns="urn:astm-org:CCR">
68 ;;<CCRDocumentObjectID>871bd605-e8f8-4b80-9918-4b03f781129e</CCRDocumentObjectID>
69 ;;<Language>
70 ;;<Text>English</Text>
71 ;;</Language>
72 ;;<Version>V1.0</Version>
73 ;;<DateTime>
74 ;;<ExactDateTime>@@DATETIME@@</ExactDateTime>
75 ;;</DateTime>
76 ;;<Patient>
77 ;;<ActorID>@@ACTORPATIENT@@</ActorID>
78 ;;</Patient>
79 ;;<From>
80 ;;<ActorLink>
81 ;;<ActorID>@@ACTORFROM@@</ActorID>
82 ;;</ActorLink>
83 ;;<ActorLink>
84 ;;<ActorID>@@ACTORFROM2@@</ActorID>
85 ;;</ActorLink>
86 ;;</From>
87 ;;<To>
88 ;;<ActorLink>
89 ;;<ActorID>@@ACTORTO@@</ActorID>
90 ;;<ActorRole>
91 ;;<Text>@@ACTORTOTEXT@@</Text>
92 ;;</ActorRole>
93 ;;</ActorLink>
94 ;;</To>
95 ;;<Purpose>
96 ;;<Description>
97 ;;<Text>@@PURPOSEDESCRIPTION@@</Text>
98 ;;</Description>
99 ;;</Purpose>
100 ;;<Body>
101 ;;<Problems>
102 ;;<Problem>
103 ;;<CCRDataObjectID>@@PROBLEMOBJECTID@@</CCRDataObjectID>
104 ;;<Type>
105 ;;<Text>Problem</Text>
106 ;;</Type>
107 ;;<Description>
108 ;;<Text>@@PROBLEMDESCRIPTION@@</Text>
109 ;;<Code>
110 ;;<Value>@@PROBLEMCODEVALUE@@</Value>
111 ;;<CodingSystem>ICD9CM</CodingSystem>
112 ;;<Version>@@PROBLEMCODINGVERSION@@</Version>
113 ;;</Code>
114 ;;</Description>
115 ;;<Source>
116 ;;<Actor>
117 ;;<ActorID>@@PROBLEMSOURCEACTORID@@</ActorID>
118 ;;</Actor>
119 ;;</Source>
120 ;;</Problem>
121 ;;</Problems>
122 ;;<FamilyHistory>
123 ;;<FamilyProblemHistory>
124 ;;<CCRDataObjectID>@@FAMILYHISTORYOBJECTID@@</CCRDataObjectID>
125 ;;<Source>
126 ;;<Actor>
127 ;;<ActorID>@@FAMILYHISTORYACTORID@@</ActorID>
128 ;;</Actor>
129 ;;</Source>
130 ;;<FamilyMember>
131 ;;<ActorID>@@FAMILYMEMBERACTORID@@</ActorID>
132 ;;<ActorRole>
133 ;;<Text>@@FAMILYMEMBERACTORROLETEXT@@</Text>
134 ;;</ActorRole>
135 ;;<Source>
136 ;;<Actor>
137 ;;<ActorID>@@FAMILYMEMBERSOURCACTORID@@</ActorID>
138 ;;</Actor>
139 ;;</Source>
140 ;;</FamilyMember>
141 ;;<Problem>
142 ;;<Type>
143 ;;<Text>Problem</Text>
144 ;;</Type>
145 ;;<Description>
146 ;;<Text>Heart Disease</Text>
147 ;;<Code>
148 ;;<Value>C0018799</Value>
149 ;;<CodingSystem>UMLS Concept</CodingSystem>
150 ;;<Version>2006</Version>
151 ;;</Code>
152 ;;<Code>
153 ;;<Value>429.9</Value>
154 ;;<CodingSystem>ICD9CM</CodingSystem>
155 ;;<Version>2006</Version>
156 ;;</Code>
157 ;;<Code>
158 ;;<Value>56265001</Value>
159 ;;<CodingSystem>SNOMEDCT</CodingSystem>
160 ;;<Version>2006</Version>
161 ;;</Code>
162 ;;</Description>
163 ;;<Source>
164 ;;<Actor>
165 ;;<ActorID>AA0001</ActorID>
166 ;;</Actor>
167 ;;</Source>
168 ;;</Problem>
169 ;;</FamilyProblemHistory>
170 ;;<FamilyProblemHistory>
171 ;;<CCRDataObjectID>BB0003</CCRDataObjectID>
172 ;;<Source>
173 ;;<Actor>
174 ;;<ActorID>AA0001</ActorID>
175 ;;</Actor>
176 ;;</Source>
177 ;;<FamilyMember>
178 ;;<ActorID>AA0004</ActorID>
179 ;;<ActorRole>
180 ;;<Text>Grandparents</Text>
181 ;;</ActorRole>
182 ;;<Source>
183 ;;<Actor>
184 ;;<ActorID>AA0001</ActorID>
185 ;;</Actor>
186 ;;</Source>
187 ;;</FamilyMember>
188 ;;<Problem>
189 ;;<Type>
190 ;;<Text>Problem</Text>
191 ;;</Type>
192 ;;<Description>
193 ;;<Text>Arthritis</Text>
194 ;;<Code>
195 ;;<Value>C0003873</Value>
196 ;;<CodingSystem>UMLS Concept</CodingSystem>
197 ;;<Version>2006</Version>
198 ;;</Code>
199 ;;<Code>
200 ;;<Value>714.0</Value>
201 ;;<CodingSystem>ICD9CM</CodingSystem>
202 ;;<Version>2006</Version>
203 ;;</Code>
204 ;;<Code>
205 ;;<Value>69896004</Value>
206 ;;<CodingSystem>SNOMEDCT</CodingSystem>
207 ;;<Version>2006</Version>
208 ;;</Code>
209 ;;</Description>
210 ;;<Source>
211 ;;<Actor>
212 ;;<ActorID>AA0001</ActorID>
213 ;;</Actor>
214 ;;</Source>
215 ;;</Problem>
216 ;;<Problem>
217 ;;<Type>
218 ;;<Text>Problem</Text>
219 ;;</Type>
220 ;;<Description>
221 ;;<Text>Diabetes Mellitus</Text>
222 ;;<Code>
223 ;;<Value>C0375113</Value>
224 ;;<CodingSystem>UMLS Concept</CodingSystem>
225 ;;<Version>2006</Version>
226 ;;</Code>
227 ;;<Code>
228 ;;<Value>250.00</Value>
229 ;;<CodingSystem>ICD9CM</CodingSystem>
230 ;;<Version>2006</Version>
231 ;;</Code>
232 ;;</Description>
233 ;;<Source>
234 ;;<Actor>
235 ;;<ActorID>AA0001</ActorID>
236 ;;</Actor>
237 ;;</Source>
238 ;;</Problem>
239 ;;<Problem>
240 ;;<Type>
241 ;;<Text>Problem</Text>
242 ;;</Type>
243 ;;<Description>
244 ;;<Text>Parkinson's disease NOS</Text>
245 ;;<Code>
246 ;;<Value>332.0</Value>
247 ;;<CodingSystem>ICD9CM</CodingSystem>
248 ;;<Version>2007</Version>
249 ;;</Code>
250 ;;</Description>
251 ;;<Source>
252 ;;<Actor>
253 ;;<ActorID>AA0001</ActorID>
254 ;;</Actor>
255 ;;</Source>
256 ;;</Problem>
257 ;;</FamilyProblemHistory>
258 ;;</FamilyHistory>
259 ;;<SocialHistory>
260 ;;<SocialHistoryElement>
261 ;;<CCRDataObjectID>@@SOCIALHISTORYOBJECTID@@</CCRDataObjectID>
262 ;;<Type>
263 ;;<Text>@@SOCIALHISTORYTYPETEXT@@</Text>
264 ;;</Type>
265 ;;<Description>
266 ;;<Text>@@SOCIALHISTORYDESCRIPTIONTEXT@@</Text>
267 ;;</Description>
268 ;;<Source>
269 ;;<Actor>
270 ;;<ActorID>@@SOCIALHISTORYSOURCACTORID@@</ActorID>
271 ;;</Actor>
272 ;;</Source>
273 ;;</SocialHistoryElement>
274 ;;<SocialHistoryElement>
275 ;;<CCRDataObjectID>BB0005</CCRDataObjectID>
276 ;;<Type>
277 ;;<Text>Ethnic Origin</Text>
278 ;;</Type>
279 ;;<Description>
280 ;;<Text>Not Hispanic or Latino</Text>
281 ;;</Description>
282 ;;<Source>
283 ;;<Actor>
284 ;;<ActorID>AA0001</ActorID>
285 ;;</Actor>
286 ;;</Source>
287 ;;</SocialHistoryElement>
288 ;;<SocialHistoryElement>
289 ;;<CCRDataObjectID>BB0006</CCRDataObjectID>
290 ;;<Type>
291 ;;<Text>Race</Text>
292 ;;</Type>
293 ;;<Description>
294 ;;<Text>White</Text>
295 ;;</Description>
296 ;;<Source>
297 ;;<Actor>
298 ;;<ActorID>AA0001</ActorID>
299 ;;</Actor>
300 ;;</Source>
301 ;;</SocialHistoryElement>
302 ;;<SocialHistoryElement>
303 ;;<CCRDataObjectID>BB0007</CCRDataObjectID>
304 ;;<Type>
305 ;;<Text>Occupation</Text>
306 ;;</Type>
307 ;;<Description>
308 ;;<Text>Physician</Text>
309 ;;</Description>
310 ;;<Source>
311 ;;<Actor>
312 ;;<ActorID>AA0001</ActorID>
313 ;;</Actor>
314 ;;</Source>
315 ;;</SocialHistoryElement>
316 ;;</SocialHistory>
317 ;;<Medications>
318 ;;<Medication>
319 ;;<CCRDataObjectID>@@MEDICATIONOBJECTID@@</CCRDataObjectID>
320 ;;<DateTime>
321 ;;<Type>
322 ;;<Text>@@MEDICATIONDATETIMETEXT@@</Text>
323 ;;</Type>
324 ;;<Age>
325 ;;<Value>@@MEDICATIONDATETIMEAGE@@</Value>
326 ;;<Units>
327 ;;<Unit>@@MEDICATIONDATETIMEAGEUNITS@@</Unit>
328 ;;</Units>
329 ;;</Age>
330 ;;</DateTime>
331 ;;<Type>
332 ;;<Text>@@MEDICATIONTYPETEXT@@</Text>
333 ;;</Type>
334 ;;<Status>
335 ;;<Text>@@MEDICATIONSTATUSTEXT@@</Text>
336 ;;</Status>
337 ;;<Source>
338 ;;<Actor>
339 ;;<ActorID>@@MEDICATIONSOURCEACTORID@@</ActorID>
340 ;;</Actor>
341 ;;</Source>
342 ;;<Product>
343 ;;<ProductName>
344 ;;<Text>@@MEDICATIONPRODUCTNAMETEXT@@</Text>
345 ;;<Code>
346 ;;<Value>@@MEDICATIONPRODUCTNAMECODEVALUE@@</Value>
347 ;;<CodingSystem>@@MEDICATIONPRODUCTNAMECODINGINGSYSTEM@@</CodingSystem>
348 ;;<Version>@@MEDICATIONPRODUCTNAMECODEVERSION@@</Version>
349 ;;</Code>
350 ;;</ProductName>
351 ;;<BrandName>
352 ;;<Text>@@MEDICATIONBRANDNAMETEXT@@</Text>
353 ;;<Code>
354 ;;<Value>@@MEDICATIONBRANDNAMECODEVALUE@@</Value>
355 ;;<CodingSystem>@@MEDICATIONBRANDNAMECODINGSYSTEM@@</CodingSystem>
356 ;;<Version>@@MEDICATIONBRANDNAMECODEVERSION@@</Version>
357 ;;</Code>
358 ;;</BrandName>
359 ;;<Strength>
360 ;;<Value>@@MEDICATIONSTRENGTHVALUE@@</Value>
361 ;;<Units>
362 ;;<Unit>@@MEDICATIONSTRENGTHUNIT@@</Unit>
363 ;;</Units>
364 ;;</Strength>
365 ;;<Form>
366 ;;<Text>@@MEDICATIONFORMTEXT@@</Text>
367 ;;</Form>
368 ;;</Product>
369 ;;<Directions>
370 ;;<Direction>
371 ;;<Description>
372 ;;<Text>@@MEDICATIONDIRECTIONDESCRIPTIONTEXT@@</Text>
373 ;;</Description>
374 ;;<Dose>
375 ;;<Value>@@MEDICATIONDIRECTIONDOSEVALUE@@</Value>
376 ;;</Dose>
377 ;;<Route>
378 ;;<Text>@@MEDICATIONDIRECTIONROUTETEXT@@</Text>
379 ;;</Route>
380 ;;<Frequency>
381 ;;<Value>@@MEDICATIONDIRECTIONFREQUENCYVALUE@@</Value>
382 ;;</Frequency>
383 ;;</Direction>
384 ;;</Directions>
385 ;;</Medication>
386 ;;</Medications>
387 ;;<VitalSigns>
388 ;;<Result>
389 ;;<CCRDataObjectID>@@VITALSIGNSDATAOBJECTID@@</CCRDataObjectID>
390 ;;<DateTime>
391 ;;<Type>
392 ;;<Text>@@VITALSIGNSDATETIMETYPETEXT@@</Text>
393 ;;</Type>
394 ;;<ExactDateTime>@@VITALSIGNSEXACTDATETIME@@</ExactDateTime>
395 ;;</DateTime>
396 ;;<Description>
397 ;;<Text>@@VITALSIGNSDESCRIPTIONTEXT@@</Text>
398 ;;</Description>
399 ;;<Source>
400 ;;<Actor>
401 ;;<ActorID>@@VITALSIGNSSOURCEACTORID@@</ActorID>
402 ;;</Actor>
403 ;;</Source>
404 ;;<Test>
405 ;;<CCRDataObjectID>@@VITALSIGNSTESTOBJECTID@@</CCRDataObjectID>
406 ;;<Type>
407 ;;<Text>@@VITALSIGNSTESTTYPETEXT@@</Text>
408 ;;</Type>
409 ;;<Description>
410 ;;<Text>@@VITALSIGNSDESCRIPTIONTEXT@@</Text>
411 ;;<Code>
412 ;;<Value>@@VITALSIGNSDESCRIPTIONCODEVALUE@@</Value>
413 ;;<CodingSystem>@@VITALSIGNSDESCRIPTIONCODINGSYSTEM@@</CodingSystem>
414 ;;<Version>@@VITALSIGNSCODEVERSION@@</Version>
415 ;;</Code>
416 ;;</Description>
417 ;;<Source>
418 ;;<Actor>
419 ;;<ActorID>@@VITALSIGNSTESTSOURCEACTORID@@</ActorID>
420 ;;</Actor>
421 ;;</Source>
422 ;;<TestResult>
423 ;;<Value>@@VITALSIGNSTESTRESULTVALUE@@</Value>
424 ;;<Units>
425 ;;<Unit>@@VITALSIGNSTESTRESULTUNIT@@</Unit>
426 ;;</Units>
427 ;;</TestResult>
428 ;;</Test>
429 ;;</Result>
430 ;;</VitalSigns>
431 ;;<HealthCareProviders>
432 ;;<Provider>
433 ;;<ActorID>AA0005</ActorID>
434 ;;<ActorRole>
435 ;;<Text>Primary Provider</Text>
436 ;;</ActorRole>
437 ;;</Provider>
438 ;;</HealthCareProviders>
439 ;;</Body>
440 ;;<Actors>
441 ;;<ACTOR-PATIENT>
442 ;;<Actor>
443 ;;<ActorObjectID>@@ACTOROBJECTID@@</ActorObjectID>
444 ;;<Person>
445 ;;<Name>
446 ;;<CurrentName>
447 ;;<Given>@@ACTORGIVENNAME@@</Given>
448 ;;<Middle>@@ACTORMIDDLENAME@@</Middle>
449 ;;<Family>@@ACTORFAMILYNAME@@</Family>
450 ;;</CurrentName>
451 ;;</Name>
452 ;;<DateOfBirth>
453 ;;<ExactDateTime>@@ACTORDATEOFBIRTH@@</ExactDateTime>
454 ;;</DateOfBirth>
455 ;;<Gender>
456 ;;<Code>
457 ;;<Text>@@ACTORGENDER@@</Text>
458 ;;<Value>@@ACTORGENDER@@</Value>
459 ;;<CodingSystem>2.16.840.1.113883.5.1</CodingSystem>
460 ;;</Code>
461 ;;</Gender>
462 ;;</Person>
463 ;;<IDs>
464 ;;<Type>
465 ;;<Text>SSN</Text>
466 ;;</Type>
467 ;;<ID>@@ACTORSSN@@</ID>
468 ;;<Source>
469 ;;<Actor>
470 ;;<ActorID>@@ACTORSSNSOURCEID@@</ActorID>
471 ;;</Actor>
472 ;;</Source>
473 ;;</IDs>
474 ;;<Address>
475 ;;<Type>
476 ;;<Text>@@ACTORADDRESSTYPE@@</Text>
477 ;;</Type>
478 ;;<Line1>@@ACTORADDRESSLINE1@@</Line1>
479 ;;<Line2>@@ACTORADDRESSLINE2@@</Line2>
480 ;;<City>@@ACTORADDRESSCITY@@</City>
481 ;;<State>@@ACTORADDRESSSTATE@@</State>
482 ;;<PostalCode>@@ACTORADDRESSZIPCODE@@</PostalCode>
483 ;;</Address>
484 ;;<Telephone>
485 ;;<Value>@@ACTORRESTEL@@</Value>
486 ;;<Type>
487 ;;<Text>Residential Telephone</Text>
488 ;;</Type>
489 ;;</Telephone>
490 ;;<Telephone>
491 ;;<Value>@@ACTORWORKTEL@@</Value>
492 ;;<Type>
493 ;;<Text>Work Telephone</Text>
494 ;;</Type>
495 ;;</Telephone>
496 ;;<Telephone>
497 ;;<Value>@@ACTORCELLTEL@@</Value>
498 ;;<Type>
499 ;;<Text>Cell phone</Text>
500 ;;</Type>
501 ;;</Telephone>
502 ;;<EMail>
503 ;;<Value>@@ACTOREMAIL@@</Value>
504 ;;</EMail>
505 ;;<Source>
506 ;;<Actor>
507 ;;<ActorID>@@ACTORADDRESSSOURCEID@@</ActorID>
508 ;;</Actor>
509 ;;</Source>
510 ;;</Actor>
511 ;;</ACTOR-PATIENT>
512 ;;<ACTOR-SYSTEM>
513 ;;<Actor>
514 ;;<ActorObjectID>@@ACTOROBJECTID@@</ActorObjectID>
515 ;;<InformationSystem>
516 ;;<Name>@@ACTORINFOSYSNAME@@</Name>
517 ;;<Version>@@ACTORINFOSYSVER@@</Version>
518 ;;</InformationSystem>
519 ;;<Source>
520 ;;<Actor>
521 ;;<ActorID>@@ACTORINFOSYSSOURCEID@@</ActorID>
522 ;;</Actor>
523 ;;</Source>
524 ;;</Actor>
525 ;;</ACTOR-SYSTEM>
526 ;;<ACTOR-NOK>
527 ;;<Actor>
528 ;;<ActorObjectID>AA0003</ActorObjectID>
529 ;;<Person>
530 ;;<Name>
531 ;;<DisplayName>@@ACTORDISPLAYNAME@@</DisplayName>
532 ;;</Name>
533 ;;</Person>
534 ;;<Relation>
535 ;;<Text>@@ACTORRELATION@@</Text>
536 ;;</Relation>
537 ;;<Source>
538 ;;<Actor>
539 ;;<ActorID>@@ACTORRELATIONSOURCEID@@</ActorID>
540 ;;</Actor>
541 ;;</Source>
542 ;;</Actor>
543 ;;</ACTOR-NOK>
544 ;;<ACTOR-PROVIDER>
545 ;;<Actor>
546 ;;<ActorObjectID>@@ACTOROBJECTID@@</ActorObjectID>
547 ;;<Person>
548 ;;<Name>
549 ;;<CurrentName>
550 ;;<Given>@@ACTORGIVENNAME@@</Given>
551 ;;<Middle>@@ACTORMIDDLENAME@@</Middle>
552 ;;<Family>@@ACTORFAMILYNAME@@</Family>
553 ;;<Title>@@ACTORTITLE@@</Title>
554 ;;</CurrentName>
555 ;;</Name>
556 ;;</Person>
557 ;;<IDs>
558 ;;<Type>
559 ;;<Text>@@IDTYPE@@</Text>
560 ;;</Type>
561 ;;<ID>@@ID@@</ID>
562 ;;<IssuedBy>
563 ;;<Description>
564 ;;<Text>@@IDDESC@@</Text>
565 ;;</Description>
566 ;;</IssuedBy>
567 ;;</IDs>
568 ;;<Specialty>
569 ;;<Text>@@ACTORSPECIALITY@@</Text>
570 ;;</Specialty>
571 ;;<Address>
572 ;;<Type>
573 ;;<Text>@@ACTORADDRESSTYPE@@</Text>
574 ;;</Type>
575 ;;<Line1>@@ACTORADDRESSLINE1@@</Line1>
576 ;;<Line2>@@ACTORADDRESSLINE2@@</Line2>
577 ;;<City>@@ACTORADDRESSCITY@@</City>
578 ;;<State>@@ACTORADDRESSSTATE@@</State>
579 ;;<PostalCode>@@ACTORPOSTALCODE@@</PostalCode>
580 ;;</Address>
581 ;;<Telephone>
582 ;;<Value>@@ACTORTELEPHONE@@</Value>
583 ;;<Type>
584 ;;<Text>@@ACTORTELTYPE@@</Text>
585 ;;</Type>
586 ;;</Telephone>
587 ;;<Email>
588 ;;<Value>@@ACTOREMAIL@@</Value>
589 ;;</Email>
590 ;;<Source>
591 ;;<Actor>
592 ;;<ActorID>@@ACTORSOURCEID@@</ActorID>
593 ;;</Actor>
594 ;;</Source>
595 ;;</Actor>
596 ;;</ACTOR-PROVIDER>
597 ;;<ACTOR-ORG>
598 ;;<Actor>
599 ;;<ActorObjectID>@@ACTOROBJECTID@@</ActorObjectID>
600 ;;<Organization>
601 ;;<Name>@@ORGANIZATIONNAME@@</Name>
602 ;;</Organization>
603 ;;<Source>
604 ;;<Actor>
605 ;;<ActorID>@@ACTORSOURCEID</ActorID>
606 ;;</Actor>
607 ;;</Source>
608 ;;</Actor>
609 ;;</ACTOR-ORG>
610 ;;</Actors>
611 ;;<Signatures>
612 ;;<CCRSignature>
613 ;;<SignatureObjectID>S0001</SignatureObjectID>
614 ;;<ExactDateTime>2008-03-18T23:10:58Z</ExactDateTime>
615 ;;<Source>
616 ;;<ActorID>AA0001</ActorID>
617 ;;</Source>
618 ;;<Signature>
619 ;;<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
620 ;;<SignedInfo>
621 ;;<CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
622 ;;<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
623 ;;<Reference URI="">
624 ;;<Transforms>
625 ;;<Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
626 ;;</Transforms>
627 ;;<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
628 ;;<DigestValue>YFveLLyo+75P7rSciv0/m1O6Ot4=</DigestValue>
629 ;;</Reference>
630 ;;</SignedInfo>
631 ;;<SignatureValue>Bj6sACXl74hrlbUYnu8HqnRab5VGy69BOYjOH7dETxgppXMEd7AoVYaePZvgJft78JR4oQY76hbFyGcIslYauPpJxx2hCd5d56xFeaQg01R6AQOvGnhjlq63TbpFdUq0B4tYsmiibJPbQJhTQe+TcWTBvWaQt8Fkk5blO571YvI=</SignatureValue>
632 ;;<KeyInfo>
633 ;;<KeyValue>
634 ;;<RSAKeyValue>
635 ;;<Modulus>meH817QYol+/uUEg6j8Mg89s7GTlaN9B+/CGlzrtnQH+swMigZRnEPxHVO8PhEymP/W9nlhAjTScV/CUzA9yJ9WiaOn17c+KReKhfBqL24DX9BpbJ+kLYVz7mBO5Qydk5AzUT2hFwW93irD8iRKP+/t+2Mi2CjNfj8VTjJpHpm0=</Modulus>
636 ;;<Exponent>AQAB</Exponent>
637 ;;</RSAKeyValue>
638 ;;</KeyValue>
639 ;;</KeyInfo>
640 ;;</Signature>
641 ;;</Signature>
642 ;;</CCRSignature>
643 ;;</Signatures>
644 ;;</ContinuityOfCareRecord>
645 ;</TEMPLATE>
Note: See TracBrowser for help on using the repository browser.