This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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 R2
This attribute contains an acknowledgement code as described in the HL7 message processing rules. OpenIssue: Description was copied from attribute and needs to be improved to be appropriate for a code system.
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n This attribute contains an acknowledgement code as described in the HL7 message processing rules.<br/>\r\n\n \n OpenIssue: Description was copied from attribute and needs to be improved to be appropriate for a code system.<br/>\r\n\n </p>\r\n<hr/>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>AA<a name=\"AA\"> </a></td><td>Application Acknowledgement Accept</td><td>\n Receiving application successfully processed message.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>AE<a name=\"AE\"> </a></td><td>Application Acknowledgement Error</td><td>\n Receiving application found error in processing message. Sending error response with additional error detail information.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>AR<a name=\"AR\"> </a></td><td>Application Acknowledgement Reject</td><td>\n Receiving application failed to process message for reason unrelated to content or format. Original message sender must decide on whether to automatically send message again.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>CA<a name=\"CA\"> </a></td><td>Accept Acknowledgement Commit Accept</td><td>\n Receiving message handling service accepts responsibility for passing message onto receiving application.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>CE<a name=\"CE\"> </a></td><td>Accept Acknowledgement Commit Error</td><td>\n Receiving message handling service cannot accept message for any other reason (e.g. message sequence number, etc.).<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>CR<a name=\"CR\"> </a></td><td>Accept Acknowledgement Commit Reject</td><td>\n Receiving message handling service rejects message if interaction identifier, version or processing mode is incompatible with known receiving application role information.<br/>\r\n\n </td></tr>\r\n</table>\r\n</div>"
},
"identifier": "http://hl7.org/fhir/v3/vs/AcknowledgementType",
"name": "v3 Code System AcknowledgementType",
"publisher": "HL7, Inc",
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
}
],
"description": " This attribute contains an acknowledgement code as described in the HL7 message processing rules. OpenIssue:\r\nDescription was copied from attribute and needs to be improved to be appropriate for a code system.",
"status": "active",
"date": "2014-08-07T00:00:00+10:00",
"define": {
"system": "http://hl7.org/fhir/v3/AcknowledgementType",
"caseSensitive": true,
"concept": [
{
"code": "AA",
"display": "Application Acknowledgement Accept",
"definition": "Receiving application successfully processed message."
},
{
"code": "AE",
"display": "Application Acknowledgement Error",
"definition": "Receiving application found error in processing message. Sending error response with additional error detail information."
},
{
"code": "AR",
"display": "Application Acknowledgement Reject",
"definition": "Receiving application failed to process message for reason unrelated to content or format. Original message sender must decide on whether to automatically send message again."
},
{
"code": "CA",
"display": "Accept Acknowledgement Commit Accept",
"definition": "Receiving message handling service accepts responsibility for passing message onto receiving application."
},
{
"code": "CE",
"display": "Accept Acknowledgement Commit Error",
"definition": "Receiving message handling service cannot accept message for any other reason (e.g. message sequence number, etc.)."
},
{
"code": "CR",
"display": "Accept Acknowledgement Commit Reject",
"definition": "Receiving message handling service rejects message if interaction identifier, version or processing mode is incompatible with known receiving application role information."
}
]
}
}