You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: