{
  "resourceType": "CodeSystem",
  "id": "v2-0357",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Message Error Condition Codes</p>\r\n<table class=\"grid\"><tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Deutsch (German)</b></td><td><b>Nederlands (Dutch)</b></td><td><b>Comment</b></td><td><b>Version</b></td></tr><tr><td>0<a name=\"0\"> </a></td><td>Message accepted</td><td>Nachricht akzeptiert</td><td>Bericht geaccepteerd</td><td>Success. Optional, as the AA conveys success. Used for systems that must always return a status code.</td><td>added v2.3.1</td></tr><tr><td>100<a name=\"100\"> </a></td><td>Segment sequence error</td><td>Fehler in der Segmentreihenfolge</td><td>Fout in segmentvolgorde</td><td>Error: The message segments were not in the proper order, or required segments are missing.</td><td>added v2.3.1</td></tr><tr><td>101<a name=\"101\"> </a></td><td>Required field missing</td><td>erforderliches Feld leer</td><td>Verplicht veld ontbreekt</td><td>Error: A required field is missing from a segment</td><td>added v2.3.1</td></tr><tr><td>102<a name=\"102\"> </a></td><td>Data type error</td><td>Datentypfehler</td><td>Fout in datatype</td><td>Error: The field contained data of the wrong data type, e.g. an NM field contained &quot;FOO&quot;.</td><td>added v2.3.1</td></tr><tr><td>103<a name=\"103\"> </a></td><td>Table value not found</td><td>fehlender Eintrag in der Tabelle</td><td>Tabelwaarde niet gevonden</td><td>Error: A field of data type ID or IS was compared against the corresponding table, and no match was found.</td><td>added v2.3.1</td></tr><tr><td>104<a name=\"104\"> </a></td><td>Value too long</td><td></td><td>Waarde te lang</td><td>Error: a value exceeded the normative length, or the length that the application is able to safely handle.</td><td>added v2.7</td></tr><tr><td>200<a name=\"200\"> </a></td><td>Unsupported message type</td><td>Nachrichtentyp wird nicht unterstützt</td><td>Niet-ondersteund berichttype</td><td>Rejection: The Message Type is not supported.</td><td>added v2.3.1</td></tr><tr><td>201<a name=\"201\"> </a></td><td>Unsupported event code</td><td>Ereignis wird nicht unterstützt</td><td>Niet-ondersteunde eventcode</td><td>Rejection: The Event Code is not supported.</td><td>added v2.3.1</td></tr><tr><td>202<a name=\"202\"> </a></td><td>Unsupported processing id</td><td>Processing-ID wird nicht unterstützt</td><td>Niet-ondersteunde processing id</td><td>Rejection: The Processing ID is not supported.</td><td>added v2.3.1</td></tr><tr><td>203<a name=\"203\"> </a></td><td>Unsupported version id</td><td>Version wird nicht unterstützt</td><td>Niet-ondersteunde versie</td><td>Rejection:  The Version ID is not supported.</td><td>added v2.3.1</td></tr><tr><td>204<a name=\"204\"> </a></td><td>Unknown key identifier</td><td>Schlüsselwert nicht gefunden</td><td>Onbekende sleutel-identificatie</td><td>Rejection: The ID of the patient, order, etc., was not found. Used for transactions other than additions, e.g. transfer of a non-existent patient.</td><td>added v2.3.1</td></tr><tr><td>205<a name=\"205\"> </a></td><td>Duplicate key identifier</td><td>doppelter Schlüsselwert</td><td>Duplicaat sleutel-identificatie</td><td>Rejection: The ID of the patient, order, etc., already exists. Used in response to addition transactions (Admit, New Order, etc.).</td><td>added v2.3.1</td></tr><tr><td>206<a name=\"206\"> </a></td><td>Application record locked</td><td>Datensatz durch Applikation gesperrt</td><td>Applicatie record vergrendeld</td><td>Rejection: The transaction could not be performed at the application storage level, e.g. database locked.</td><td>added v2.3.1</td></tr><tr><td>207<a name=\"207\"> </a></td><td>Application internal error</td><td>applikationsinterner Fehler</td><td>Interne applicatiefout</td><td>Rejection: A catchall for internal errors not explicitly covered by other codes.</td><td>added v2.3.1</td></tr></table>\r\n</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/v2/0357",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.18.217"
  },
  "version": "2.8.2",
  "name": "v2 Message Error Condition Codes",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0357 ( Message Error Condition Codes)",
  "caseSensitive": false,
  "valueSet": "http://hl7.org/fhir/ValueSet/v2-0357",
  "content": "complete",
  "concept": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Success. Optional, as the AA conveys success. Used for systems that must always return a status code."
        }
      ],
      "code": "0",
      "display": "Message accepted",
      "designation": [
        {
          "language": "de",
          "value": "Nachricht akzeptiert"
        },
        {
          "language": "nl",
          "value": "Bericht geaccepteerd"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Error: The message segments were not in the proper order, or required segments are missing."
        }
      ],
      "code": "100",
      "display": "Segment sequence error",
      "designation": [
        {
          "language": "de",
          "value": "Fehler in der Segmentreihenfolge"
        },
        {
          "language": "nl",
          "value": "Fout in segmentvolgorde"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Error: A required field is missing from a segment"
        }
      ],
      "code": "101",
      "display": "Required field missing",
      "designation": [
        {
          "language": "de",
          "value": "erforderliches Feld leer"
        },
        {
          "language": "nl",
          "value": "Verplicht veld ontbreekt"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Error: The field contained data of the wrong data type, e.g. an NM field contained \"FOO\"."
        }
      ],
      "code": "102",
      "display": "Data type error",
      "designation": [
        {
          "language": "de",
          "value": "Datentypfehler"
        },
        {
          "language": "nl",
          "value": "Fout in datatype"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Error: A field of data type ID or IS was compared against the corresponding table, and no match was found."
        }
      ],
      "code": "103",
      "display": "Table value not found",
      "designation": [
        {
          "language": "de",
          "value": "fehlender Eintrag in der Tabelle"
        },
        {
          "language": "nl",
          "value": "Tabelwaarde niet gevonden"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Error: a value exceeded the normative length, or the length that the application is able to safely handle."
        }
      ],
      "code": "104",
      "display": "Value too long",
      "designation": [
        {
          "language": "nl",
          "value": "Waarde te lang"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Rejection: The Message Type is not supported."
        }
      ],
      "code": "200",
      "display": "Unsupported message type",
      "designation": [
        {
          "language": "de",
          "value": "Nachrichtentyp wird nicht unterstützt"
        },
        {
          "language": "nl",
          "value": "Niet-ondersteund berichttype"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Rejection: The Event Code is not supported."
        }
      ],
      "code": "201",
      "display": "Unsupported event code",
      "designation": [
        {
          "language": "de",
          "value": "Ereignis wird nicht unterstützt"
        },
        {
          "language": "nl",
          "value": "Niet-ondersteunde eventcode"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Rejection: The Processing ID is not supported."
        }
      ],
      "code": "202",
      "display": "Unsupported processing id",
      "designation": [
        {
          "language": "de",
          "value": "Processing-ID wird nicht unterstützt"
        },
        {
          "language": "nl",
          "value": "Niet-ondersteunde processing id"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Rejection:  The Version ID is not supported."
        }
      ],
      "code": "203",
      "display": "Unsupported version id",
      "designation": [
        {
          "language": "de",
          "value": "Version wird nicht unterstützt"
        },
        {
          "language": "nl",
          "value": "Niet-ondersteunde versie"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Rejection: The ID of the patient, order, etc., was not found. Used for transactions other than additions, e.g. transfer of a non-existent patient."
        }
      ],
      "code": "204",
      "display": "Unknown key identifier",
      "designation": [
        {
          "language": "de",
          "value": "Schlüsselwert nicht gefunden"
        },
        {
          "language": "nl",
          "value": "Onbekende sleutel-identificatie"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Rejection: The ID of the patient, order, etc., already exists. Used in response to addition transactions (Admit, New Order, etc.)."
        }
      ],
      "code": "205",
      "display": "Duplicate key identifier",
      "designation": [
        {
          "language": "de",
          "value": "doppelter Schlüsselwert"
        },
        {
          "language": "nl",
          "value": "Duplicaat sleutel-identificatie"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Rejection: The transaction could not be performed at the application storage level, e.g. database locked."
        }
      ],
      "code": "206",
      "display": "Application record locked",
      "designation": [
        {
          "language": "de",
          "value": "Datensatz durch Applikation gesperrt"
        },
        {
          "language": "nl",
          "value": "Applicatie record vergrendeld"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Rejection: A catchall for internal errors not explicitly covered by other codes."
        }
      ],
      "code": "207",
      "display": "Application internal error",
      "designation": [
        {
          "language": "de",
          "value": "applikationsinterner Fehler"
        },
        {
          "language": "nl",
          "value": "Interne applicatiefout"
        }
      ]
    }
  ]
}