http://terminology.hl7.org/CodeSystem/v2-0357|2.0.0

name
MessageErrorCondition
package
hl7.terminology@6.3.0
content
complete
status
active
date
2019-12-01 00:00:00.0

messageErrorCondition

HL7-defined code system of concepts specifying the HL7 (communications) error code. Used in the ERR segment in HL7 Version 2.x messaging.

{
  "description" : "HL7-defined code system of concepts specifying the HL7 (communications) error code.  Used in the ERR segment in HL7 Version 2.x messaging.",
  "compose" : null,
  "package" : "hl7.terminology@6.3.0",
  "date" : "2019-12-01T00:00:00Z",
  "versionNeeded" : false,
  "publisher" : "Health Level Seven International",
  "purpose" : "Underlying Master Code System for V2 table 0357 (Message Error Condition Codes)",
  "content" : "complete",
  "property" : [ {
    "uri" : "http://terminology.hl7.org/CodeSystem/utg-concept-properties#status",
    "code" : "status",
    "type" : "code",
    "description" : "Status of the concept"
  }, {
    "uri" : "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-table-deprecated",
    "code" : "deprecated",
    "type" : "code",
    "description" : "Version of HL7 in which the code was deprecated"
  }, {
    "uri" : "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-concComment",
    "code" : "v2-concComment",
    "type" : "string",
    "description" : "V2 Concept Comment"
  }, {
    "uri" : "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-concCommentAsPub",
    "code" : "v2-concCommentAsPub",
    "type" : "string",
    "description" : "V2 Concept Comment As Published"
  } ],
  "name" : "MessageErrorCondition",
  "copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "messageErrorCondition",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "inm"
  } ],
  "compositional" : false,
  "status" : "active",
  "hierarchyMeaning" : "is-a",
  "id" : "ee3fa6a4-b58d-5210-97bf-2bc92d174cc5",
  "valueSet" : "http://terminology.hl7.org/ValueSet/v2-0357",
  "url" : "http://terminology.hl7.org/CodeSystem/v2-0357",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.18.217",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "id" : "3570",
    "code" : "0",
    "display" : "Message accepted",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Success. Optional, as the AA conveys success. Used for systems that must always return a status code."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Success. Optional, as the AA conveys success. Used for systems that must always return a status code."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Message accepted",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "Nachricht akzeptiert",
      "language" : "de"
    } ]
  }, {
    "id" : "3571",
    "code" : "100",
    "display" : "Segment sequence error",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Error: The message segments were not in the proper order, or required segments are missing."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Error: The message segments were not in the proper order, or required segments are missing."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Segment sequence error",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "Fehler in der Segmentreihenfolge",
      "language" : "de"
    } ]
  }, {
    "id" : "3572",
    "code" : "101",
    "display" : "Required field missing",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Error: A required field is missing from a segment"
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Error: A required field is missing from a segment"
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Required field missing",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "erforderliches Feld leer",
      "language" : "de"
    } ]
  }, {
    "id" : "3573",
    "code" : "102",
    "display" : "Data type error",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Error: The field contained data of the wrong data type, e.g., an NM field contained \"FOO\"."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Error: The field contained data of the wrong data type, e.g., an NM field contained \"FOO\"."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Data type error",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "Datentypfehler",
      "language" : "de"
    } ]
  }, {
    "id" : "3574",
    "code" : "103",
    "display" : "Table value not found",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Error: A field of data type ID or IS was compared against the corresponding table, and no match was found."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Error: A field of data type ID or IS was compared against the corresponding table, and no match was found."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Table value not found",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "fehlender Eintrag in der Tabelle",
      "language" : "de"
    } ]
  }, {
    "id" : "3575",
    "code" : "104",
    "display" : "Value too long",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Error: a value exceeded the normative length, or the length that the application is able to safely handle."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Error: a value exceeded the normative length, or the length that the application is able to safely handle."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Value too long"
  }, {
    "id" : "3576",
    "code" : "198",
    "display" : "Non-Conformant Cardinality",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Error: Cardinality is listed as [0..3] and more than 3 of the identified element are present in the message."
    }, {
      "code" : "status",
      "valueCode" : "N"
    } ],
    "definition" : "An error has been encountered related to HL7 message content. Message is not -conformant with the applicable specification’s (base standard, conformance profile or implementation profile)  cardinality."
  }, {
    "id" : "3577",
    "code" : "199",
    "display" : "Other HL7 Error",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Error"
    }, {
      "code" : "status",
      "valueCode" : "N"
    } ],
    "definition" : "Any other error with the HL7 syntax that is not captured in any of the other error codes in this set."
  }, {
    "id" : "3578",
    "code" : "200",
    "display" : "Unsupported message type",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Rejection: The Message Type is not supported."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Rejection: The Message Type is not supported."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Unsupported message type",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "Nachrichtentyp wird nicht unterstützt",
      "language" : "de"
    } ]
  }, {
    "id" : "3579",
    "code" : "201",
    "display" : "Unsupported event code",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Rejection: The Event Code is not supported."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Rejection: The Event Code is not supported."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Unsupported event code",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "Ereignis wird nicht unterstützt",
      "language" : "de"
    } ]
  }, {
    "id" : "3580",
    "code" : "202",
    "display" : "Unsupported processing id",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Rejection: The Processing ID is not supported."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Rejection: The Processing ID is not supported."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Unsupported processing id",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "Processing-ID wird nicht unterstützt",
      "language" : "de"
    } ]
  }, {
    "id" : "3581",
    "code" : "203",
    "display" : "Unsupported version id",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "Rejection:  The Version ID is not supported."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Rejection:  The Version ID is not supported."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "Unsupported version id",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "Version wird nicht unterstützt",
      "language" : "de"
    } ]
  }, {
    "id" : "3582",
    "code" : "204",
    "display" : "Unknown key identifier",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "ERR-3 (HL7 Error Code) should be used to convey errors at the structural level and this is an application level error, which should be reported in ERR-5 (Application Error Code)."
    }, {
      "code" : "v2-concCommentAsPub",
      "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" : "status",
      "valueCode" : "B"
    } ],
    "definition" : "Retained for backwards compatibility only: This situation should be reported in ERR-5 (Application Error Code) using code 101 (Unknown Key Identifier) from code system HL70533.",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "Schlüsselwert nicht gefunden",
      "language" : "de"
    } ]
  }, {
    "id" : "3583",
    "code" : "205",
    "display" : "Duplicate key identifier",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "ERR-3 (HL7 Error Code) should be used to convey errors at the structural level and this is an application level error, which should be reported in ERR-5 (Application Error Code)."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Rejection: The ID of the patient, order, etc., already exists. Used in response to addition transactions (Admit, New Order, etc.)."
    }, {
      "code" : "status",
      "valueCode" : "B"
    } ],
    "definition" : "Retained for backwards compatibility only: This situation should be reported in ERR-5 (Application Error Code) using code 102 (Duplicate Key Identifier) from code system HL70533.",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "doppelter Schlüsselwert",
      "language" : "de"
    } ]
  }, {
    "id" : "3584",
    "code" : "206",
    "display" : "Application record locked",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "ERR-3 (HL7 Error Code) should be used to convey errors at the structural level and this is an application level error, which should be reported in ERR-5 (Application Error Code)."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Rejection: The transaction could not be performed at the application storage level, e.g., database locked."
    }, {
      "code" : "status",
      "valueCode" : "B"
    } ],
    "definition" : "Retained for backwards compatibility only: This situation should be reported in ERR-5 (Application Error Code) using code 103 (Application record locked) from code system HL70533.",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "Datensatz durch Applikation gesperrt",
      "language" : "de"
    } ]
  }, {
    "id" : "3585",
    "code" : "207",
    "display" : "Application error",
    "property" : [ {
      "code" : "v2-concComment",
      "valueString" : "This value is used when no other value in this list is applicable and there is an application error reported in ERR-5. It is applicable when ERR-3 is required in an implementation guide."
    }, {
      "code" : "v2-concCommentAsPub",
      "valueString" : "Rejection: A catchall for internal errors not explicitly covered by other codes."
    }, {
      "code" : "status",
      "valueCode" : "A"
    } ],
    "definition" : "An application level error has occurred and the detail for that error is identified in ERR-5.",
    "designation" : [ {
      "use" : {
        "code" : "preferredForLanguage",
        "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"
      },
      "value" : "applikationsinterner Fehler",
      "language" : "de"
    } ]
  } ],
  "caseSensitive" : true,
  "version" : "2.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org",
      "system" : "url"
    }, {
      "value" : "hq@HL7.org",
      "system" : "email"
    } ]
  } ]
}