LinuxForHealth / hl7v2-fhir-converter

Converts HL7 v2 Messages to FHIR Resources
Apache License 2.0
86 stars 34 forks source link

Support for adding your own Utils classes to JEXL Expressions #503

Open davidmurch opened 1 year ago

davidmurch commented 1 year ago

I'd like to be able to add additional functions(classes) that are picked up by the JEXL engine as is currently provided by GeneralUtils.

I have a use case were we would like to provide some mapping values ValueSet, ConceptMaps from an existing FHIR server rather than maintain these mappings as standalone maps in yaml maps.