spark_auto_mapper_fhir.value_sets.consent_state
¶
Module Contents¶
Classes¶
ConsentState |
|
The consent is in development or awaiting use but is not yet intended to be |
- class spark_auto_mapper_fhir.value_sets.consent_state.ConsentStateCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
ConsentState From: http://hl7.org/fhir/consent-state-codes in valuesets.xml
Indicates the state of the consent.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/consent-state-codes¶
- class spark_auto_mapper_fhir.value_sets.consent_state.ConsentStateCodeValues¶
The consent is in development or awaiting use but is not yet intended to be acted upon. From: http://hl7.org/fhir/consent-state-codes in valuesets.xml
- Pending¶
The consent has been proposed but not yet agreed to by all parties. The negotiation stage. From: http://hl7.org/fhir/consent-state-codes in valuesets.xml
- Proposed¶
The consent is to be followed and enforced. From: http://hl7.org/fhir/consent-state-codes in valuesets.xml
- Active¶
The consent has been rejected by one or more of the parties. From: http://hl7.org/fhir/consent-state-codes in valuesets.xml
- Rejected¶
The consent is terminated or replaced. From: http://hl7.org/fhir/consent-state-codes in valuesets.xml
- Inactive¶
The consent was created wrongly (e.g. wrong patient) and should be ignored. From: http://hl7.org/fhir/consent-state-codes in valuesets.xml
- EnteredInError¶