type: codesystemcodesystem: resource-validation-mode
Resource Validation Mode
- Official URL: http://hl7.org/fhir/resource-validation-mode
- Version: 6.0.0
- Name: ResourceValidationMode
- Title: Resource Validation Mode
- Description: ResourceValidationMode
- Case Sensitive: true
- Content: complete
Concepts
| 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 as valid against the nominated profile. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="resource-validation-mode"/>
<meta>
</meta>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="fhir"/>
</extension>
<url value="http://hl7.org/fhir/resource-validation-mode"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.119"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.109"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.2.48"/>
</identifier>
<version value="6.0.0"/>
<name value="ResourceValidationMode"/>
<title value="Resource Validation Mode"/>
<experimental value="false"/>
<description value="ResourceValidationMode"/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="create"/>
<display value="Validate for Create"/>
<definition value="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)."/>
</concept>
<concept>
<code value="update"/>
<display value="Validate for Update"/>
<definition value="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)."/>
</concept>
<concept>
<code value="delete"/>
<display value="Validate for Delete"/>
<definition value="The server ignores the content and checks that the nominated resource is allowed to be deleted (e.g. checking referential integrity rules)."/>
</concept>
<concept>
<code value="profile"/>
<display value="Validate Against a Profile"/>
<definition value="The server checks an existing resource as valid against the nominated profile."/>
</concept>
</CodeSystem>