FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem conditional-read-status

Properties

Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem
Defining URL http://hl7.org/fhir/conditional-read-status
Version 5.0.0
Name ConditionalReadStatus
Title Conditional Read Status
Status active
Definition

A code that indicates how the server supports conditional read.

Publisher HL7 (FHIR Project)
Committee fhir
EXT_FMM_LEVEL 5
Value Set Conditional Read Status

This case-sensitive code system http://hl7.org/fhir/conditional-read-status defines the following codes:

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.