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
{
"description" : "ResourceValidationMode",
"compose" : null,
"package" : "hl7.fhir.r5.core@5.0.0",
"date" : null,
"meta" : {
"profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated" : "2023-03-26T15:21:02.749+11:00"
},
"publisher" : "HL7 International",
"jurisdiction" : [ {
"coding" : [ {
"code" : "001",
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display" : "World"
} ]
} ],
"content" : "complete",
"name" : "ResourceValidationMode",
"experimental" : true,
"resourceType" : "CodeSystem",
"title" : "Resource Validation Mode",
"supliment" : null,
"extension" : [ {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
} ],
"status" : "draft",
"id" : "0680d665-86f2-5211-a62f-5eb624233c3f",
"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"
}, {
"use" : "old",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.109",
"system" : "urn:ietf:rfc:3986"
}, {
"use" : "old",
"value" : "urn:oid:2.16.840.1.113883.4.642.2.48",
"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" : "5.0.0"
}