:py:mod:`spark_auto_mapper_fhir.value_sets.response_level` ========================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.response_level Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.response_level.ResponseLevel spark_auto_mapper_fhir.value_sets.response_level.ResponseLevelValues .. py:class:: ResponseLevel(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.ResponseLevel From: http://terminology.hl7.org/ValueSet/v3-ResponseLevel in v3-codesystems.xml Specifies whether a response is expected from the addressee of this interaction and what level of detail that response should include .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ResponseLevel .. py:class:: ResponseLevelValues Respond with exceptions and a notification of completion From: http://terminology.hl7.org/CodeSystem/v3-ResponseLevel in v3-codesystems.xml .. py:attribute:: Completion Respond with exceptions, completion, modifications and include more detail information (if applicable) From: http://terminology.hl7.org/CodeSystem/v3-ResponseLevel in v3-codesystems.xml .. py:attribute:: Detail Respond with exceptions only From: http://terminology.hl7.org/CodeSystem/v3-ResponseLevel in v3-codesystems.xml .. py:attribute:: Exception Respond with exceptions, completion, and modification with detail (as above), and send positive confirmations even if no modifications are being made. From: http://terminology.hl7.org/CodeSystem/v3-ResponseLevel in v3-codesystems.xml .. py:attribute:: Confirmation Respond only with message level acknowledgements, i.e., only notify acceptance or rejection of the message, do not include any application-level detail From: http://terminology.hl7.org/CodeSystem/v3-ResponseLevel in v3-codesystems.xml .. py:attribute:: Message_control Respond with exceptions, completions and modifications or revisions done before completion From: http://terminology.hl7.org/CodeSystem/v3-ResponseLevel in v3-codesystems.xml .. py:attribute:: Modification Do not send any kind of response From: http://terminology.hl7.org/CodeSystem/v3-ResponseLevel in v3-codesystems.xml .. py:attribute:: None_