spark_auto_mapper_fhir.value_sets.acknowledgement_condition
¶
Module Contents¶
Classes¶
v3.AcknowledgementCondition |
|
Always send an acknowledgement. |
- class spark_auto_mapper_fhir.value_sets.acknowledgement_condition.AcknowledgementCondition(value)¶
Bases:
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
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition¶
- class spark_auto_mapper_fhir.value_sets.acknowledgement_condition.AcknowledgementConditionValues¶
Always send an acknowledgement. From: http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition in v3-codesystems.xml
- Always¶
Send an acknowledgement for error/reject conditions only. From: http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition in v3-codesystems.xml
- Error_rejectOnly¶
Never send an acknowledgement. From: http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition in v3-codesystems.xml
- Never¶
Send an acknowledgement for successful completions only. From: http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition in v3-codesystems.xml
- SuccessfulOnly¶