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

V3\MessageCondition\v3-MessageCondition.json

Deprecation Comment: Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.This isn't referenced in the RIM and is a copy of old v2 codes. It's superseded by AcknowledgementDetailCode

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n                  \n                     Deprecation Comment: Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.This isn't referenced in the RIM and is a copy of old v2 codes.  It's superseded by AcknowledgementDetailCode <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>0<a name=\"0\"> </a></td><td>Message accepted</td><td>\n                        Success. Optional, as in version 2.x the AA conveys success.  Used for systems that must always return a status code.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>100<a name=\"100\"> </a></td><td>Sequence error</td><td>\n                        The message elements were not in the proper order, or required elements are missing.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>101<a name=\"101\"> </a></td><td>Missing required element.</td><td>\n                        A required message element is missing.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>102<a name=\"102\"> </a></td><td>Data type error</td><td>\n                        An element is represented by a data type that is not compatible with that which is allowable.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>103<a name=\"103\"> </a></td><td>Table value not found</td><td>\n                        The value received for a common HL7 or user defined table was not found to match allowable table values.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>200<a name=\"200\"> </a></td><td>Unsupported message type</td><td>\n                        The message type is not supported.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>201<a name=\"201\"> </a></td><td>Unsupported interaction</td><td>\n                        The identified interaction is not supported.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>202<a name=\"202\"> </a></td><td>Unsupported ProcessingID</td><td>\n                        The ProcessingID is not supported.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>203<a name=\"203\"> </a></td><td>Unsupported VersionID</td><td>\n                        The VersionID is not supported.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>204<a name=\"204\"> </a></td><td>Unknown key identifier</td><td>\n                        The identifier for a patient, order, etc. was not found.  Occurs for transactions other than additions.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>205<a name=\"205\"> </a></td><td>Duplicate key identifier</td><td>\n                        The identifier for a patient, order, etc. already exists.  Occurs in response to addition transactions (e.g. new Admit, new Order, etc.).<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>206<a name=\"206\"> </a></td><td>Application record locked</td><td>\n                        The transaction could not be performed at the application storage level, e.g. database locked.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>207<a name=\"207\"> </a></td><td>Application internal error</td><td>\n                        A catchall for internal errors not explicitly covered by other error codes.<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v3/vs/MessageCondition",
  "name": "v3 Code System MessageCondition",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": "  Deprecation Comment:\r\nDeprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.This isn't referenced in the RIM and is a copy of old v2 codes.  It's superseded by AcknowledgementDetailCode",
  "status": "active",
  "date": "2014-08-07T00:00:00+10:00",
  "define": {
    "system": "http://hl7.org/fhir/v3/MessageCondition",
    "caseSensitive": true,
    "concept": [
      {
        "code": "0",
        "display": "Message accepted",
        "definition": "Success. Optional, as in version 2.x the AA conveys success.  Used for systems that must always return a status code."
      },
      {
        "code": "100",
        "display": "Sequence error",
        "definition": "The message elements were not in the proper order, or required elements are missing."
      },
      {
        "code": "101",
        "display": "Missing required element.",
        "definition": "A required message element is missing."
      },
      {
        "code": "102",
        "display": "Data type error",
        "definition": "An element is represented by a data type that is not compatible with that which is allowable."
      },
      {
        "code": "103",
        "display": "Table value not found",
        "definition": "The value received for a common HL7 or user defined table was not found to match allowable table values."
      },
      {
        "code": "200",
        "display": "Unsupported message type",
        "definition": "The message type is not supported."
      },
      {
        "code": "201",
        "display": "Unsupported interaction",
        "definition": "The identified interaction is not supported."
      },
      {
        "code": "202",
        "display": "Unsupported ProcessingID",
        "definition": "The ProcessingID is not supported."
      },
      {
        "code": "203",
        "display": "Unsupported VersionID",
        "definition": "The VersionID is not supported."
      },
      {
        "code": "204",
        "display": "Unknown key identifier",
        "definition": "The identifier for a patient, order, etc. was not found.  Occurs for transactions other than additions."
      },
      {
        "code": "205",
        "display": "Duplicate key identifier",
        "definition": "The identifier for a patient, order, etc. already exists.  Occurs in response to addition transactions (e.g. new Admit, new Order, etc.)."
      },
      {
        "code": "206",
        "display": "Application record locked",
        "definition": "The transaction could not be performed at the application storage level, e.g. database locked."
      },
      {
        "code": "207",
        "display": "Application internal error",
        "definition": "A catchall for internal errors not explicitly covered by other error codes."
      }
    ]
  }
}