:py:mod:`spark_auto_mapper_fhir.value_sets.acknowledgement_condition` ===================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.acknowledgement_condition Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.acknowledgement_condition.AcknowledgementCondition spark_auto_mapper_fhir.value_sets.acknowledgement_condition.AcknowledgementConditionValues .. py:class:: AcknowledgementCondition(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.AcknowledgementCondition From: http://terminology.hl7.org/ValueSet/v3-AcknowledgementCondition in v3-codesystems.xml The codes identify the conditions under which accept acknowledgements are required to be returned in response to this message. Note that accept acknowledgement address two different issues at the same time: reliable transport as well as syntactical correctness .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition .. py:class:: AcknowledgementConditionValues Always send an acknowledgement. From: http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition in v3-codesystems.xml .. py:attribute:: Always Send an acknowledgement for error/reject conditions only. From: http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition in v3-codesystems.xml .. py:attribute:: Error_rejectOnly Never send an acknowledgement. From: http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition in v3-codesystems.xml .. py:attribute:: Never Send an acknowledgement for successful completions only. From: http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition in v3-codesystems.xml .. py:attribute:: SuccessfulOnly