-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizing HL7v2 to FHIR Conversion: Adding Custom Coding Systems and Extensions #523
Comments
Hi @LisaWellman , Could you kindly provide some guidance on this? Any assistance would be greatly appreciated. Thanks, |
@pbhallam could you provide some guidance please? |
@Shreeja-dev -- can you please provide any examples of what you are trying to do? |
I am currently using the
In the converted JSON, I am seeing IBM-specific extensions and value sets like the one shown below:
Instead of IBM URLs, we want to replace these with our own definitions. Upon checking your code, we noticed that these mappings are defined in the file:
We need to replace the default IBM URLs for extension URLs, value set URLs, and terminology URLs with our own custom definitions. Could you please provide guidance on how to configure or update the library files (e.g., ExtensionUrlMapping.yml) to incorporate our custom URLs instead of the default IBM ones? Specifically, we are looking for detailed instructions on how to override these mappings or any configuration files that need to be adjusted. Thank you in advance for your assistance. |
One way to do this:
Another way would be use additional resource concept, take a look at this test:
|
Thank you for your prompt response. I appreciate your suggestions and will try out the options provided. I need your guidance regarding an issue I encountered while testing using a Spring Boot endpoint where I pass an HL7 payload in the request body. Within my service, I’m utilizing the
I've attached the full HL7 file (hlmessage.txt) for your reference. Additionally, I noticed some logs(log.txt) from the converter that might provide insight. As this is my initial stage of using the converter, I’m finding it challenging to draw conclusions from the logs. I would appreciate any thoughts you have on this. Could you please review and let me know if I’m missing any configurations or if there are any additional steps I should take to properly convert the HL7 payload into t Thank you for your assistance! |
Appreciate any guidance or insights you have on how to trace the cause of the above mentioned issue. Could you confirm if the configurations are correct? |
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:
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!
The text was updated successfully, but these errors were encountered: