FHIR Chat · FHIR Mapping Language · mapping-framework

Stream: mapping-framework

Topic: FHIR Mapping Language


view this post on Zulip Jim Taylor (Sep 28 2020 at 00:33):

Hello everyone,

view this post on Zulip 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

view this post on Zulip Lloyd McKenzie (Sep 28 2020 at 02:07):

@Grahame Grieve

view this post on Zulip 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

view this post on Zulip 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

view this post on Zulip Jim Taylor (Sep 28 2020 at 14:18):

Thank you, Grahame and Oliver.


Last updated: Apr 12 2022 at 19:14 UTC