Skip to content

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

@TipzCM

Description

@TipzCM

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions