source: ccr2ccd-xslt/trunk/templates/ccdid.xsl@ 759

Last change on this file since 759 was 759, checked in by Richard Braman, 14 years ago

add files from Ken Miller

File size: 729 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="urn:hl7-org:v3" xmlns:a="urn:astm-org:CCR" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exclude-result-prefixes="a">
3 <xsl:template name="ccdID">
4 <xsl:param name="ccrObjectID"/>
5 <xsl:param name="suffix"></xsl:param>
6
7 <id>
8 <xsl:attribute name="root">
9 <xsl:value-of select="$ccrObjectID"></xsl:value-of>
10 <xsl:value-of select="$suffix"></xsl:value-of>
11 </xsl:attribute>
12 <xsl:attribute name="extension">CCR Object ID</xsl:attribute>
13 </id>
14 </xsl:template>
15</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.