active
1 bindingConditionalReadStatus
http://hl7.org/fhir/ValueSet/conditional-read-status
A code that indicates how the server supports conditional read.
Official specComposition
| Code | Display | Definition |
|---|---|---|
| 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. |
Bound by
| Resource | Path | Strength |
|---|---|---|
| CapabilityStatement | CapabilityStatement.rest.resource.conditionalRead | required |