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

SUSHI does not auto-load extensions / terminology packages for FHIR R6 #1533

Open
cmoesel opened this issue Oct 31, 2024 · 0 comments · May be fixed by #1534
Open

SUSHI does not auto-load extensions / terminology packages for FHIR R6 #1533

cmoesel opened this issue Oct 31, 2024 · 0 comments · May be fixed by #1534

Comments

@cmoesel
Copy link
Member

cmoesel commented Oct 31, 2024

SUSHI does not automatically load the extensions package or terminology package for projects that specify their fhirVersion as 6.0.0-ballot2. I think this is because our auto-package loading mechanism looks up those packages based on FHIR version, and SUSHI is missing a mapping for version 6.

We should update that code to account for R6 and/or to fall back to the latest known FHIR-specific versions (E.g., currently the R5 versions) when we don't have a mapping for the requested FHIR version.

Currently, authors can work around this by adding the latest R5 versions to their dependencies:

dependencies:
  hl7.fhir.uv.extensions.r5: latest
  hl7.terminology.r5: latest
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

Successfully merging a pull request may close this issue.

1 participant