PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot3
    http://hl7.org/fhir/resource-validation-mode
{
  "description": "ResourceValidationMode",
  "_filename": "CodeSystem-resource-validation-mode.json",
  "package_name": "hl7.fhir.r6.core",
  "date": null,
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2025-04-01T12:16:37.966+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",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Resource Validation Mode",
  "package_version": "6.0.0-ballot3",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  } ],
  "status": "draft",
  "id": "88f9c704-3cc3-4f9f-8806-7ddead384407",
  "kind": null,
  "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 as valid against the nominated profile."
  } ],
  "caseSensitive": true,
  "version": "6.0.0-ballot3"
}