{
  "resourceType": "CodeSystem",
  "id": "v3-AcknowledgementCondition",
  "text": {
    "status": "generated",
    "div": "<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>"
  },
  "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/v3/AcknowledgementCondition",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.1050"
  },
  "version": "2016-11-11",
  "name": "v3 Code System AcknowledgementCondition",
  "status": "active",
  "experimental": false,
  "date": "2016-11-11T00:00:00+00:00",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "The codes identify the conditions under which accept acknowledgements are required to be returned in response to this message. Note that accept acknowledgement address two different issues at the same time: reliable transport as well as syntactical correctness",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-AcknowledgementCondition",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "inactive",
      "uri": "http://hl7.org/fhir/concept-properties#inactive",
      "description": "True if the concept is not considered active - e.g. not a valid concept any more",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "AL",
      "display": "Always",
      "definition": "Always send an acknowledgement."
    },
    {
      "code": "ER",
      "display": "Error/reject only",
      "definition": "Send an acknowledgement for error/reject conditions only."
    },
    {
      "code": "NE",
      "display": "Never",
      "definition": "Never send an acknowledgement."
    },
    {
      "code": "SU",
      "display": "Successful only",
      "definition": "Send an acknowledgement for successful completions only.",
      "property": [
        {
          "code": "inactive",
          "valueBoolean": true
        }
      ]
    }
  ]
}