Last change
on this file since 761 was 759, checked in by Richard Braman, 15 years ago |
add files from Ken Miller
|
File size:
890 bytes
|
Rev | Line | |
---|
[759] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
---|
| 3 | <xsl:template name="CDAVocabularyLookup">
|
---|
| 4 | <xsl:param name="domain"/>
|
---|
| 5 | <xsl:param name="ccrDescription"/>
|
---|
| 6 |
|
---|
| 7 | <xsl:value-of select="document('cdavocabmap.xml')/domains/domain[@name=$domain]/item[ccrdescription=$ccrDescription]/cdacode"/>
|
---|
| 8 | </xsl:template>
|
---|
| 9 |
|
---|
| 10 | <xsl:template name="CDAVocabularyCodeSystemNameLookup">
|
---|
| 11 | <xsl:param name="domain"/>
|
---|
| 12 |
|
---|
| 13 | <xsl:value-of select="document('cdavocabmap.xml')/domains/domain[@name=$domain]/@codeSystemName"/>
|
---|
| 14 | </xsl:template>
|
---|
| 15 |
|
---|
| 16 | <xsl:template name="CDAVocabularyCodeSystemLookup">
|
---|
| 17 | <xsl:param name="domain"/>
|
---|
| 18 |
|
---|
| 19 | <xsl:value-of select="document('cdavocabmap.xml')/domains/domain[@name=$domain]/@codeSystem"/>
|
---|
| 20 | </xsl:template>
|
---|
| 21 | </xsl:stylesheet>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.