Stream: cda to fhir
Topic: CDA XML to FHIR logical model JSON
Alexander Dimitrov (Feb 14 2021 at 12:28):
Hey everybody, I would have a question about using the FHIR Mapping Language for a CDA to FHIR transformation. Do I have to transform the XML CDA (my input) to JSON Logical Model, so that I can use the CDA with my maps? Or can I use the CDA for the transformation without converting it to the logical model (in XML format)? Thank in advance! :)
Ran H (Feb 21 2021 at 08:06):
Here is a free cda to fhir test tool, which may help you solve some problems:https://web2express.org/lhs/hdoc/cda-fhir
Shamil Nizamov (Feb 21 2021 at 19:34):
I've just tried with a simple CCD, no result. Does it work at all?
Oliver Egger (Feb 22 2021 at 08:21):
For CDA there is a Logical Model and when you have a parser that supports the CDA Logical Model you can directly supply the XML and run the maps on it, see https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Mapping+Language and https://github.com/ahdis/cda-core-2.0/blob/develop/tutorial.md#transform-cda-to-fhir-with-the-fhir-mapping-language
Last updated: Apr 12 2022 at 19:14 UTC