1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
+1 vote
804 views
by gary-t-8719 (15.1k points)

1 Answer

+1 vote

An XSLT stylesheet is used to render or display data (usually in HTML format) contained within an XML document. XSLT stands for Extensible Stylesheet Transformations. In the healthcare industry XSLT stylesheets are used to display health data (within a Patient Portal or EHR) contained within a CCD or CCDA document.

An XSLT stylesheet is code written in HTML and XML. The XSLT code is programed to reference specific data elements (using XPATH) within an XML document like a CCD. This powerful language gives each user of a CCD the unique ability to display only the health data contained within a CCD that is pertinent to them. 

To learn more about XSLT W3Schools has a good tutorial on XSLT: http://www.w3schools.com/xsl/default.asp

 

by gary-t-8719 (15.1k points)
edited by gary-t-8719
...