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

2024 11 gg fix supplement tests #199

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType" : "Parameters",
"parameter" : [{
"name" : "url",
"valueUrl" : "http://hl7.org/fhir/test/ValueSet/extensions-all"
"valueUrl" : "http://hl7.org/fhir/test/ValueSet/extensions-enumerated"
},{
"name" : "coding",
"valueCoding" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType" : "Parameters",
"parameter" : [{
"name" : "url",
"valueUrl" : "http://hl7.org/fhir/test/ValueSet/extensions-all"
"valueUrl" : "http://hl7.org/fhir/test/ValueSet/extensions-enumerated"
},{
"name" : "displayLanguage",
"valueCode" : "nl"
Expand Down
4 changes: 4 additions & 0 deletions tx/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ note that the github repository that contains these tests contains many other te
kind of functionality. This history file only contains entries for github releases that include
changes to the terminology tests.

## 1.6.x

* Fix references to wrong value set in supplement tests

## 1.6.2

* Add specific tests for the interaction between ValueSet.compose.inactive and the activeOnly parameter
Expand Down