v3.ResponseMode

v3 Code System ResponseMode

activecomplete3 conceptsv2018-08-12

Specifies the mode, immediate versus deferred or queued, by which a receiver should communicate its receiver responsibilities.

Metadata

hl7.org/fhir
Canonical URL
http://terminology.hl7.org/CodeSystem/v3-ResponseMode
All-Codes Value Set
http://terminology.hl7.org/ValueSet/v3-ResponseMode
ID
v3-ResponseMode
Version
2018-08-12
Publisher
HL7, Inc
Case Sensitive
Yes
Hierarchy Meaning
is-a
In the unified registry

Concepts (3)

D
deferred
The receiver may respond in a non-immediate manner. Note: this will be the default value.
I
immediate
The receiver is required to assume that the sender is blocking and behave appropriately by sending an immediate response.
Q
queue
The receiver shall keep any application responses in a queue until such time as the queue is polled.