This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2

V3\HL7UpdateMode\v3-HL7UpdateMode.json

The possible modes of updating that occur when an attribute is received by a system that already contains values for that attribute.

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n                  The possible modes of updating that occur when an attribute is received by a system that already contains values for that attribute.<br/>\r\n\n               </p>\r\n<hr/>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>A<a name=\"A\"> </a></td><td>Add</td><td>\n                        \n                           Description:The item was (or is to be) added, having not been present immediately before. (If it is already present, this may be treated as an error condition.)<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>AR<a name=\"AR\"> </a></td><td>Add or Replace</td><td>\n                        \n                           Description:The item was (or is to be) either added or replaced. <br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>D<a name=\"D\"> </a></td><td>Remove</td><td>\n                        \n                           Description:The item was (or is to be) removed (sometimes referred to as deleted). If the item is part of a collection, delete any matching items.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>K<a name=\"K\"> </a></td><td>Key</td><td>\n                        \n                           Description:This item is part of the identifying information for this object.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>N<a name=\"N\"> </a></td><td>No Change</td><td>\n                        \n                           Description:There was (or is to be) no change to the item. This is primarily used when this element has not changed, but other attributes in the instance have changed. <br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>R<a name=\"R\"> </a></td><td>Replace</td><td>\n                        \n                           Description:The item existed previously and has (or is to be) revised. (If an item does not already exist, this may be treated as an error condition.)<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>REF<a name=\"REF\"> </a></td><td>Reference</td><td>\n                        \n                           Description:This item provides enough information to allow a processing system to locate the full applicable record by identifying the object.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>U<a name=\"U\"> </a></td><td>Unknown</td><td>\n                        \n                           Description:Description:&lt;/b&gt;It is not specified whether or what kind of change has occurred to the item, or whether the item is present as a reference or identifying property. <br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v3/vs/HL7UpdateMode",
  "name": "v3 Code System HL7UpdateMode",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": " The possible modes of updating that occur when an attribute is received by a system that already contains values for that attribute.",
  "status": "active",
  "date": "2014-08-07T00:00:00+10:00",
  "define": {
    "system": "http://hl7.org/fhir/v3/HL7UpdateMode",
    "caseSensitive": true,
    "concept": [
      {
        "code": "A",
        "display": "Add",
        "definition": "Description:The item was (or is to be) added, having not been present immediately before. (If it is already present, this may be treated as an error condition.)"
      },
      {
        "code": "AR",
        "display": "Add or Replace",
        "definition": "Description:The item was (or is to be) either added or replaced."
      },
      {
        "code": "D",
        "display": "Remove",
        "definition": "Description:The item was (or is to be) removed (sometimes referred to as deleted). If the item is part of a collection, delete any matching items."
      },
      {
        "code": "K",
        "display": "Key",
        "definition": "Description:This item is part of the identifying information for this object."
      },
      {
        "code": "N",
        "display": "No Change",
        "definition": "Description:There was (or is to be) no change to the item. This is primarily used when this element has not changed, but other attributes in the instance have changed."
      },
      {
        "code": "R",
        "display": "Replace",
        "definition": "Description:The item existed previously and has (or is to be) revised. (If an item does not already exist, this may be treated as an error condition.)"
      },
      {
        "code": "REF",
        "display": "Reference",
        "definition": "Description:This item provides enough information to allow a processing system to locate the full applicable record by identifying the object."
      },
      {
        "code": "U",
        "display": "Unknown",
        "definition": "Description:Description:</b>It is not specified whether or what kind of change has occurred to the item, or whether the item is present as a reference or identifying property."
      }
    ]
  }
}