:py:mod:`spark_auto_mapper_fhir.value_sets.consent_state` ========================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.consent_state Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.consent_state.ConsentStateCode spark_auto_mapper_fhir.value_sets.consent_state.ConsentStateCodeValues .. py:class:: ConsentStateCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/consent-state-codes .. py:class:: 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 .. py:attribute:: 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 .. py:attribute:: Proposed The consent is to be followed and enforced. From: http://hl7.org/fhir/consent-state-codes in valuesets.xml .. py:attribute:: Active The consent has been rejected by one or more of the parties. From: http://hl7.org/fhir/consent-state-codes in valuesets.xml .. py:attribute:: Rejected The consent is terminated or replaced. From: http://hl7.org/fhir/consent-state-codes in valuesets.xml .. py:attribute:: 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 .. py:attribute:: EnteredInError