:py:mod:`spark_auto_mapper_fhir.value_sets.messageheader_response_request` ========================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.messageheader_response_request Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.messageheader_response_request.Messageheader_response_requestCode spark_auto_mapper_fhir.value_sets.messageheader_response_request.Messageheader_response_requestCodeValues .. py:class:: Messageheader_response_requestCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` messageheader-response-request From: http://hl7.org/fhir/messageheader-response-request in valuesets.xml HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/messageheader-response-request .. py:class:: Messageheader_response_requestCodeValues initiator expects a response for this message. From: http://hl7.org/fhir/messageheader-response-request in valuesets.xml .. py:attribute:: Always initiator expects a response only if in error. From: http://hl7.org/fhir/messageheader-response-request in valuesets.xml .. py:attribute:: Error_rejectConditionsOnly initiator does not expect a response. From: http://hl7.org/fhir/messageheader-response-request in valuesets.xml .. py:attribute:: Never initiator expects a response only if successful. From: http://hl7.org/fhir/messageheader-response-request in valuesets.xml .. py:attribute:: SuccessfulCompletionOnly