I'm currently working on converting an HL7v2 (Version 2.7) message to FHIR using the LinuxForHealth HL7 Converter, and I need to incorporate custom coding systems and extensions into the transformation process. Specifically, I want to:
- Map certain HL7 segments/fields to custom coding systems instead of the default ones.
- Add custom FHIR extensions based on specific fields from the HL7v2 message.
Could someone provide guidance or examples on how to modify or create a custom mapping configuration file that supports these customizations? Are there specific templates or best practices I should follow to ensure the custom coding systems and extensions are correctly applied during the conversion?
Thank you for any help or insights!