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