FHIR Chat · XSLT Examples · cda to fhir

Stream: cda to fhir

Topic: XSLT Examples


view this post on Zulip Richard Kavanagh (Sep 13 2016 at 14:25):

Does anyone have an example XSLT they are willing to share for "CDA on FHIR"?

view this post on Zulip Aleksandra Pavlyshina (Sep 13 2016 at 14:38):

I have one XSL to convert FHIR Bundle to CCD, though it's not finished yet.
Other files in this gist:

  • fhir-to-ccd.xsl - this XSL to convert FHIR Bundle to CCD
  • bundle-example.xml - FHIR Bundle (Composition)
  • output-ccd.xml - example output
  • CDA.xsl - original XSL from CDA documentation to apply to the result ccd.xml
    The XSLT can be run here - http://xsltransform.net/jz1PuNY

view this post on Zulip Richard Kavanagh (Sep 13 2016 at 14:40):

Many thanks, I'll take a look. We don't have CCD in our locality but it will be interesting to see how you have approached this.

view this post on Zulip Aditya Joshi (Sep 14 2016 at 08:48):

Just adding a thought. I do have converted CCD to FHIR by using MDHT library, it works fine for me.

view this post on Zulip Richard Kavanagh (Sep 14 2016 at 10:07):

The XSLT from @Aleksandra Pavlyshina is very helpful. We will need to go straight from "CDA on FHIR" to HTML in much the same way that the current CDA XSLT does.

view this post on Zulip May Terry (Nov 05 2016 at 07:59):

@Aditya Joshi - do you have a link for the CCD to the FHIR resource conversion?


Last updated: Apr 12 2022 at 19:14 UTC