You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OperationOutcome.issue.expression has string format instead of []string.
FHIR specification:
"expression": {
"description": "A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised.",
"items": {
"$ref": "#/definitions/string"
},
"type": "array"
}
AiDBOX info:
OperationOutcome.issue.expression | string [ ] | FHIRPath of element(s) related to issue
OperationOutcome.issue.expression
hasstring
format instead of[]string
.FHIR specification:
AiDBOX info:
But the server returns:
The text was updated successfully, but these errors were encountered: