:py:mod:`spark_auto_mapper_fhir.value_sets.questionnaire_response_status` ========================================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.questionnaire_response_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.questionnaire_response_status.QuestionnaireResponseStatusCode spark_auto_mapper_fhir.value_sets.questionnaire_response_status.QuestionnaireResponseStatusCodeValues .. py:class:: QuestionnaireResponseStatusCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` QuestionnaireResponseStatus From: http://hl7.org/fhir/questionnaire-answers-status in valuesets.xml Lifecycle status of the questionnaire response. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/questionnaire-answers-status .. py:class:: QuestionnaireResponseStatusCodeValues This QuestionnaireResponse has been partially filled out with answers but changes or additions are still expected to be made to it. From: http://hl7.org/fhir/questionnaire-answers-status in valuesets.xml .. py:attribute:: InProgress This QuestionnaireResponse has been filled out with answers and the current content is regarded as definitive. From: http://hl7.org/fhir/questionnaire-answers-status in valuesets.xml .. py:attribute:: Completed This QuestionnaireResponse has been filled out with answers, then marked as complete, yet changes or additions have been made to it afterwards. From: http://hl7.org/fhir/questionnaire-answers-status in valuesets.xml .. py:attribute:: Amended This QuestionnaireResponse was entered in error and voided. From: http://hl7.org/fhir/questionnaire-answers-status in valuesets.xml .. py:attribute:: EnteredInError This QuestionnaireResponse has been partially filled out with answers but has been abandoned. It is unknown whether changes or additions are expected to be made to it. From: http://hl7.org/fhir/questionnaire-answers-status in valuesets.xml .. py:attribute:: Stopped