FHIR Chat · mapping V2 to FHIR · implementers

Stream: implementers

Topic: mapping V2 to FHIR


view this post on Zulip Elkhan Yusubov (Jun 12 2019 at 18:10):

Mapping documents from HL7 v2 to HL7 FHIR?
@Grahame Grieve presented a link: https://docs.google.com/spreadsheets/d/13pgda5xl-PwCgB9j0axyymwwv7RJVcrlzY8Ah1y1Y1M/edit#gid=0
I am getting 404 error from Google... please guide for current doc?

view this post on Zulip Craig Newman (Jun 12 2019 at 18:52):

i'm not sure what Grahame was presenting, but we have a number of google docs with mappings for various segments and data types. Was there something in particular you were looking for?

view this post on Zulip Michael O'Keefe (Jun 12 2019 at 18:53):

I'm not sure which one Yusubov was referencing, but I'm curious to see the URL that Grahame posted to the mapping Javascript Sandbox proposal (I wasn't fast enough to copy the URL down before the slide advanced)

view this post on Zulip Jeffrey Taylor (Jun 12 2019 at 19:40):

The github link he posted for the javascript sandbox proposal is here: https://github.com/FHIR/interversion/tree/master/engine

view this post on Zulip nicola (RIO/SS) (Jun 12 2019 at 20:55):

@Grahame Grieve have you seen this - https://github.com/HealthSamurai/jute-example

view this post on Zulip nicola (RIO/SS) (Jun 12 2019 at 20:55):

Here is a parser - https://github.com/HealthSamurai/hl7grok/tree/6217cc972f4ecb90f5edd1dd70f6e0b514e6c494

view this post on Zulip nicola (RIO/SS) (Jun 12 2019 at 20:57):

As well here is my 4 years old experiments - https://github.com/niquola/hl7.js

view this post on Zulip Elkhan Yusubov (Jun 13 2019 at 02:57):

@nicola (RIO/SS) @Jeffrey Taylor here is the screen-shot of that google spreadsheet on mapping. Do you know how to get that spreadsheet?
IMG_20190612_104831145_HDR.jpg

view this post on Zulip Craig Newman (Jun 13 2019 at 13:52):

Data Type mapping spreadsheets are at https://confluence.hl7.org/display/OO/Data+Type+Mapping
Segment mapping spreadsheets are at https://confluence.hl7.org/display/OO/Segment+Mapping

We are still working to finalize a message mapping format, but the initial thoughts are at https://confluence.hl7.org/display/OO/Message+Mapping

view this post on Zulip Grahame Grieve (Jun 13 2019 at 14:06):

I will think about Jute. but as the FHIR mapping language experience shows, declarative mappings have lots of advantages, but people think iteratively

view this post on Zulip Vadim Peretokin (Jun 17 2019 at 14:26):

Having done both extensively, declarative mappings are much, much more nicer to work with. Takes some time to figure out all the "patterns" you could do with the declarative kind but then what you write is significantly shorter than using the imperative version

view this post on Zulip Grahame Grieve (Jun 17 2019 at 17:47):

yes. I agree. but that doesn't mean people will actually do that

view this post on Zulip Jay Lyle (Jun 18 2019 at 02:06):

Nice preso on the V2-FHIR work and how spreadsheets break. And how FML is better.
An initial look suggests FML wants StructureDef on both sides. How do you do that with V2?

view this post on Zulip Grahame Grieve (Jun 18 2019 at 03:06):

thanks. there is an implicit one. And there's an explicit one hanging around somewhere. but you don't need it explicit - you just have to write a data provider in code instead


Last updated: Apr 12 2022 at 19:14 UTC