-
Notifications
You must be signed in to change notification settings - Fork 43
Comparing changes
Open a pull request
base repository: FHIR/sushi
base: v3.11.1
head repository: FHIR/sushi
compare: v3.12.0
- 9 commits
- 24 files changed
- 4 contributors
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e36c946 - Browse repository at this point
Copy the full SHA e36c946View commit details
Commits on Sep 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f6827cc - Browse repository at this point
Copy the full SHA f6827ccView commit details
Commits on Sep 18, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 04b9d7b - Browse repository at this point
Copy the full SHA 04b9d7bView commit details
Commits on Oct 3, 2024
-
Link to Knowledge Sharing Sessions (#1521)
* Add links to knowledge sharing sessions * Fix recording link
Configuration menu - View commit details
-
Copy full SHA for 7348a29 - Browse repository at this point
Copy the full SHA 7348a29View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6ce6398 - Browse repository at this point
Copy the full SHA 6ce6398View commit details
Commits on Oct 10, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for bfbd966 EAA3 - Browse repository at this point
Copy the full SHA bfbd966View commit details
Commits on Oct 11, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 55ef7c3 - Browse repository at this point
Copy the full SHA 55ef7c3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d6e2c7f - Browse repository at this point
Copy the full SHA d6e2c7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for faaf076 - Browse repository at this point
Copy the full SHA faaf076View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.11.1...v3.12.0