Stream: shorthand
Topic: CDA Support
Sean Muir (Apr 04 2022 at 16:53):
Is it possible to use FSH to support CDA similar to https://github.com/HL7/CDA-ccda-2.2
Chris Moesel (Apr 04 2022 at 17:49):
Hi @Sean Muir. You could use FSH to define all of the definitions in input/resources/structuredefinition
(instead of XML). For an existing project like this, I'd recommend starting off with GoFSH. I noticed that the XML StructureDefinitions in this project do not contain the snapshot, so the best approach would be to build the IG as-is with IG Publisher first and then run GoFSH against the resulting output
folder (from the IG Publisher). See GoFSH Best Practices for more tips.
Last updated: Apr 12 2022 at 19:14 UTC