ConditionalReadStatus

Conditional Read Status

activeExtensions for Using Data Elements from FHIR R5 in FHIR R40.1.0complete4 concepts

A code that indicates how the server supports conditional read.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/conditional-read-status
ID
conditional-read-status
Version
5.0.0
Publisher
FHIR Infrastructure
Case Sensitive
Yes

Concepts (4)

CodeDisplayDefinition
not-supportedNot SupportedNo support for conditional reads.
modified-sinceIf-Modified-SinceConditional reads are supported, but only with the If-Modified-Since HTTP Header.
not-matchIf-None-MatchConditional reads are supported, but only with the If-None-Match HTTP Header.
full-supportFull SupportConditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers.