You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: