ConditionalReadStatus

ConditionalReadStatus

activeFHIR Core package4.3.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
4.3.0
Publisher
HL7 (FHIR Project)
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.