ConditionalReadStatus

ConditionalReadStatus

activecomplete4 conceptsv4.0.1

A code that indicates how the server supports conditional read.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/conditional-read-status
All-Codes Value Set
http://hl7.org/fhir/ValueSet/conditional-read-status
ID
conditional-read-status
Version
4.0.1
Publisher
HL7 (FHIR Project)
Case Sensitive
Yes
In the unified registry

Concepts (4)

not-supported
Not Supported
No support for conditional reads.
modified-since
If-Modified-Since
Conditional reads are supported, but only with the If-Modified-Since HTTP Header.
not-match
If-None-Match
Conditional reads are supported, but only with the If-None-Match HTTP Header.
full-support
Full Support
Conditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers.