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.
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.
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.