FHIR Cross-Version Extensions package for FHIR R4 from FHIR R3
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R3 - Version 0.0.1-snapshot-2. See the Directory of published versions

CodeSystem: v3 Code System ResponseMode

Official URL: http://hl7.org/fhir/v3/ResponseMode Version: 2016-11-11
Standards status: Informative Maturity Level: 0 Computable Name: v3 Code System ResponseMode

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

This Code system is referenced in the content logical definition of the following value sets:

  • This CodeSystem is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content)

This case-sensitive code system http://hl7.org/fhir/v3/ResponseMode defines the following codes in a Is-A hierarchy:

CodeDisplayDefinition
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.