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 the HL7 Terminology Registry #2671

Open
ewoutkramer opened this issue Jan 16, 2024 · 0 comments
Open

Support the HL7 Terminology Registry #2671

ewoutkramer opened this issue Jan 16, 2024 · 0 comments
Labels
idea Something to think about to be triaged

Comments

@ewoutkramer
Copy link
Member

HL7 introduced a Terminology Registry (https://github.com/FHIR/ig-registry/blob/master/tx-registry-doco.md), which holds a list of terminology servers and can be used to determine which terminology server to reach out to for which valuesets. This allows a validator to reach out to a country's terminology server to get localized terminologies.

Currently, the SDK allows you to hard-code one or more servers, including routing for specific valuesets. I could see how our MultiTerminologyService can be configured from the terminology registry. Or maybe there are other smart things we should do.

So, we need to figure out how to support this in a sensible way.

@mmsmits mmsmits added to be triaged idea Something to think about and removed enhancement labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Something to think about to be triaged
Projects
Status: Todo
Development

No branches or pull requests

2 participants