Return to contents

MessageCondition     
Lvl Type, Domain name and/or Mnemonic code Concept ID Mnemonic Print Name Definition/Description
1 L:  (0) 10131 0 Message accepted

Success. Optional, as in version 2.x the AA conveys success. Used for systems that must always return a status code.

1 L:  (100) 10132 100 Sequence error

The message elements were not in the proper order, or required elements are missing.

1 L:  (101) 10133 101 Missing required element.

A required message element is missing.

1 L:  (102) 10134 102 Data type error

An element is represented by a data type that is not compatible with that which is allowable.

1 L:  (103) 10135 103 Table value not found

The value received for a common HL7 or user defined table was not found to match allowable table values.

1 L:  (200) 10136 200 Unsupported message type

The message type is not supported.

1 L:  (201) 10137 201 Unsupported interaction

The identified interaction is not supported.

1 L:  (202) 10138 202 Unsupported ProcessingID

The ProcessingID is not supported.

1 L:  (203) 10139 203 Unsupported VersionID

The VersionID is not supported.

1 L:  (204) 10140 204 Unknown key identifier

The identifier for a patient, order, etc. was not found. Occurs for transactions other than additions.

1 L:  (205) 10141 205 Duplicate key identifier

The identifier for a patient, order, etc. already exists. Occurs in response to addition transactions (e.g. new Admit, new Order, etc.).

1 L:  (206) 10142 206 Application record locked

The transaction could not be performed at the application storage level, e.g. database locked.

1 L:  (207) 10143 207 Application internal error

A catchall for internal errors not explicitly covered by other error codes.


Return to contents