We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preconditions:
{ "resourceType": "Observation", "id": "test", "contained": [ { "resourceType": "DeviceMetric", "type": { "text": "test" }, "category": "setting", "source": { "reference": "Device/test" } } ], "status": "final", "code": { "text": "test" }, "device": { "reference": "#test" } }
=> "text": "Resource contains a circular reference at <path> and cannot be validated."
"text": "Resource contains a circular reference at <path> and cannot be validated."
The text was updated successfully, but these errors were encountered:
Moved from: https://firely.atlassian.net/browse/VONK-2912
@Kasdejong do you know if this solved?
Sorry, something went wrong.
We should probably only for contained resources called "test" and have an error like: "Can't resolve contained resource "test". "
But first check if this still occurs in the new validator.
No branches or pull requests
Preconditions:
=>
"text": "Resource contains a circular reference at <path> and cannot be validated."
The text was updated successfully, but these errors were encountered: