Produced by Araxis Merge on 6/9/2017 3:49:54 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:49:54 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-client\src\main\resources\gov\va\nvap\document\xsl\vistaweb\nhin | cda2MdoVitals.xsl | Fri Apr 21 20:03:26 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 911 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?xml | |||||
| 2 | version="1 .0" | |||||
| 3 | encoding=" UTF-8" | |||||
| 4 | ?> | |||||
| 5 | <xsl:style sheet | |||||
| 6 | version="1 .0" | |||||
| 7 | ||||||
| 8 | xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform" | |||||
| 9 | ||||||
| 10 | xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" | |||||
| 11 | ||||||
| 12 | xmlns:n1=" urn:hl7-or g:v3" | |||||
| 13 | > | |||||
| 14 | ||||||
| 15 | <xsl:impor t | |||||
| 16 | href="../c ommon.xsl" | |||||
| 17 | /> | |||||
| 18 | ||||||
| 19 | <xsl:impor t | |||||
| 20 | href="deta ilCommon.x sl" | |||||
| 21 | /> | |||||
| 22 | ||||||
| 23 | <xsl:outpu t | |||||
| 24 | method="xm l" | |||||
| 25 | encoding=" utf-8" | |||||
| 26 | indent="ye s" | |||||
| 27 | media-type ="text/xml " | |||||
| 28 | /> | |||||
| 29 | ||||||
| 30 | ||||||
| 31 | <xsl:templ ate | |||||
| 32 | match="/" | |||||
| 33 | > | |||||
| 34 | ||||||
| 35 | <xsl:apply -templates | |||||
| 36 | select="/n 1:Clinical Document" | |||||
| 37 | /> | |||||
| 38 | ||||||
| 39 | </xsl:temp late> | |||||
| 40 | ||||||
| 41 | ||||||
| 42 | <xsl:templ ate | |||||
| 43 | match="n1: ClinicalDo cument" | |||||
| 44 | > | |||||
| 45 | ||||||
| 46 | <vitals> | |||||
| 47 | ||||||
| 48 | <xsl:apply -templates | |||||
| 49 | select="n1 :component /n1:struct uredBody/n 1:componen t/n1:secti on[n1:code /@code=$lo incVitalsC ode and n1 :code/@cod eSystem='2 .16.840.1. 113883.6.1 ']/n1:entr y/n1:organ izer" | |||||
| 50 | /> | |||||
| 51 | ||||||
| 52 | </vitals> | |||||
| 53 | ||||||
| 54 | </xsl:temp late> | |||||
| 55 | ||||||
| 56 | ||||||
| 57 | <xsl:templ ate | |||||
| 58 | match="n1: component/ n1:structu redBody/n1 :component /n1:sectio n/n1:entry /n1:organi zer" | |||||
| 59 | > | |||||
| 60 | ||||||
| 61 | <xsl:apply -templates | |||||
| 62 | select="n1 :component /n1:observ ation[n1:c ode/@code! =$loincBpS ystolic an d n1:code/ @code!=$lo incBpDiast olic]" | |||||
| 63 | /> | |||||
| 64 | ||||||
| 65 | <xsl:call- template | |||||
| 66 | name="proc essBloodPr essure" | |||||
| 67 | > | |||||
| 68 | ||||||
| 69 | <xsl:with- param | |||||
| 70 | name="inLi st" | |||||
| 71 | select="." | |||||
| 72 | /> | |||||
| 73 | ||||||
| 74 | <xsl:with- param | |||||
| 75 | name="inde x" | |||||
| 76 | select="1" | |||||
| 77 | /> | |||||
| 78 | ||||||
| 79 | </xsl:call -template> | |||||
| 80 | ||||||
| 81 | </xsl:temp late> | |||||
| 82 | ||||||
| 83 | ||||||
| 84 | <xsl:templ ate | |||||
| 85 | name="proc essBloodPr essure" | |||||
| 86 | > | |||||
| 87 | ||||||
| 88 | <xsl:param | |||||
| 89 | name="inLi st" | |||||
| 90 | /> | |||||
| 91 | ||||||
| 92 | <xsl:param | |||||
| 93 | name="inde x" | |||||
| 94 | /> | |||||
| 95 | ||||||
| 96 | <xsl:varia ble | |||||
| 97 | name="sysN ode" | |||||
| 98 | select="($ inList/n1: component/ n1:observa tion[n1:co de/@code=$ loincBpSys tolic])[$i ndex]" | |||||
| 99 | /> | |||||
| 100 | ||||||
| 101 | <xsl:varia ble | |||||
| 102 | name="diNo de" | |||||
| 103 | select="($ inList/n1: component/ n1:observa tion[n1:co de/@code=$ loincBpDia stolic])[$ index]" | |||||
| 104 | /> | |||||
| 105 | ||||||
| 106 | <xsl:choos e> | |||||
| 107 | ||||||
| 108 | <xsl:when | |||||
| 109 | test="$sys Node and $ diNode" | |||||
| 110 | > | |||||
| 111 | ||||||
| 112 | <gov.va.me d.mdo.Obse rvation> | |||||
| 113 | ||||||
| 114 | <Protocol> | |||||
| 115 | NHIN | |||||
| 116 | </Protocol > | |||||
| 117 | ||||||
| 118 | <xsl:apply -templates | |||||
| 119 | select="$s ysNode/n1: effectiveT ime" | |||||
| 120 | /> | |||||
| 121 | ||||||
| 122 | <TypeTitle > | |||||
| 123 | bloodPress ure | |||||
| 124 | </TypeTitl e> | |||||
| 125 | ||||||
| 126 | <Observati onValue | |||||
| 127 | format="bl oodPressur e" | |||||
| 128 | > | |||||
| 129 | ||||||
| 130 | <xsl:value -of | |||||
| 131 | select="$s ysNode/n1: value/@val ue" | |||||
| 132 | /> | |||||
| 133 | ||||||
| 134 | <xsl:text> | |||||
| 135 | / | |||||
| 136 | </xsl:text > | |||||
| 137 | ||||||
| 138 | <xsl:value -of | |||||
| 139 | select="$d iNode/n1:v alue/@valu e" | |||||
| 140 | /> | |||||
| 141 | ||||||
| 142 | </Observat ionValue> | |||||
| 143 | ||||||
| 144 | <Standardi zed> | |||||
| 145 | S | |||||
| 146 | </Standard ized> | |||||
| 147 | ||||||
| 148 | <xsl:apply -templates | |||||
| 149 | select="$s ysNode/n1: value" | |||||
| 150 | /> | |||||
| 151 | ||||||
| 152 | <IsErrorEn try> | |||||
| 153 | false | |||||
| 154 | </IsErrorE ntry> | |||||
| 155 | ||||||
| 156 | <xsl:if | |||||
| 157 | test="coun t($sysNode /n1:method Code)>0 or count($di Node/n1:me thodCode)> 0" | |||||
| 158 | > | |||||
| 159 | ||||||
| 160 | <MethodLis t> | |||||
| 161 | ||||||
| 162 | <xsl:text> | |||||
| 163 | <list&g t; | |||||
| 164 | </xsl:text > | |||||
| 165 | ||||||
| 166 | <xsl:apply -templates | |||||
| 167 | select="$s ysNode/n1: methodCode " | |||||
| 168 | /> | |||||
| 169 | ||||||
| 170 | <xsl:apply -templates | |||||
| 171 | select="$d iNode/n1:m ethodCode" | |||||
| 172 | /> | |||||
| 173 | ||||||
| 174 | <xsl:text> | |||||
| 175 | </list& gt; | |||||
| 176 | </xsl:text > | |||||
| 177 | ||||||
| 178 | </MethodLi st> | |||||
| 179 | ||||||
| 180 | </xsl:if> | |||||
| 181 | ||||||
| 182 | <xsl:if | |||||
| 183 | test="coun t($sysNode /n1:target SiteCode)> 0 or count ($diNode/n 1:targetSi teCode)>0" | |||||
| 184 | > | |||||
| 185 | ||||||
| 186 | <Qualifier List> | |||||
| 187 | ||||||
| 188 | <xsl:text> | |||||
| 189 | <list&g t; | |||||
| 190 | </xsl:text > | |||||
| 191 | ||||||
| 192 | <xsl:apply -templates | |||||
| 193 | select="$s ysNode/n1: targetSite Code" | |||||
| 194 | /> | |||||
| 195 | ||||||
| 196 | <xsl:apply -templates | |||||
| 197 | select="$d iNode/n1:t argetSiteC ode" | |||||
| 198 | /> | |||||
| 199 | ||||||
| 200 | <xsl:text> | |||||
| 201 | </list& gt; | |||||
| 202 | </xsl:text > | |||||
| 203 | ||||||
| 204 | </Qualifie rList> | |||||
| 205 | ||||||
| 206 | </xsl:if> | |||||
| 207 | ||||||
| 208 | <Facility> | |||||
| 209 | <xsl:call- template | |||||
| 210 | name="faci lityName" | |||||
| 211 | /> | |||||
| 212 | </Facility > | |||||
| 213 | ||||||
| 214 | </gov.va.m ed.mdo.Obs ervation> | |||||
| 215 | ||||||
| 216 | <xsl:call- template | |||||
| 217 | name="proc essBloodPr essure" | |||||
| 218 | > | |||||
| 219 | ||||||
| 220 | <xsl:with- param | |||||
| 221 | name="inLi st" | |||||
| 222 | select="$i nList" | |||||
| 223 | /> | |||||
| 224 | ||||||
| 225 | <xsl:with- param | |||||
| 226 | name="inde x" | |||||
| 227 | select="$i ndex+1" | |||||
| 228 | /> | |||||
| 229 | ||||||
| 230 | </xsl:call -template> | |||||
| 231 | ||||||
| 232 | </xsl:when > | |||||
| 233 | ||||||
| 234 | <xsl:when | |||||
| 235 | test="$sys Node" | |||||
| 236 | > | |||||
| 237 | ||||||
| 238 | <xsl:apply -templates | |||||
| 239 | select="$s ysNode" | |||||
| 240 | /> | |||||
| 241 | ||||||
| 242 | <xsl:call- template | |||||
| 243 | name="proc essBloodPr essure" | |||||
| 244 | > | |||||
| 245 | ||||||
| 246 | <xsl:with- param | |||||
| 247 | name="inLi st" | |||||
| 248 | select="$i nList" | |||||
| 249 | /> | |||||
| 250 | ||||||
| 251 | <xsl:with- param | |||||
| 252 | name="inde x" | |||||
| 253 | select="$i ndex+1" | |||||
| 254 | /> | |||||
| 255 | ||||||
| 256 | </xsl:call -template> | |||||
| 257 | ||||||
| 258 | </xsl:when > | |||||
| 259 | ||||||
| 260 | <xsl:when | |||||
| 261 | test="$diN ode" | |||||
| 262 | > | |||||
| 263 | ||||||
| 264 | <xsl:apply -templates | |||||
| 265 | select="$d iNode" | |||||
| 266 | /> | |||||
| 267 | ||||||
| 268 | <xsl:call- template | |||||
| 269 | name="proc essBloodPr essure" | |||||
| 270 | > | |||||
| 271 | ||||||
| 272 | <xsl:with- param | |||||
| 273 | name="inLi st" | |||||
| 274 | select="$i nList" | |||||
| 275 | /> | |||||
| 276 | ||||||
| 277 | <xsl:with- param | |||||
| 278 | name="inde x" | |||||
| 279 | select="$i ndex+1" | |||||
| 280 | /> | |||||
| 281 | ||||||
| 282 | </xsl:call -template> | |||||
| 283 | ||||||
| 284 | </xsl:when > | |||||
| 285 | ||||||
| 286 | <xsl:other wise> | |||||
| 287 | </xsl:othe rwise> | |||||
| 288 | ||||||
| 289 | </xsl:choo se> | |||||
| 290 | ||||||
| 291 | </xsl:temp late> | |||||
| 292 | ||||||
| 293 | ||||||
| 294 | <xsl:templ ate | |||||
| 295 | match="n1: component/ n1:structu redBody/n1 :component /n1:sectio n/n1:entry /n1:organi zer/n1:com ponent/n1: observatio n" | |||||
| 296 | > | |||||
| 297 | ||||||
| 298 | <gov.va.me d.mdo.Obse rvation> | |||||
| 299 | ||||||
| 300 | <Protocol> | |||||
| 301 | NHIN | |||||
| 302 | </Protocol > | |||||
| 303 | ||||||
| 304 | <xsl:apply -templates | |||||
| 305 | select="n1 :effective Time" | |||||
| 306 | /> | |||||
| 307 | ||||||
| 308 | <xsl:choos e> | |||||
| 309 | ||||||
| 310 | <xsl:when | |||||
| 311 | test="n1:c ode[@codeS ystem='2.1 6.840.1.11 3883.6.1'] " | |||||
| 312 | > | |||||
| 313 | ||||||
| 314 | <xsl:choos e> | |||||
| 315 | ||||||
| 316 | <xsl:when | |||||
| 317 | test = "n1 :code[@cod e=$loincTe mperature] " | |||||
| 318 | > | |||||
| 319 | ||||||
| 320 | <TypeTitle > | |||||
| 321 | temperatur e | |||||
| 322 | </TypeTitl e> | |||||
| 323 | ||||||
| 324 | <Observati onValue | |||||
| 325 | format="do ubleValue" | |||||
| 326 | > | |||||
| 327 | <xsl:value -of | |||||
| 328 | select="n1 :value/@va lue" | |||||
| 329 | /> | |||||
| 330 | </Observat ionValue> | |||||
| 331 | ||||||
| 332 | <Standardi zed> | |||||
| 333 | S | |||||
| 334 | </Standard ized> | |||||
| 335 | ||||||
| 336 | </xsl:when > | |||||
| 337 | ||||||
| 338 | <xsl:when | |||||
| 339 | test = "n1 :code[@cod e=$loincHe ight]" | |||||
| 340 | > | |||||
| 341 | ||||||
| 342 | <TypeTitle > | |||||
| 343 | height | |||||
| 344 | </TypeTitl e> | |||||
| 345 | ||||||
| 346 | <Observati onValue | |||||
| 347 | format="do ubleValue" | |||||
| 348 | > | |||||
| 349 | <xsl:value -of | |||||
| 350 | select="n1 :value/@va lue" | |||||
| 351 | /> | |||||
| 352 | </Observat ionValue> | |||||
| 353 | ||||||
| 354 | <Standardi zed> | |||||
| 355 | S | |||||
| 356 | </Standard ized> | |||||
| 357 | ||||||
| 358 | </xsl:when > | |||||
| 359 | ||||||
| 360 | <xsl:when | |||||
| 361 | test = "n1 :code[@cod e=$loincWe ight]" | |||||
| 362 | > | |||||
| 363 | ||||||
| 364 | <TypeTitle > | |||||
| 365 | weight | |||||
| 366 | </TypeTitl e> | |||||
| 367 | ||||||
| 368 | <Observati onValue | |||||
| 369 | format="do ubleValue" | |||||
| 370 | > | |||||
| 371 | <xsl:value -of | |||||
| 372 | select="n1 :value/@va lue" | |||||
| 373 | /> | |||||
| 374 | </Observat ionValue> | |||||
| 375 | ||||||
| 376 | <Standardi zed> | |||||
| 377 | S | |||||
| 378 | </Standard ized> | |||||
| 379 | ||||||
| 380 | </xsl:when > | |||||
| 381 | ||||||
| 382 | <xsl:when | |||||
| 383 | test = "n1 :code[@cod e=$loincWe ight2]" | |||||
| 384 | > | |||||
| 385 | ||||||
| 386 | <TypeTitle > | |||||
| 387 | weight | |||||
| 388 | </TypeTitl e> | |||||
| 389 | ||||||
| 390 | <Observati onValue | |||||
| 391 | format="do ubleValue" | |||||
| 392 | > | |||||
| 393 | ||||||
| 394 | <xsl:value -of | |||||
| 395 | select="n1 :value/@va lue" | |||||
| 396 | /> | |||||
| 397 | ||||||
| 398 | </Observat ionValue> | |||||
| 399 | ||||||
| 400 | <Standardi zed> | |||||
| 401 | S | |||||
| 402 | </Standard ized> | |||||
| 403 | ||||||
| 404 | </xsl:when > | |||||
| 405 | ||||||
| 406 | <xsl:when | |||||
| 407 | test = "n1 :code[@cod e=$loincBo dyHtLying] " | |||||
| 408 | > | |||||
| 409 | ||||||
| 410 | <TypeTitle > | |||||
| 411 | bodyHtLyin g | |||||
| 412 | </TypeTitl e> | |||||
| 413 | ||||||
| 414 | <Observati onValue | |||||
| 415 | format="do ubleValue" | |||||
| 416 | > | |||||
| 417 | <xsl:value -of | |||||
| 418 | select="n1 :value/@va lue" | |||||
| 419 | /> | |||||
| 420 | </Observat ionValue> | |||||
| 421 | ||||||
| 422 | <Standardi zed> | |||||
| 423 | S | |||||
| 424 | </Standard ized> | |||||
| 425 | ||||||
| 426 | </xsl:when > | |||||
| 427 | ||||||
| 428 | <xsl:when | |||||
| 429 | test = "n1 :code[@cod e=$loincOC F]" | |||||
| 430 | > | |||||
| 431 | ||||||
| 432 | <TypeTitle > | |||||
| 433 | OCF | |||||
| 434 | </TypeTitl e> | |||||
| 435 | ||||||
| 436 | <Observati onValue | |||||
| 437 | format="do ubleValue" | |||||
| 438 | > | |||||
| 439 | ||||||
| 440 | <xsl:value -of | |||||
| 441 | select="n1 :value/@va lue" | |||||
| 442 | /> | |||||
| 443 | ||||||
| 444 | </Observat ionValue> | |||||
| 445 | ||||||
| 446 | <Standardi zed> | |||||
| 447 | S | |||||
| 448 | </Standard ized> | |||||
| 449 | ||||||
| 450 | </xsl:when > | |||||
| 451 | ||||||
| 452 | <xsl:when | |||||
| 453 | test = "n1 :code[@cod e=$loincPu lse]" | |||||
| 454 | > | |||||
| 455 | ||||||
| 456 | <TypeTitle > | |||||
| 457 | pulse | |||||
| 458 | </TypeTitl e> | |||||
| 459 | ||||||
| 460 | <Observati onValue | |||||
| 461 | format="in tegerValue " | |||||
| 462 | > | |||||
| 463 | <xsl:value -of | |||||
| 464 | select="n1 :value/@va lue" | |||||
| 465 | /> | |||||
| 466 | </Observat ionValue> | |||||
| 467 | ||||||
| 468 | <Standardi zed> | |||||
| 469 | S | |||||
| 470 | </Standard ized> | |||||
| 471 | ||||||
| 472 | </xsl:when > | |||||
| 473 | ||||||
| 474 | <xsl:when | |||||
| 475 | test = "n1 :code[@cod e=$loincRe spiration] " | |||||
| 476 | > | |||||
| 477 | ||||||
| 478 | <TypeTitle > | |||||
| 479 | respiratio n | |||||
| 480 | </TypeTitl e> | |||||
| 481 | ||||||
| 482 | <Observati onValue | |||||
| 483 | format="in tegerValue " | |||||
| 484 | > | |||||
| 485 | <xsl:value -of | |||||
| 486 | select="n1 :value/@va lue" | |||||
| 487 | /> | |||||
| 488 | </Observat ionValue> | |||||
| 489 | ||||||
| 490 | <Standardi zed> | |||||
| 491 | S | |||||
| 492 | </Standard ized> | |||||
| 493 | ||||||
| 494 | </xsl:when > | |||||
| 495 | ||||||
| 496 | <xsl:when | |||||
| 497 | test = "n1 :code[@cod e=$loincPu lseOximetr y]" | |||||
| 498 | > | |||||
| 499 | ||||||
| 500 | <TypeTitle > | |||||
| 501 | pulseOxime try | |||||
| 502 | </TypeTitl e> | |||||
| 503 | ||||||
| 504 | <Observati onValue | |||||
| 505 | format="do ubleValue" | |||||
| 506 | > | |||||
| 507 | <xsl:value -of | |||||
| 508 | select="n1 :value/@va lue" | |||||
| 509 | /> | |||||
| 510 | </Observat ionValue> | |||||
| 511 | ||||||
| 512 | <Standardi zed> | |||||
| 513 | S | |||||
| 514 | </Standard ized> | |||||
| 515 | ||||||
| 516 | </xsl:when > | |||||
| 517 | ||||||
| 518 | <xsl:when | |||||
| 519 | test = "n1 :code[@cod e=$loincBl oodGlucose ]" | |||||
| 520 | > | |||||
| 521 | ||||||
| 522 | <TypeTitle > | |||||
| 523 | bloodGluco se | |||||
| 524 | </TypeTitl e> | |||||
| 525 | ||||||
| 526 | <Observati onValue | |||||
| 527 | format="do ubleValue" | |||||
| 528 | > | |||||
| 529 | <xsl:value -of | |||||
| 530 | select="n1 :value/@va lue" | |||||
| 531 | /> | |||||
| 532 | </Observat ionValue> | |||||
| 533 | ||||||
| 534 | <Standardi zed> | |||||
| 535 | S | |||||
| 536 | </Standard ized> | |||||
| 537 | ||||||
| 538 | </xsl:when > | |||||
| 539 | ||||||
| 540 | <xsl:when | |||||
| 541 | test = "n1 :code[@cod e=$loincBl oodPressur e]" | |||||
| 542 | > | |||||
| 543 | ||||||
| 544 | <TypeTitle > | |||||
| 545 | bloodPress ure | |||||
| 546 | </TypeTitl e> | |||||
| 547 | ||||||
| 548 | <Observati onValue | |||||
| 549 | format="bl oodPressur e" | |||||
| 550 | > | |||||
| 551 | <xsl:value -of | |||||
| 552 | select="n1 :value/@va lue" | |||||
| 553 | /> | |||||
| 554 | </Observat ionValue> | |||||
| 555 | ||||||
| 556 | <Standardi zed> | |||||
| 557 | S | |||||
| 558 | </Standard ized> | |||||
| 559 | ||||||
| 560 | </xsl:when > | |||||
| 561 | ||||||
| 562 | <xsl:when | |||||
| 563 | test = "n1 :code[@cod e=$loincBm i1 or @cod e=$loincBm i2]" | |||||
| 564 | > | |||||
| 565 | ||||||
| 566 | <TypeTitle > | |||||
| 567 | bmi | |||||
| 568 | </TypeTitl e> | |||||
| 569 | ||||||
| 570 | <Observati onValue | |||||
| 571 | format="do ubleValue" | |||||
| 572 | > | |||||
| 573 | <xsl:value -of | |||||
| 574 | select="n1 :value/@va lue" | |||||
| 575 | /> | |||||
| 576 | </Observat ionValue> | |||||
| 577 | ||||||
| 578 | <Standardi zed> | |||||
| 579 | S | |||||
| 580 | </Standard ized> | |||||
| 581 | ||||||
| 582 | </xsl:when > | |||||
| 583 | ||||||
| 584 | <xsl:when | |||||
| 585 | test = "n1 :code[@cod e=$loincCe ntralVenou sPressure] " | |||||
| 586 | > | |||||
| 587 | ||||||
| 588 | <TypeTitle > | |||||
| 589 | centralVen ousPressur e | |||||
| 590 | </TypeTitl e> | |||||
| 591 | ||||||
| 592 | <Observati onValue | |||||
| 593 | format="do ubleValue" | |||||
| 594 | > | |||||
| 595 | <xsl:value -of | |||||
| 596 | select="n1 :value/@va lue" | |||||
| 597 | /> | |||||
| 598 | </Observat ionValue> | |||||
| 599 | ||||||
| 600 | <Standardi zed> | |||||
| 601 | S | |||||
| 602 | </Standard ized> | |||||
| 603 | ||||||
| 604 | </xsl:when > | |||||
| 605 | ||||||
| 606 | <xsl:when | |||||
| 607 | test = "n1 :code[@cod e=$loincCi rcGirth]" | |||||
| 608 | > | |||||
| 609 | ||||||
| 610 | <TypeTitle > | |||||
| 611 | circGirth | |||||
| 612 | </TypeTitl e> | |||||
| 613 | ||||||
| 614 | <Observati onValue | |||||
| 615 | format="do ubleValue" | |||||
| 616 | > | |||||
| 617 | <xsl:value -of | |||||
| 618 | select="n1 :value/@va lue" | |||||
| 619 | /> | |||||
| 620 | </Observat ionValue> | |||||
| 621 | ||||||
| 622 | <Standardi zed> | |||||
| 623 | S | |||||
| 624 | </Standard ized> | |||||
| 625 | ||||||
| 626 | </xsl:when > | |||||
| 627 | ||||||
| 628 | <xsl:when | |||||
| 629 | test = "n1 :code[@cod e=$loincFl owRate]" | |||||
| 630 | > | |||||
| 631 | ||||||
| 632 | <TypeTitle > | |||||
| 633 | flowRate | |||||
| 634 | </TypeTitl e> | |||||
| 635 | ||||||
| 636 | <Observati onValue | |||||
| 637 | format="do ubleValue" | |||||
| 638 | > | |||||
| 639 | <xsl:value -of | |||||
| 640 | select="n1 :value/@va lue" | |||||
| 641 | /> | |||||
| 642 | </Observat ionValue> | |||||
| 643 | ||||||
| 644 | <Standardi zed> | |||||
| 645 | S | |||||
| 646 | </Standard ized> | |||||
| 647 | ||||||
| 648 | </xsl:when > | |||||
| 649 | ||||||
| 650 | <xsl:when | |||||
| 651 | test = "n1 :code[@cod e=$loincO2 Concentrat ion]" | |||||
| 652 | > | |||||
| 653 | ||||||
| 654 | <TypeTitle > | |||||
| 655 | o2Concentr ation | |||||
| 656 | </TypeTitl e> | |||||
| 657 | ||||||
| 658 | <Observati onValue | |||||
| 659 | format="do ubleValue" | |||||
| 660 | > | |||||
| 661 | <xsl:value -of | |||||
| 662 | select="n1 :value/@va lue" | |||||
| 663 | /> | |||||
| 664 | </Observat ionValue> | |||||
| 665 | ||||||
| 666 | <Standardi zed> | |||||
| 667 | S | |||||
| 668 | </Standard ized> | |||||
| 669 | ||||||
| 670 | </xsl:when > | |||||
| 671 | ||||||
| 672 | <xsl:when | |||||
| 673 | test = "n1 :code[@cod e=$loincPa in]" | |||||
| 674 | > | |||||
| 675 | ||||||
| 676 | <TypeTitle > | |||||
| 677 | pain | |||||
| 678 | </TypeTitl e> | |||||
| 679 | ||||||
| 680 | <Observati onValue | |||||
| 681 | format="in tegerValue " | |||||
| 682 | > | |||||
| 683 | <xsl:value -of | |||||
| 684 | select="n1 :value/@va lue" | |||||
| 685 | /> | |||||
| 686 | </Observat ionValue> | |||||
| 687 | ||||||
| 688 | <Standardi zed> | |||||
| 689 | S | |||||
| 690 | </Standard ized> | |||||
| 691 | ||||||
| 692 | </xsl:when > | |||||
| 693 | ||||||
| 694 | <xsl:other wise> | |||||
| 695 | ||||||
| 696 | <TypeTitle > | |||||
| 697 | ||||||
| 698 | <xsl:value -of | |||||
| 699 | select="n1 :code/@dis playName" | |||||
| 700 | /> | |||||
| 701 | ||||||
| 702 | <xsl:text> | |||||
| 703 | ( | |||||
| 704 | </xsl:text > | |||||
| 705 | ||||||
| 706 | <xsl:value -of | |||||
| 707 | select="n1 :code/@cod e" | |||||
| 708 | /> | |||||
| 709 | ||||||
| 710 | <xsl:text> | |||||
| 711 | ) | |||||
| 712 | </xsl:text > | |||||
| 713 | ||||||
| 714 | </TypeTitl e> | |||||
| 715 | ||||||
| 716 | <Observati onValue> | |||||
| 717 | <xsl:value -of | |||||
| 718 | select="n1 :value/@va lue" | |||||
| 719 | /> | |||||
| 720 | </Observat ionValue> | |||||
| 721 | ||||||
| 722 | </xsl:othe rwise> | |||||
| 723 | ||||||
| 724 | </xsl:choo se> | |||||
| 725 | ||||||
| 726 | </xsl:when > | |||||
| 727 | ||||||
| 728 | <xsl:other wise> | |||||
| 729 | ||||||
| 730 | <TypeTitle > | |||||
| 731 | UNKNOWN | |||||
| 732 | </TypeTitl e> | |||||
| 733 | ||||||
| 734 | <Observati onValue> | |||||
| 735 | ||||||
| 736 | <xsl:value -of | |||||
| 737 | select="n1 :value/@va lue" | |||||
| 738 | /> | |||||
| 739 | ||||||
| 740 | </Observat ionValue> | |||||
| 741 | ||||||
| 742 | </xsl:othe rwise> | |||||
| 743 | ||||||
| 744 | </xsl:choo se> | |||||
| 745 | ||||||
| 746 | <xsl:if | |||||
| 747 | test="coun t(n1:metho dCode/n1:o riginalTex t)>0" | |||||
| 748 | > | |||||
| 749 | ||||||
| 750 | <MethodLis t> | |||||
| 751 | ||||||
| 752 | <xsl:text> | |||||
| 753 | <list&g t; | |||||
| 754 | </xsl:text > | |||||
| 755 | ||||||
| 756 | <xsl:apply -templates | |||||
| 757 | select="n1 :methodCod e" | |||||
| 758 | /> | |||||
| 759 | ||||||
| 760 | <xsl:text> | |||||
| 761 | </list& gt; | |||||
| 762 | </xsl:text > | |||||
| 763 | ||||||
| 764 | </MethodLi st> | |||||
| 765 | ||||||
| 766 | </xsl:if> | |||||
| 767 | ||||||
| 768 | <xsl:if | |||||
| 769 | test="coun t(n1:targe tSiteCode/ n1:origina lText)>0" | |||||
| 770 | > | |||||
| 771 | ||||||
| 772 | <Qualifier List> | |||||
| 773 | ||||||
| 774 | <xsl:text> | |||||
| 775 | <list&g t; | |||||
| 776 | </xsl:text > | |||||
| 777 | ||||||
| 778 | <xsl:apply -templates | |||||
| 779 | select="n1 :targetSit eCode" | |||||
| 780 | /> | |||||
| 781 | ||||||
| 782 | <xsl:text> | |||||
| 783 | </list& gt; | |||||
| 784 | </xsl:text > | |||||
| 785 | ||||||
| 786 | </Qualifie rList> | |||||
| 787 | ||||||
| 788 | </xsl:if> | |||||
| 789 | ||||||
| 790 | <xsl:apply -templates | |||||
| 791 | select="n1 :value" | |||||
| 792 | /> | |||||
| 793 | ||||||
| 794 | <IsErrorEn try> | |||||
| 795 | false | |||||
| 796 | </IsErrorE ntry> | |||||
| 797 | ||||||
| 798 | <Facility> | |||||
| 799 | ||||||
| 800 | <xsl:call- template | |||||
| 801 | name="faci lityName" | |||||
| 802 | /> | |||||
| 803 | ||||||
| 804 | </Facility > | |||||
| 805 | ||||||
| 806 | </gov.va.m ed.mdo.Obs ervation> | |||||
| 807 | ||||||
| 808 | </xsl:temp late> | |||||
| 809 | ||||||
| 810 | ||||||
| 811 | <xsl:templ ate | |||||
| 812 | match="n1: value" | |||||
| 813 | > | |||||
| 814 | ||||||
| 815 | <xsl:if | |||||
| 816 | test="@uni t" | |||||
| 817 | > | |||||
| 818 | ||||||
| 819 | <UnitList> | |||||
| 820 | ||||||
| 821 | <xsl:text> | |||||
| 822 | <list&g t;<stri ng> | |||||
| 823 | </xsl:text > | |||||
| 824 | ||||||
| 825 | <xsl:value -of | |||||
| 826 | select="@u nit" | |||||
| 827 | /> | |||||
| 828 | ||||||
| 829 | <xsl:text> | |||||
| 830 | </strin g></ list> | |||||
| 831 | </xsl:text > | |||||
| 832 | ||||||
| 833 | </UnitList > | |||||
| 834 | ||||||
| 835 | </xsl:if> | |||||
| 836 | ||||||
| 837 | </xsl:temp late> | |||||
| 838 | ||||||
| 839 | ||||||
| 840 | <xsl:templ ate | |||||
| 841 | match="n1: methodCode " | |||||
| 842 | > | |||||
| 843 | ||||||
| 844 | <xsl:if | |||||
| 845 | test="n1:o riginalTex t" | |||||
| 846 | > | |||||
| 847 | ||||||
| 848 | <xsl:text> | |||||
| 849 | <string > | |||||
| 850 | </xsl:text > | |||||
| 851 | ||||||
| 852 | <xsl:value -of | |||||
| 853 | select="n1 :originalT ext" | |||||
| 854 | /> | |||||
| 855 | ||||||
| 856 | <xsl:text> | |||||
| 857 | </strin g> | |||||
| 858 | </xsl:text > | |||||
| 859 | ||||||
| 860 | </xsl:if> | |||||
| 861 | ||||||
| 862 | </xsl:temp late> | |||||
| 863 | ||||||
| 864 | ||||||
| 865 | <xsl:templ ate | |||||
| 866 | match="n1: targetSite Code" | |||||
| 867 | > | |||||
| 868 | ||||||
| 869 | <xsl:if | |||||
| 870 | test="n1:o riginalTex t" | |||||
| 871 | > | |||||
| 872 | ||||||
| 873 | <xsl:text> | |||||
| 874 | <string > | |||||
| 875 | </xsl:text > | |||||
| 876 | ||||||
| 877 | <xsl:value -of | |||||
| 878 | select="n1 :originalT ext" | |||||
| 879 | /> | |||||
| 880 | ||||||
| 881 | <xsl:text> | |||||
| 882 | </strin g> | |||||
| 883 | </xsl:text > | |||||
| 884 | ||||||
| 885 | </xsl:if> | |||||
| 886 | ||||||
| 887 | </xsl:temp late> | |||||
| 888 | ||||||
| 889 | ||||||
| 890 | <xsl:templ ate | |||||
| 891 | match="n1: effectiveT ime" | |||||
| 892 | > | |||||
| 893 | ||||||
| 894 | <Timestamp > | |||||
| 895 | ||||||
| 896 | <xsl:call- template | |||||
| 897 | name="form atDateNume ric" | |||||
| 898 | > | |||||
| 899 | ||||||
| 900 | <xsl:with- param | |||||
| 901 | name="date String" | |||||
| 902 | select="@v alue" | |||||
| 903 | /> | |||||
| 904 | ||||||
| 905 | </xsl:call -template> | |||||
| 906 | ||||||
| 907 | </Timestam p> | |||||
| 908 | ||||||
| 909 | </xsl:temp late> | |||||
| 910 | ||||||
| 911 | </xsl:styl esheet> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.