Skip to content
New issue

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

Post Patient/$validate and PUT Patient/id handle validation differently #6574

Open
TipzCM opened this issue Dec 20, 2024 · 0 comments
Open
Assignees

Comments

@TipzCM
Copy link
Collaborator

TipzCM commented Dec 20, 2024

In the case of $validation call, the raw json string is used.

However, when calling create endpoints, the resource is first parsed and then validated.

The problem with this is the jsonparser does not care about validation and cardinality specifically. Resulting in invalid JSON strings parsing to valid resources, and thus different validation handling by create / $validate endpoints

@TipzCM TipzCM self-assigned this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant