{
  "resourceType": "CodeSystem",
  "id": "v3-ResponseMode",
  "meta": {
    "lastUpdated": "2016-11-10T13:00:00+00:00"
  },
  "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>D\r\n                  <a name=\"D\"></a></td><td>deferred</td><td>\r\n                        The receiver may respond in a non-immediate manner. Note: this will be the default value.\r\n                  <br /></td></tr><tr><td>1</td><td>I\r\n                  <a name=\"I\"></a></td><td>immediate</td><td>\r\n                        The receiver is required to assume that the sender is blocking and behave appropriately by sending an immediate response.\r\n                  <br /></td></tr><tr><td>1</td><td>Q\r\n                  <a name=\"Q\"></a></td><td>queue</td><td>\r\n                        The receiver shall keep any application responses in a queue until such time as the queue is polled.\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/v3/ResponseMode",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.1126"
  },
  "version": "2016-11-11",
  "name": "v3 Code System ResponseMode",
  "status": "active",
  "experimental": false,
  "date": "2016-11-10T13:00:00+00:00",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "Specifies the mode, immediate versus deferred or queued, by which a receiver should communicate its receiver responsibilities.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-ResponseMode",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "D",
      "display": "deferred",
      "definition": "The receiver may respond in a non-immediate manner. Note: this will be the default value."
    },
    {
      "code": "I",
      "display": "immediate",
      "definition": "The receiver is required to assume that the sender is blocking and behave appropriately by sending an immediate response."
    },
    {
      "code": "Q",
      "display": "queue",
      "definition": "The receiver shall keep any application responses in a queue until such time as the queue is polled."
    }
  ]
}