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

SUSHI does not set exampleCanonical for examples when meta.profile is versioned, but profile doesn't declare version #1386

Closed cmoesel closed 11 months ago

cmoesel commented 11 months ago

If a predefined profile does not declare its version, but an example refers to it in meta.profile with a versioned canonical, SUSHI does not properly detect the match. As a result, the example gets documented in the IG JSON w/ exampleBoolean instead of exampleCanonical.