If I understand https://ibm.github.io/FHIR/guides/FHIRValidationGuide correctly, in order to validate against custom profiles (e.g. in NPM format), one first has to build a .jar and copy it "into the IBM FHIR server’s userlib directory to make it available to the server during startup."
This could be supported in (at least) two ways:
build a custom image already containing the .jar in the userlib dir
If I understand https://ibm.github.io/FHIR/guides/FHIRValidationGuide correctly, in order to validate against custom profiles (e.g. in NPM format), one first has to build a .jar and copy it "into the IBM FHIR server’s userlib directory to make it available to the server during startup."
This could be supported in (at least) two ways: