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 extensions on IG.definition in sushi-config.yaml #1452

Closed jafeltra closed 6 months ago

jafeltra commented 6 months ago

Fixes #1440

This PR adds the option to include extensions directly on IG.definition. Right now, only extensions are allowed on the definition property in the configuration file. All the other properties still need to use their top-level configuration properties.

This will also require an update to FSH School to reflect the new configuration property. Once the approach here is set, I can make a PR with the new information there.

jafeltra commented 6 months ago

I had forgotten that we provided specific recommendations for pages, so I like this idea! I used your warning text in 8200756. Let me know what you think and if you notice anything else.