http://hl7.org/fhir/resource-validation-mode|4.0.1
name
ResourceValidationMode
ResourceValidationMode
package
hl7.fhir.r4.core@4.0.1
hl7.fhir.r4.core@4.0.1
content
complete
complete
status
draft
draft
date
2019-10-31 22:29:23.0
2019-10-31 22:29:23.0
ResourceValidationMode
Codes indicating the type of validation to perform.
{
"description" : "Codes indicating the type of validation to perform.",
"compose" : null,
"package" : "hl7.fhir.r4.core@4.0.1",
"date" : "2019-10-31T22:29:23Z",
"meta" : {
"lastUpdated" : "2019-11-01T09:29:23.356+11:00"
},
"publisher" : "HL7 (FHIR Project)",
"content" : "complete",
"name" : "ResourceValidationMode",
"experimental" : false,
"resourceType" : "CodeSystem",
"title" : "ResourceValidationMode",
"supliment" : null,
"status" : "draft",
"id" : "7a851f7b-62b6-5fe4-8908-44daf5a6fd42",
"valueSet" : "http://hl7.org/fhir/ValueSet/resource-validation-mode",
"url" : "http://hl7.org/fhir/resource-validation-mode",
"identifier" : [ {
"value" : "urn:oid:2.16.840.1.113883.4.642.4.119",
"system" : "urn:ietf:rfc:3986"
} ],
"concept" : [ {
"code" : "create",
"display" : "Validate for Create",
"definition" : "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)."
}, {
"code" : "update",
"display" : "Validate for Update",
"definition" : "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)."
}, {
"code" : "delete",
"display" : "Validate for Delete",
"definition" : "The server ignores the content and checks that the nominated resource is allowed to be deleted (e.g. checking referential integrity rules)."
}, {
"code" : "profile",
"display" : "Validate Against a Profile",
"definition" : "The server checks an existing resource (must be nominated by id, not provided as a parameter) as valid against the nominated profile."
} ],
"caseSensitive" : true,
"version" : "4.0.1",
"contact" : [ {
"telecom" : [ {
"value" : "http://hl7.org/fhir",
"system" : "url"
}, {
"value" : "fhir@lists.hl7.org",
"system" : "email"
} ]
} ]
}