This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Deprecation Comment: Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.This isn't referenced in the RIM and is a copy of old v2 codes. It's superseded by AcknowledgementDetailCode
{
"resourceType": "ValueSet",
"id": "v3-MessageCondition",
"meta": {
"lastUpdated": "2015-03-23T00:00:00.000+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
]
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"url": "http://hl7.org/fhir/v3/vs/MessageCondition",
"version": "2015-03-23",
"name": "v3 Code System MessageCondition",
"publisher": "HL7, Inc",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
}
]
}
],
"description": " Deprecation Comment:\r\nDeprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used.This isn't referenced in the RIM and is a copy of old v2 codes. It's superseded by AcknowledgementDetailCode",
"status": "active",
"experimental": false,
"date": "2015-03-23",
"define": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.5.80"
}
],
"system": "http://hl7.org/fhir/v3/MessageCondition",
"caseSensitive": true,
"concept": [
{
"code": "0",
"abstract": false,
"display": "Message accepted",
"definition": "Success. Optional, as in version 2.x the AA conveys success. Used for systems that must always return a status code."
},
{
"code": "100",
"abstract": false,
"display": "Sequence error",
"definition": "The message elements were not in the proper order, or required elements are missing."
},
{
"code": "101",
"abstract": false,
"display": "Missing required element.",
"definition": "A required message element is missing."
},
{
"code": "102",
"abstract": false,
"display": "Data type error",
"definition": "An element is represented by a data type that is not compatible with that which is allowable."
},
{
"code": "103",
"abstract": false,
"display": "Table value not found",
"definition": "The value received for a common HL7 or user defined table was not found to match allowable table values."
},
{
"code": "200",
"abstract": false,
"display": "Unsupported message type",
"definition": "The message type is not supported."
},
{
"code": "201",
"abstract": false,
"display": "Unsupported interaction",
"definition": "The identified interaction is not supported."
},
{
"code": "202",
"abstract": false,
"display": "Unsupported ProcessingID",
"definition": "The ProcessingID is not supported."
},
{
"code": "203",
"abstract": false,
"display": "Unsupported VersionID",
"definition": "The VersionID is not supported."
},
{
"code": "204",
"abstract": false,
"display": "Unknown key identifier",
"definition": "The identifier for a patient, order, etc. was not found. Occurs for transactions other than additions."
},
{
"code": "205",
"abstract": false,
"display": "Duplicate key identifier",
"definition": "The identifier for a patient, order, etc. already exists. Occurs in response to addition transactions (e.g. new Admit, new Order, etc.)."
},
{
"code": "206",
"abstract": false,
"display": "Application record locked",
"definition": "The transaction could not be performed at the application storage level, e.g. database locked."
},
{
"code": "207",
"abstract": false,
"display": "Application internal error",
"definition": "A catchall for internal errors not explicitly covered by other error codes."
}
]
}
}
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.