{
  "resourceType": "ValueSet",
  "id": "v3-AcknowledgementType",
  "meta": {
    "lastUpdated": "2016-11-10T13:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Release Date: 2016-11-11</p><table class=\"grid\"><tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td>AA\r\n                  <a name=\"AA\"></a></td><td>Application Acknowledgement Accept</td><td>\r\n                        Receiving application successfully processed message.\r\n                  <br /></td></tr><tr><td>1</td><td>AE\r\n                  <a name=\"AE\"></a></td><td>Application Acknowledgement Error</td><td>\r\n                        Receiving application found error in processing message.  Sending error response with additional error detail information.\r\n                  <br /></td></tr><tr><td>1</td><td>AR\r\n                  <a name=\"AR\"></a></td><td>Application Acknowledgement Reject</td><td>\r\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.\r\n                  <br /></td></tr><tr><td>1</td><td>CA\r\n                  <a name=\"CA\"></a></td><td>Accept Acknowledgement Commit Accept</td><td>\r\n                        Receiving message handling service accepts responsibility for passing message onto receiving application.\r\n                  <br /></td></tr><tr><td>1</td><td>CE\r\n                  <a name=\"CE\"></a></td><td>Accept Acknowledgement Commit Error</td><td>\r\n                        Receiving message handling service cannot accept message for any other reason (e.g. message sequence number, etc.).\r\n                  <br /></td></tr><tr><td>1</td><td>CR\r\n                  <a name=\"CR\"></a></td><td>Accept Acknowledgement Commit Reject</td><td>\r\n                        Receiving message handling service rejects message if interaction identifier, version or processing mode is incompatible with known receiving application role information.\r\n                  <br /></td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/v3-AcknowledgementType",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.1.11.8"
    }
  ],
  "version": "2016-11-11",
  "name": "v3 Code System AcknowledgementType",
  "status": "active",
  "experimental": false,
  "date": "2016-11-11",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "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.",
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/AcknowledgementType"
      }
    ]
  }
}