Skip to content

Commit

Permalink
Update validate-inactive-3a-response-parameters.json
Browse files Browse the repository at this point in the history
Support optional `code` and `system` values and more precise issue location
  • Loading branch information
lawley authored Nov 28, 2023
1 parent d2d4408 commit ebe9ae0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions tx/inactive/validate-inactive-3a-response-parameters.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
{
"resourceType" : "Parameters",
"parameter" : [{
"$optional$" : true,
"name" : "code",
"valueCode" : "codeRetired"
},
{
"$optional$" : true,
"name" : "inactive",
"valueBoolean" : true
Expand All @@ -15,7 +20,7 @@
"details" : {
"text" : "$external:1:http://hl7.org/fhir/test/ValueSet/inactive-all-active|5.0.0$"
},
"location" : ["Coding"]
"location" : ["$choice:Coding|Coding.code$"]
}]
}
},
Expand All @@ -32,6 +37,11 @@
"name" : "status",
"valueString" : "retired"
},
{
"$optional$" : true,
"name" : "system",
"valueUri" : "http://hl7.org/fhir/test/CodeSystem/inactive"
},
{
"name" : "version",
"valueString" : "0.1.0"
Expand Down

0 comments on commit ebe9ae0

Please sign in to comment.