Stream: mapping-framework
Topic: FHIR Mapping Language
Jim Taylor (Sep 28 2020 at 00:33):
Hello everyone,
Jim Taylor (Sep 28 2020 at 00:35):
Hello everyone - I have a question regarding the FHIR $convert operation. I believe it can be used to convert a FHIR Mapping Language file into a StructureMap. Is there open source code available that performs this type of conversion? Thanks
Lloyd McKenzie (Sep 28 2020 at 02:07):
@Grahame Grieve
Grahame Grieve (Sep 28 2020 at 02:26):
there's source code (in the Java reference implementation), but I don't think it's wrapped into a service yet
Oliver Egger (Sep 28 2020 at 05:45):
the code is located in org.hl7.fhir.r5.utils.StructureMapUtilities. you can post a map here to get the StructureMap back: https://test.ahdis.ch/r4, see https://github.com/ahdis/matchbox/blob/master/convert.http
Jim Taylor (Sep 28 2020 at 14:18):
Thank you, Grahame and Oliver.
Last updated: Apr 12 2022 at 19:14 UTC