FHIR Chat · HL7 to FHIR resource mapping · v2 to FHIR

Stream: v2 to FHIR

Topic: HL7 to FHIR resource mapping


view this post on Zulip Aditya Pulekar (Dec 13 2019 at 17:53):

Hello, I'm working on a prototype that requires mapping of HL7 message components to standard FHIR resources. I was looking to map PV17 & PV117 to an appropriate FHIR resource property. Currently, I'm treating both as 'EpisodeOfCare.careManager.Practitioner.name'. I would like these two components to be referenced by two different FHIR resource properties. Any suggestions?

view this post on Zulip Aditya Pulekar (Dec 13 2019 at 17:55):

Just FYI, PV17 is 'Attending Doctor' & PV117 is 'Admitting Doctor'

view this post on Zulip Craig Newman (Dec 13 2019 at 18:02):

The v2-to-FHIR project (https://confluence.hl7.org/display/OO/2-To-FHIR+Project) is developing a set of standard (as a starting point) set of mappings (https://docs.google.com/spreadsheets/d/1PaFYPSSq4oplTvw_4OgOn6h2Bs_CMvCAU9CqC4tPBgk/edit#gid=484860251). We currently map PV1 to Encounter rather than EpisodeOfCare.

It looks like EpisodeOfCare.team(CareTeam.participant) would let you list multiple providers giving each one a role (attending, admitting, etc). EpisodeOfCare.careManager doesn't look like it's allowed to repeat, so that'll be a problem if both PV1-17 and -17 are populated.

view this post on Zulip Aditya Pulekar (Dec 13 2019 at 18:15):

Thanks @Craig Newman !! I feel 'Encounter.participant' should also work in my case. I should be able to list multiple participants with individual roles.

view this post on Zulip Craig Newman (Dec 13 2019 at 18:36):

If you're heavily involved and/or interested in v2 to FHIR transformations, please consider joining the project's weekly calls and contributing your experience.

view this post on Zulip Aditya Pulekar (Dec 13 2019 at 18:52):

@Craig Newman Sure :+1: How do I get myself added or get notified to the event?

view this post on Zulip Frank Oemig (Dec 14 2019 at 11:01):

Please go to the conference call website on hl7.org and browse for v2-FHIR mapping.

view this post on Zulip Craig Newman (Dec 16 2019 at 15:56):

As well, all calls are on the HL7 Conference Call Center (http://www.hl7.org/concalls/Default.aspx). You can filter on all Orders and Observations calls and find them a little more easily.

view this post on Zulip Aditya Pulekar (Dec 16 2019 at 19:17):

Sure, thanks!

view this post on Zulip Kevin Mayfield (Dec 18 2019 at 11:16):

Can I just say a big thanks to those involved in the mapping. I finding it very useful

view this post on Zulip Craig Newman (Dec 18 2019 at 12:49):

@Kevin Mayfield you are very welcome. As you use the preliminary mappings, please provide any feedback to Hans or me. We want to make sure the mappings seem accurate but we also want to know if they are consistent, if the format of the mappings is understandable (although spreadsheets are unlikely to be the final format), if you are running into any other gotchas (Task creation, provenance, etc), or anything else you come across. Thanks.

view this post on Zulip Kevin Mayfield (Dec 18 2019 at 14:13):

Yes will do. Most problems have been on fhir side at present.


Last updated: Apr 12 2022 at 19:14 UTC