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
throws validator error:
Overall result: FAILURE (1 errors and 0 warnings) [ERROR] Instance failed constraint ref-1 "SHALL have a contained resource if a local reference is provided" (at Patient.link[0].other[0])
The invariant for this starts with "reference.exists() implies...", so this is a bug. Maybe we assign a placeholder value which we forget to check for during the validation?
The text was updated successfully, but these errors were encountered:
Validating the following patient:
throws validator error:
Overall result: FAILURE (1 errors and 0 warnings) [ERROR] Instance failed constraint ref-1 "SHALL have a contained resource if a local reference is provided" (at Patient.link[0].other[0])
The invariant for this starts with "reference.exists() implies...", so this is a bug. Maybe we assign a placeholder value which we forget to check for during the validation?
The text was updated successfully, but these errors were encountered: