Open jamesnetherton opened 1 month ago
Turns out the tests have been masking potential issues. The build time generated FhirContext
is explicitly set on the FHIR data formats.
We likely need to find a way to do this automatically. E.g if the FhirVersion option is R5 - then resolve the 'R5' named FhirContext
bean from the registry etc.
Bug description
Something I noticed while hacking up a HL7 / FHIR example project. Native mode was not working OOTB. I had to manually register some classes for reflection.
Maybe we should cover them in the extension so this is done automatically.