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 the mode, immediate versus deferred or queued, by which a receiver should communicate its receiver responsibilities.
{ "resourceType": "ValueSet", "text": { "status": "generated", "div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n Specifies the mode, immediate versus deferred or queued, by which a receiver should communicate its receiver responsibilities.<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>D<a name=\"D\"> </a></td><td>deferred</td><td>\n The receiver may respond in a non-immediate manner. Note: this will be the default value.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>I<a name=\"I\"> </a></td><td>immediate</td><td>\n The receiver is required to assume that the sender is blocking and behave appropriately by sending an immediate response.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>Q<a name=\"Q\"> </a></td><td>queue</td><td>\n The receiver shall keep any application responses in a queue until such time as the queue is polled.<br/>\r\n\n </td></tr>\r\n</table>\r\n</div>" }, "identifier": "http://hl7.org/fhir/v3/vs/ResponseMode", "name": "v3 Code System ResponseMode", "publisher": "HL7, Inc", "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.", "status": "active", "date": "2014-08-07T00:00:00+10:00", "define": { "system": "http://hl7.org/fhir/v3/ResponseMode", "caseSensitive": true, "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." } ] } }