ConditionalReadStatus

ConditionalReadStatus

draftFHIR R3 package : Core3.0.2complete4 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
3.0.2
Publisher
HL7 (FHIR Project)
Case Sensitive
Yes

Concepts (4)

CodeDisplayDefinition
not-supportedNot SupportedNo support for conditional deletes.
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.