:py:mod:`spark_auto_mapper_fhir.value_sets.conditional_read_status` =================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.conditional_read_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.conditional_read_status.ConditionalReadStatusCode spark_auto_mapper_fhir.value_sets.conditional_read_status.ConditionalReadStatusCodeValues .. py:class:: ConditionalReadStatusCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` ConditionalReadStatus From: http://hl7.org/fhir/conditional-read-status in valuesets.xml A code that indicates how the server supports conditional read. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/conditional-read-status .. py:class:: ConditionalReadStatusCodeValues No support for conditional reads. From: http://hl7.org/fhir/conditional-read-status in valuesets.xml .. py:attribute:: NotSupported Conditional reads are supported, but only with the If-Modified-Since HTTP Header. From: http://hl7.org/fhir/conditional-read-status in valuesets.xml .. py:attribute:: If_Modified_Since Conditional reads are supported, but only with the If-None-Match HTTP Header. From: http://hl7.org/fhir/conditional-read-status in valuesets.xml .. py:attribute:: If_None_Match Conditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers. From: http://hl7.org/fhir/conditional-read-status in valuesets.xml .. py:attribute:: FullSupport