<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="v3-AcknowledgementType" />
  <text>
    <status value="generated" />
    <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/v3/AcknowledgementType" />
  <identifier>
    <system value="urn:ietf:rfc:3986" />
    <value value="urn:oid:2.16.840.1.113883.5.18" />
  </identifier>
  <version value="2016-11-11" />
  <name value="v3 Code System AcknowledgementType" />
  <status value="active" />
  <experimental value="false" />
  <date value="2016-11-11T00:00:00+00:00" />
  <publisher value="HL7, Inc" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org" />
    </telecom>
  </contact>
  <description value=" This attribute contains an acknowledgement code as described in the HL7 message processing rules.  OpenIssue:&#xD;&#xA;Description was copied from attribute and needs to be improved to be appropriate for a code system." />
  <caseSensitive value="true" />
  <valueSet value="http://hl7.org/fhir/ValueSet/v3-AcknowledgementType" />
  <hierarchyMeaning value="is-a" />
  <content value="complete" />
  <concept>
    <code value="AA" />
    <display value="Application Acknowledgement Accept" />
    <definition value="Receiving application successfully processed message." />
  </concept>
  <concept>
    <code value="AE" />
    <display value="Application Acknowledgement Error" />
    <definition value="Receiving application found error in processing message.  Sending error response with additional error detail information." />
  </concept>
  <concept>
    <code value="AR" />
    <display value="Application Acknowledgement Reject" />
    <definition value="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." />
  </concept>
  <concept>
    <code value="CA" />
    <display value="Accept Acknowledgement Commit Accept" />
    <definition value="Receiving message handling service accepts responsibility for passing message onto receiving application." />
  </concept>
  <concept>
    <code value="CE" />
    <display value="Accept Acknowledgement Commit Error" />
    <definition value="Receiving message handling service cannot accept message for any other reason (e.g. message sequence number, etc.)." />
  </concept>
  <concept>
    <code value="CR" />
    <display value="Accept Acknowledgement Commit Reject" />
    <definition value="Receiving message handling service rejects message if interaction identifier, version or processing mode is incompatible with known receiving application role information." />
  </concept>
</CodeSystem>