FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.10.0  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem resource-validation-mode

Properties

Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem
Last updated: March 26, 2023 at 04:21:02 AM UTC
Defining URL http://hl7.org/fhir/resource-validation-mode
Version 5.0.0
Name ResourceValidationMode
Title Resource Validation Mode
Status draft
Definition

ResourceValidationMode

Publisher HL7 International
Committee fhir
Source hl7.fhir.r5.core#5.0.0

This case-sensitive code system http://hl7.org/fhir/resource-validation-mode defines the following codes:

Code Display Definition
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.