This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). 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
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
FHIR Value set/code system definition for HL7 v2 table 0357 ( Message error condition codes)
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="v2-0357"/> <meta> <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> </meta> <language value="en"/> <text> <status value="additional"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> Message Error Condition Codes</p> <table class="grid"> <tr> <td> <b> Code</b> </td> <td> <b> Description</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> 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> 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> 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> Error: The field contained data of the wrong data type, e.g., an NM field contained "FOO".</td> <td> added v2.3.1</td> </tr> <tr> <td> 103 <a name="103"> </a> </td> <td> Table value not found</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> 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> 198 <a name="198"> </a> </td> <td> Non-Conformant Cardinality</td> <td/> <td> added v2.9</td> </tr> <tr> <td> 199 <a name="199"> </a> </td> <td> Other HL7 Error</td> <td/> <td> added v2.9</td> </tr> <tr> <td> 200 <a name="200"> </a> </td> <td> Unsupported message type</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> 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> 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> 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> 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> 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> 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 error</td> <td> Rejection: A catchall for internal errors not explicitly covered by other codes.</td> <td> added v2.3.1</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="external"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="0"/> </extension> <url value="http://terminology.hl7.org/CodeSystem/v2-0357"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.18.217"/> </identifier> <version value="2.9"/> <name value="v2.0357"/> <title value="v2 Message error condition codes"/> <status value="active"/> <experimental value="false"/> <publisher value="HL7, Inc"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org"/> </telecom> </contact> <description value="FHIR Value set/code system definition for HL7 v2 table 0357 ( Message error condition codes)"/> <content value="complete"/> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Success. Optional, as the AA conveys success. Used for systems that must always return a status code."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Succes. Optioneel, aangezien de AA succes betekent. Bedoeld voor systemen die altijd een status code teruggeven"/> </extension> </extension> </valueString> </extension> <code value="0"/> <display value="Message accepted"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Nachricht akzeptiert"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Bericht geaccepteerd"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Error: The message segments were not in the proper order, or required segments are missing."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Fout: De berichtsegmenten stonden niet inde juiste volgorde, of er ontbraken verplichte segmenten"/> </extension> </extension> </valueString> </extension> <code value="100"/> <display value="Segment sequence error"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Fehler in der Segmentreihenfolge"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Fout in segmentvolgorde"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Error: A required field is missing from a segment"> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Fout: Er ontbreekt een verplicht veld in een segment"/> </extension> </extension> </valueString> </extension> <code value="101"/> <display value="Required field missing"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="erforderliches Feld leer"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Verplicht veld ontbreekt"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Error: The field contained data of the wrong data type, e.g., an NM field contained "FOO"."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Fout: Het veld bevatte gegevens van het verkeerde type, bijv. een NM veld met "FOO"."/> </extension> </extension> </valueString> </extension> <code value="102"/> <display value="Data type error"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Datentypfehler"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Fout in datatype"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Error: A field of data type ID or IS was compared against the corresponding table, and no match was found."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Fout: Er is een veld van datatype ID of IS vergeleken met de bijbehorende tabel en er is geen match gevonden."/> </extension> </extension> </valueString> </extension> <code value="103"/> <display value="Table value not found"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="fehlender Eintrag in der Tabelle"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Tabelwaarde niet gevonden"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Error: a value exceeded the normative length, or the length that the application is able to safely handle."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Fout: Een waarde overschreed de maximumlengte, of de lengte die de applicatie veilig kan verwerken."/> </extension> </extension> </valueString> </extension> <code value="104"/> <display value="Value too long"/> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Waarde te lang"/> </designation> </concept> <concept> <code value="198"/> <display value="Non-Conformant Cardinality"/> </concept> <concept> <code value="199"/> <display value="Other HL7 Error"/> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Rejection: The Message Type is not supported."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Afkeuring: Het berichttype wordt niet ondersteund."/> </extension> </extension> </valueString> </extension> <code value="200"/> <display value="Unsupported message type"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Nachrichtentyp wird nicht unterstützt"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Niet-ondersteund berichttype"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Rejection: The Event Code is not supported."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Afkeuring: De eventcode wordt niet ondersteund."/> </extension> </extension> </valueString> </extension> <code value="201"/> <display value="Unsupported event code"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Ereignis wird nicht unterstützt"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Niet-ondersteunde eventcode"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Rejection: The Processing ID is not supported."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Afkeuring: De processing id wordt niet ondersteund."/> </extension> </extension> </valueString> </extension> <code value="202"/> <display value="Unsupported processing id"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Processing-ID wird nicht unterstützt"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Niet-ondersteunde processing id"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Rejection: The Version ID is not supported."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Afkeuring: De versie wordt niet ondersteund."/> </extension> </extension> </valueString> </extension> <code value="203"/> <display value="Unsupported version id"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Version wird nicht unterstützt"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Niet-ondersteunde versie"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="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."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Afkeuring: Het id van de patiënt, order etc. is niet gevonden. Bedoeld voor transacties anders dan toevoegingen, bijv. overdracht van een niet-bestaande patiënt."/> </extension> </extension> </valueString> </extension> <code value="204"/> <display value="Unknown key identifier"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Schlüsselwert nicht gefunden"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Onbekende sleutel-identificatie"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Rejection: The ID of the patient, order, etc., already exists. Used in response to addition transactions (Admit, New Order, etc.)."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Afkeuring: Het id van de patiënt, order, etc. bestond al. Bedoeld voor antwoorden op toevoegingen (Opname, Nieuwe order, etc.)."/> </extension> </extension> </valueString> </extension> <code value="205"/> <display value="Duplicate key identifier"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="doppelter Schlüsselwert"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Duplicaat sleutel-identificatie"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Rejection: The transaction could not be performed at the application storage level, e.g., database locked."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Afkeuring: De transactie kon niet worden uitgevoerd op niveau van applicatie-opslag, e.g. database vergrendeld."/> </extension> </extension> </valueString> </extension> <code value="206"/> <display value="Application record locked"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Datensatz durch Applikation gesperrt"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Applicatie record vergrendeld"/> </designation> </concept> <concept> <extension url="http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"> <valueString value="Rejection: A catchall for internal errors not explicitly covered by other codes."> <extension url="http://hl7.org/fhir/StructureDefinition/translation"> <extension url="lang"> <valueCode value="nl"/> </extension> <extension url="content"> <valueString value="Afkeuring: Een generieke opvang voor interne fouten die niet expliciet worden gedekt door andere codes."/> </extension> </extension> </valueString> </extension> <code value="207"/> <display value="Application error"/> <designation> <language value="de"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="applikationsinterner Fehler"/> </designation> <designation> <language value="nl"/> <use> <system value="http://terminology.hl7.org/CodeSystem/designation-usage"/> <code value="display"/> </use> <value value="Interne applicatiefout"/> </designation> </concept> </CodeSystem>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.