Skip to content
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

Support loading custom profiles for validation #60

Closed
chgl opened this issue Nov 9, 2021 · 1 comment
Closed

Support loading custom profiles for validation #60

chgl opened this issue Nov 9, 2021 · 1 comment

Comments

@chgl
Copy link
Collaborator

chgl commented Nov 9, 2021

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:

  1. build a custom image already containing the .jar in the userlib dir
  2. use an init/sidecar container to load the .jar from an external source (http, git, s3) and mount it inside a volume shared with the main server container (this is similar to what the airflow chart uses to fetch scripts to execute: https://github.com/bitnami/charts/tree/master/bitnami/airflow#option-2-get-your-dag-files-from-a-git-repository)
@chgl
Copy link
Collaborator Author

chgl commented Nov 9, 2021

I just noticed #34 where I even commented the exact same thing...

@chgl chgl closed this as completed Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant