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

1.14.4.1.1126 v3 Code System ResponseMode

This code system (http://hl7.org/fhir/v3/ResponseMode) is defined as part of HL7 v3.

Formal value Set definition (identifier http://hl7.org/fhir/v3/vs/ResponseMode): XML or JSON

Release Date: 2014-08-07

1.14.4.1.1126.1 Description

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


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