Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix null SD extensions #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

cmoesel
Copy link
Contributor

@cmoesel cmoesel commented Feb 22, 2023

SUSHI 2.9.0 stopped inheriting some SD extensions that were previously inherited (see FHIR/sushi#1212). As a result, SD definitions start w/ fewer root-level extensions. When a profile definition added an SD extension by index (e.g., ^extension[2]), this ended up causing gaps in the extension array since extension[0] and extension[1] are no longer inherited.

This PR refers to SD extensions by URL rather than by index in order to avoid unintentional gaps in the extension array.

Refer to SD extensions by URL rather than by index in order to avoid unintentional gaps in the extension array. This is needed because SUSHI 2.9.0 stopped inheriting some SD extensions that were previously inherited.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant