LinuxForHealth / hl7v2-fhir-converter

Converts HL7 v2 Messages to FHIR Resources
Apache License 2.0
89 stars 36 forks source link

Support FHIR Transaction Bundle As A Target Format #73

Open dixonwhitmire opened 3 years ago

dixonwhitmire commented 3 years ago

The converter's target FHIR bundle type is currently limited to a Collection Bundle. In this issue we will update the converter to support a Transaction Bundle.

Please review the HL7 Bundle Documentation for additional information and requirements.

There are various code-paths to review within the converter library. A good starting point is the ConverterOptions class. It provides a "builder" interface to the HL7->FHIR converter options.

LisaWellman commented 3 years ago

Looks like a duplicate of https://github.com/LinuxForHealth/hl7v2-fhir-converter/issues/64