FHIR Chat · FHIR to V2 · v2 to FHIR

Stream: v2 to FHIR

Topic: FHIR to V2


view this post on Zulip Eric Lemieux (Jul 22 2020 at 18:00):

I originally posted this in another channel, but was told to try here as well.
I know this is the opposite of what you are working on, but I am looking to translate from FHIR to V2 in order to communicate out to a legacy system.
Are there any tools / libraries available that could make this translation process easier, or is this just something custom I need to make for my use case?
Thanks for any help in advance.

view this post on Zulip Craig Newman (Jul 23 2020 at 12:20):

I don't know of any projects working on moving from FHIR to v2. The mappings we have are probably mostly bidirectional but we haven't actively been considering that direction of transformation so there's no guarantee that they will work, but it might be an OK place to start. One thing it won't get you are any v2 fields/segments that are required in v2 but where the the equivalent isn't required in FHIR (or doesn't exist in FHIR). We meet weekly on Mondays and Tuesdays if you're interested in joining a call to talk about what you want to do.

view this post on Zulip René Spronk (Jul 31 2020 at 09:48):

The definition/detection of the equivalent of v2 trigger events would be one of the more tricky challenges. REST has a quite different view of the world than messaging, so have some sort of powerful event detection mechanism will be your starting point.

view this post on Zulip robert worden (Jul 31 2020 at 11:33):

I am involved in the V2 to FHIR project, and have tools that can transform in either direction - i.e transform FHIR to V2 if you want it - from the mapping tables being produced by the project.

view this post on Zulip René Spronk (Aug 01 2020 at 14:34):

And how do you deal with the event detection bit if going from FHIR to v2?

view this post on Zulip Medi Harsini (Oct 05 2020 at 17:06):

Hi, I have got a FHIR server which requires to send HL V2 messages. Does anyone used anything similar to FHIR Mapper for the reverse pathway aka FHIR/Appointment to HL7/scheduling. @robert worden can you please advise what tools you are using, Mentioned above

view this post on Zulip robert worden (Oct 06 2020 at 15:09):

@MediHarsini: I am (slowly) developing tooling which converts the mapping tables (being developed on the V2-FHIR project) to an internal declarative mapping format. One purpose of this is to validate anybody's V2-FHIR transform against the mapping tables;.But it is also capable of generating transforms in either direction from the mapping tables. So FHIR to V2 is possible in principle, but I have done no testing of it yet. The tools are available, but work would be needed.


Last updated: Apr 12 2022 at 19:14 UTC