FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

CodeSystem: Resource Validation Mode (Experimental)

Official URL: http://hl7.org/fhir/resource-validation-mode Version: 5.0.0
Standards status: Informative Computable Name: ResourceValidationMode

ResourceValidationMode

This Code system is referenced in the content logical definition of the following value sets:

  • This CodeSystem is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content)

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

CodeDisplayDefinition
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.