ResourceValidationMode

ResourceValidationMode

draftcomplete4 conceptsv4.0.1

Codes indicating the type of validation to perform.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/resource-validation-mode
All-Codes Value Set
http://hl7.org/fhir/ValueSet/resource-validation-mode
ID
resource-validation-mode
Version
4.0.1
Publisher
HL7 (FHIR Project)
Case Sensitive
Yes
In the unified registry

Concepts (4)

create
Validate for Create
The server checks the content, and then checks that the content would be acceptable as a create (e.g. that the content would not violate any uniqueness constraints).
update
Validate for Update
The server checks the content, and then checks that it would accept it as an update against the nominated specific resource (e.g. that there are no changes to immutable fields the server does not allow to change and checking version integrity if appropriate).
delete
Validate for Delete
The server ignores the content and checks that the nominated resource is allowed to be deleted (e.g. checking referential integrity rules).
profile
Validate Against a Profile
The server checks an existing resource (must be nominated by id, not provided as a parameter) as valid against the nominated profile.