GoogleCloudPlatform / healthcare-data-harmonization-dataflow

Apache License 2.0
35 stars 24 forks source link

Mapping File? #9

Open roshnirajagopal opened 3 years ago

roshnirajagopal commented 3 years ago

Hi! 2 questions

  1. Where is the HLv2 to FHIR mapping - is it available in github? I'm expecting a csv file for the actual mapping like https://build.fhir.org/ig/HL7/v2-to-fhir/mapping_guidelines.html
  2. We are evaluating whether to use google healthcare apis or to build our own data lake taking care of de-identification and conversions to FHIR. Would we need to use this Dataflow workflow to covert HL7v2 to FHIR format even if we use google healthcare api ?
cunninghamb505 commented 3 years ago

I am also trying to understand this. It would be great to have a HL7 to FHIR tutorial in the Google documentation. https://cloud.google.com/healthcare/docs/how-tos/hl7v2?authuser=2

msbukal commented 3 years ago

The mapping configs can be found here:

https://github.com/GoogleCloudPlatform/healthcare-data-harmonization/tree/master/mapping_configs

The dataflow pipelines here use the google healthcare API.

(Sorry for the late reply, I suppose better late than never?)