{
  "resourceType": "ValueSet",
  "id": "v3-ResponseLevel",
  "meta": {
    "lastUpdated": "2015-07-31T00:00:00.000+10:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><p>Release Date: 2015-07-31</p>\r\n<p>OID for code system: 2.16.840.1.113883.5.108</p>\r\n<p>OID for value set: 2.16.840.1.113883.1.11.14761 (this is the value set that includes the entire code system)</p>\r\n<h2>Description</h2>\r\n<p>\n                  Specifies whether a response is expected from the addressee of this interaction and what level of detail that response should include<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>C<a name=\"C\"> </a></td><td>completion</td><td>\n                        Respond with exceptions and a notification of completion<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>D<a name=\"D\"> </a></td><td>detail</td><td>\n                        Respond with exceptions, completion, modifications and include more detail information (if applicable)<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>E<a name=\"E\"> </a></td><td>exception</td><td>\n                        Respond with exceptions only<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>F<a name=\"F\"> </a></td><td>confirmation</td><td>\n                        Respond with exceptions, completion, and modification with detail (as above), and send positive confirmations even if no modifications are being made.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>N<a name=\"N\"> </a></td><td>message-control</td><td>\n                        Respond only with message level acknowledgements, i.e., only notify acceptance or rejection of the message, do not include any application-level detail<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>R<a name=\"R\"> </a></td><td>modification</td><td>\n                        Respond with exceptions, completions and modifications or revisions done before completion<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>X<a name=\"X\"> </a></td><td>none</td><td>\n                        Do not send any kind of response<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.1.11.14761"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/v3-ResponseLevel",
  "version": "2015-07-31",
  "name": "v3 Code System ResponseLevel",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "date": "2015-07-31",
  "description": " Specifies whether a response is expected from the addressee of this interaction and what level of detail that response should include",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.5.108"
      }
    ],
    "system": "http://hl7.org/fhir/v3/ResponseLevel",
    "caseSensitive": true,
    "concept": [
      {
        "code": "C",
        "abstract": false,
        "display": "completion",
        "definition": "Respond with exceptions and a notification of completion"
      },
      {
        "code": "D",
        "abstract": false,
        "display": "detail",
        "definition": "Respond with exceptions, completion, modifications and include more detail information (if applicable)"
      },
      {
        "code": "E",
        "abstract": false,
        "display": "exception",
        "definition": "Respond with exceptions only"
      },
      {
        "code": "F",
        "abstract": false,
        "display": "confirmation",
        "definition": "Respond with exceptions, completion, and modification with detail (as above), and send positive confirmations even if no modifications are being made."
      },
      {
        "code": "N",
        "abstract": false,
        "display": "message-control",
        "definition": "Respond only with message level acknowledgements, i.e., only notify acceptance or rejection of the message, do not include any application-level detail"
      },
      {
        "code": "R",
        "abstract": false,
        "display": "modification",
        "definition": "Respond with exceptions, completions and modifications or revisions done before completion"
      },
      {
        "code": "X",
        "abstract": false,
        "display": "none",
        "definition": "Do not send any kind of response"
      }
    ]
  }
}