<xsl:template match="ORC" mode="sps">
<item>
<!-- Scheduled Procedure Step Start Date/Time -->
<xsl:call-template name="attrDATM">
<xsl:with-param name="datag" select="'00400002'"/>
<xsl:with-param name="tmtag" select="'00400003'"/>
<xsl:with-param name="val"
select="string(field[7]/component[3]/text())"/>
</xsl:call-template>
<!-- SPS Status -->
<xsl:call-template name="attr">
<xsl:with-param name="tag" select="'00400020'"/>
<xsl:with-param name="vr" select="'UI'"/>
<xsl:with-param name="val"
select="string(field[5]/text())"/>
</xsl:call-template>
<!-- End SPS Status -->
<xsl:apply-templates
select="following-sibling::OBR[1]" mode="sps"/>
</item>
</xsl:template>