http://hl7.org/fhir/resource-validation-mode|5.0.0
name
ResourceValidationMode
ResourceValidationMode
package
hl7.fhir.r5.core@5.0.0
hl7.fhir.r5.core@5.0.0
content
complete
complete
experimental
true
true
status
draft
draft
Resource Validation Mode
ResourceValidationMode
| code | display | definition | hierarchy |
|---|---|---|---|
| create | Validate for Create | The server checks the content, and then checks that the content would be acceptable as a create (e.g... | |
| update | Validate for Update | The server checks the content, and then checks that it would accept it as an update against the nomi... | |
| delete | Validate for Delete | The server ignores the content and checks that the nominated resource is allowed to be deleted (e.g.... | |
| profile | Validate Against a Profile | The server checks an existing resource (must be nominated by id, not provided as a parameter) as val... |