spark_auto_mapper_fhir.value_sets.resource_validation_mode
¶
Module Contents¶
Classes¶
ResourceValidationMode |
|
The server checks the content, and then checks that the content would be |
- class spark_auto_mapper_fhir.value_sets.resource_validation_mode.ResourceValidationModeCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
ResourceValidationMode From: http://hl7.org/fhir/resource-validation-mode in valuesets.xml
Codes indicating the type of validation to perform.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/resource-validation-mode¶
- class spark_auto_mapper_fhir.value_sets.resource_validation_mode.ResourceValidationModeCodeValues¶
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). From: http://hl7.org/fhir/resource-validation-mode in valuesets.xml
- ValidateForCreate¶
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). From: http://hl7.org/fhir/resource-validation-mode in valuesets.xml
- ValidateForUpdate¶
The server ignores the content and checks that the nominated resource is allowed to be deleted (e.g. checking referential integrity rules). From: http://hl7.org/fhir/resource-validation-mode in valuesets.xml
- ValidateForDelete¶
The server checks an existing resource (must be nominated by id, not provided as a parameter) as valid against the nominated profile. From: http://hl7.org/fhir/resource-validation-mode in valuesets.xml
- ValidateAgainstAProfile¶