Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Dec 8, 2024
2 parents 8dcfaad + b977e96 commit f90de74
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ target/
validator/nested-package-version-dependencies/hl7.fhir.test.versions#0.1.0/package/package-lock.json

validator/nested-package-version-dependencies/hl7.fhir.test.versions#0.2.0/package/package-lock.json

3 changes: 3 additions & 0 deletions tx/simple/simple-expand-active-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@
}]
},
"expansion" : {
"$optional-properties$" : ["id","offset"],
"id" : "$id$",
"identifier" : "$uuid$",
"timestamp" : "$instant$",
"total" : 6,
"offset" : 0,
"parameter" : [{
"name" : "excludeNested",
"valueBoolean" : true
Expand Down
8 changes: 8 additions & 0 deletions tx/simple/simple-expand-all-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
}]
},
"expansion" : {
"$optional-properties$" : ["id","offset"],
"id" : "$id$",
"identifier" : "$uuid$",
"timestamp" : "$instant$",
"total" : 7,
"offset" : 0,
"parameter" : [{
"name" : "excludeNested",
"valueBoolean" : true
Expand All @@ -27,6 +30,11 @@
"name" : "used-codesystem",
"valueUri" : "http://hl7.org/fhir/test/CodeSystem/simple|0.1.0"
},
{
"$optional$" : true,
"name" : "displayLanguage",
"valueString" : "en"
},
{
"$optional$" : true,
"name" : "version",
Expand Down
3 changes: 3 additions & 0 deletions tx/simple/simple-expand-enum-bad-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@
}]
},
"expansion" : {
"$optional-properties$" : ["id", "offset"],
"id" : "$id$",
"identifier" : "$uuid$",
"timestamp" : "$instant$",
"total" : 5,
"offset" : 0,
"parameter" : [{
"name" : "excludeNested",
"valueBoolean" : true
Expand Down
3 changes: 3 additions & 0 deletions tx/simple/simple-expand-enum-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@
}]
},
"expansion" : {
"$optional-properties$" : ["id", "offset"],
"id" : "$id$",
"identifier" : "$uuid$",
"timestamp" : "$instant$",
"total" : 5,
"offset" : 0,
"parameter" : [{
"name" : "excludeNested",
"valueBoolean" : true
Expand Down
3 changes: 3 additions & 0 deletions tx/simple/simple-expand-inactive-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@
}]
},
"expansion" : {
"$optional-properties$" : ["id","offset"],
"id" : "$id$",
"identifier" : "$uuid$",
"timestamp" : "$instant$",
"total" : 7,
"offset" : 0,
"parameter" : [{
"name" : "excludeNested",
"valueBoolean" : true
Expand Down
3 changes: 3 additions & 0 deletions tx/simple/simple-expand-isa-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@
}]
},
"expansion" : {
"$optional-properties$" : ["id", "offset"],
"id" : "$id$",
"identifier" : "$uuid$",
"timestamp" : "$instant$",
"total" : 5,
"offset" : 0,
"parameter" : [{
"name" : "excludeNested",
"valueBoolean" : true
Expand Down
3 changes: 3 additions & 0 deletions tx/simple/simple-expand-prop-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@
}]
},
"expansion" : {
"$optional-properties$" : ["id", "offset"],
"id" : "$id$",
"identifier" : "$uuid$",
"timestamp" : "$instant$",
"total" : 3,
"offset" : 0,
"parameter" : [{
"name" : "excludeNested",
"valueBoolean" : true
Expand Down
3 changes: 3 additions & 0 deletions tx/simple/simple-expand-regex-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@
}]
},
"expansion" : {
"$optional-properties$" : ["id", "offset"],
"id" : "$id$",
"identifier" : "$uuid$",
"timestamp" : "$instant$",
"total" : 3,
"offset" : 0,
"parameter" : [{
"name" : "excludeNested",
"valueBoolean" : true
Expand Down
3 changes: 3 additions & 0 deletions tx/simple/simple-expand-regex2-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@
}]
},
"expansion" : {
"$optional-properties$" : ["id", "offset"],
"id" : "$id$",
"identifier" : "$uuid$",
"timestamp" : "$instant$",
"total" : 3,
"offset" : 0,
"parameter" : [{
"name" : "excludeNested",
"valueBoolean" : true
Expand Down
5 changes: 4 additions & 1 deletion tx/simple/simple-lookup-response-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
"part" : [{
"name" : "use",
"valueCoding" : {
"$optional-properties$" : ["display"],
"system" : "http://hl7.org/fhir/test/CodeSystem/designations",
"code" : "olde-english"
"code" : "olde-english",
"display" : "olde-english"

}
},
{
Expand Down
4 changes: 3 additions & 1 deletion tx/simple/simple-lookup2-response-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"part" : [{
"name" : "use",
"valueCoding" : {
"$optional-properties$" : ["display"],
"system" : "http://hl7.org/fhir/test/CodeSystem/designations",
"code" : "olde-english"
"code" : "olde-english",
"display" : "olde-english"
}
},
{
Expand Down

0 comments on commit f90de74

Please sign in to comment.