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
This code
client.resources("Patient").search(_id="12724066").get()
returns
OperationOutcome: { "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "invalid", "details": { "text": "_count: unsupported when _id is provided" } } ] }
for Cerner sandbox.
The text was updated successfully, but these errors were encountered:
After #111 there's a workaround for this particular issue: client.reference("Patient", "12724066").to_resource()
client.reference("Patient", "12724066").to_resource()
But for conditional update it still might be an issue
Sorry, something went wrong.
No branches or pull requests
This code
returns
for Cerner sandbox.
The text was updated successfully, but these errors were encountered: