8000 Comparing v3.11.1...v3.12.0 · FHIR/sushi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FHIR/sushi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.1
Choose a bas 8000 e ref
...
head repository: FHIR/sushi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.12.0
Choose a head ref
  • 9 commits
  • 24 files changed
  • 4 contributors

Commits on Sep 5, 2024

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

Commits on Sep 12, 2024

  1. Replace MITRE in project statement "maintainers" section (#1507)

    * Update project statement in README
    
    Indicate that project is maintained by the HL7 community.
    
    * Update copyright date in README
    
    * remove CODEOWNERS file
    
    ---------
    
    Co-authored-by: Chris Moesel <cmoesel@users.noreply.github.com>
    mint-thompson and cmoesel authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f6827cc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. ValueSet self reference (#1503)

    * adding initial check for self referencing value sets and logs error
    
    * moving self reference check to setCompose
    
    * typo in error message
    
    * linting files
    
    * update to self reference error message
    
    * remove self reference null values
    
    * adding conditional feedback
    KaelynJefferson authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    04b9d7b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Link to Knowledge Sharing Sessions (#1521)

    * Add links to knowledge sharing sessions
    
    * Fix recording link
    jafeltra authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7348a29 View commit details
    Browse the repository at this point in the history
  2. Fix FSH Finder URL for regression script (#1523)

    The FSH Finder URL changed when FSH School was transferred to HL7.
    
    Also improve the error message when there is a problem downloading repo information from FSH Finder.
    cmoesel authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6ce6398 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Allow 6.x versions of FHIR (#1517)

    * Allow 6.x versions of FHIR
    
    FHIR version 6 is currently in balloting stages. It does not appear that
    any code changes are needed yet for allowing an R6 IG. The usual warning
    about prerelease versions will be shown when one of the ballot versions
    is used.
    
    * Add test for FHIR 6.0.0
    mint-thompson authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bfbd966 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Only return FshType id from rule value if the value is a string (#1524)

    When getting the id for a FshType, rules are checked to see if there is
    one that will set the id. A value that is not a string will not be valid
    and not be applied. Therefore, only return the value if it is a string.
    
    Rename test file for FshCodeSystem to match name of source file.
    mint-thompson authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    55ef7c3 View commit details
    Browse the repository at this point in the history
  2. Allow ValueSet to reference contained inline CodeSystem (#1520)

    * Allow ValueSet to reference contained inline CodeSystem
    
    If a ValueSetComponentRule specifies a system, check if that system is
    present in the list of contained resources. If so, add the
    valueset-system extension to the system, using the relative reference as
    the extension's value. If the system is not present in the list of
    contained resources, and the system is an inline Instance, log an error
    and do not add the component to the ValueSet.
    
    Fishing in the tank for a CodeSystem will now return inline instances of
    CodeSystem. This matches the operation of fishing in the tank for a
    ValueSet.
    
    Add _system.extension to the type definition for elements of a
    ValueSet's include and exclude lists. Use the Extension fhirtype as part
    of this definition. Replace the Extension fshtype with the Extension
    fhirtype in other parts of the ValueSet definition.
    
    * Better type for ValueSet._system
    
    Add link to zulip thread with information about the contained code
    system extension.
    
    * Improve handling case when referenced system is not found.
    
    Add a test showing that an inline example instance of a CodeSystem will
    not work.
    Add a currently-skipped test that shows what the inline ValueSet
    behavior should be, based on currently available information from this
    zulip thread:
    https://chat.fhir.org/#narrow/stream/215610-shorthand/topic/Contained.20code.20system.20in.20the.20value.20set/near/475597931
    mint-thompson authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d6e2c7f View commit details
    Browse the repository at this point in the history
  3. v3.12.0 (#1527)

    * Implements FSH 3.0.0
    
    * Bump version to 3.12.0
    cmoesel authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    faaf076 View commit details
    Browse the repository at this point in the history
Loading
0