Skip to content

Commit

Permalink
one last change - allow diagnostics on big circle
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 9, 2024
1 parent 3489e91 commit f67e619
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tx/big/expand-circle-outcome.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"resourceType" : "OperationOutcome",
"issue" : [{
"$optional-properties$" : ["diagnostics"],
"severity" : "error",
"code" : "processing",
"details" : {
"text" : "$external:1:http://hl7.org/fhir/test/ValueSet/big-circle-1$"
}
},
"diagnostics" : "?"
}]
}

0 comments on commit f67e619

Please sign in to comment.