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

Add definition to sushi-config.yaml to support extensions on ImplementationGuide.definition #1440

Closed cmoesel closed 6 months ago

cmoesel commented 7 months ago

Some extensions, such as ig-link-dependency have context ImplementationGuide.definition. Since sushi-config.yaml abstracts away the ImplementationGuide.definition element, however, there is nowhere to put these extensions in sushi-config.yaml.

Consider allowing a top-level definition property on sushi-config.yaml so that there is somewhere to hang these extensions.