spark_auto_mapper_fhir.value_sets.conditional_read_status
¶
Module Contents¶
Classes¶
ConditionalReadStatus |
|
No support for conditional reads. |
- class spark_auto_mapper_fhir.value_sets.conditional_read_status.ConditionalReadStatusCode(value)¶
Bases:
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.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/conditional-read-status¶
- class spark_auto_mapper_fhir.value_sets.conditional_read_status.ConditionalReadStatusCodeValues¶
No support for conditional reads. From: http://hl7.org/fhir/conditional-read-status in valuesets.xml
- 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
- 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
- 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
- FullSupport¶