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

Support "position" slicing discriminator #1538

Merged
merged 2 commits into from
Dec 2, 2024

Commits on Nov 22, 2024

  1. Support "position" slicing discriminator

    FHIR R5 added "position" as an allowed slice discriminator, where slices
    are differentiated by their order within a list element. Because a
    consistent order is necessary for this slicing to be meaningful, emit an
    error if "ordered" is not set to true for the slicing. Previous versions
    of FHIR may not use this discriminator.
    
    Minor changes to npm-shrinkwrap.json due to issues detected by `npm
    audit`.
    mint-thompson committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2a32696 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    7a941ac View commit details
    Browse the repository at this point in the history