FHIR / sushi

SUSHI (aka "SUSHI Unshortens Short Hand Inputs") is a reference implementation command-line interpreter/compiler for FHIR Shorthand (FSH).
Apache License 2.0
145 stars 44 forks source link

Support using FHIR R6 in SUSHI #1485

Open mint-thompson opened 3 months ago

mint-thompson commented 3 months ago

Transferred from internal JIRA issue originally created 2024-01-18.

SUSHI should be able to build an IG that uses R6 (currently 6.0.0-ballot1). We’ll need to first be able to load R6 as a FHIR version. Once we can load R6, this may also require looking at any changes to StructureDefinition, ElementDefinition, ValueSet, CodeSystem, etc. and making sure there aren’t changes to things that SUSHI relies on.

SUSHI seems to be the one limiting the FHIR versions that can be used (here) and builds the package name and version to pass to FPL to load. However, there may still be changes in FPL that are required to properly load the R6 package.