This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R4 R3 R2
Specifies whether a response is expected from the addressee of this interaction and what level of detail that response should include
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><p>Release Date: 2014-08-07</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>"
},
"identifier": "http://hl7.org/fhir/v3/vs/ResponseLevel",
"name": "v3 Code System ResponseLevel",
"publisher": "HL7, Inc",
"telecom": [
{
"system": "url",
"value": "http://hl7.org"
}
],
"description": " Specifies whether a response is expected from the addressee of this interaction and what level of detail that response should include",
"status": "active",
"date": "2014-08-07T00:00:00+10:00",
"define": {
"system": "http://hl7.org/fhir/v3/ResponseLevel",
"caseSensitive": true,
"concept": [
{
"code": "C",
"display": "completion",
"definition": "Respond with exceptions and a notification of completion"
},
{
"code": "D",
"display": "detail",
"definition": "Respond with exceptions, completion, modifications and include more detail information (if applicable)"
},
{
"code": "E",
"display": "exception",
"definition": "Respond with exceptions only"
},
{
"code": "F",
"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",
"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",
"display": "modification",
"definition": "Respond with exceptions, completions and modifications or revisions done before completion"
},
{
"code": "X",
"display": "none",
"definition": "Do not send any kind of response"
}
]
}
}