:py:mod:`spark_auto_mapper_fhir.value_sets.goal_lifecycle_status` ================================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.goal_lifecycle_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.goal_lifecycle_status.GoalLifecycleStatusCode spark_auto_mapper_fhir.value_sets.goal_lifecycle_status.GoalLifecycleStatusCodeValues .. py:class:: GoalLifecycleStatusCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` GoalLifecycleStatus From: http://hl7.org/fhir/goal-status in valuesets.xml Codes that reflect the current state of a goal and whether the goal is still being targeted. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/goal-status .. py:class:: GoalLifecycleStatusCodeValues A goal is proposed for this patient. From: http://hl7.org/fhir/goal-status in valuesets.xml .. py:attribute:: Proposed A goal is planned for this patient. From: http://hl7.org/fhir/goal-status in valuesets.xml .. py:attribute:: Planned A proposed goal was accepted or acknowledged. From: http://hl7.org/fhir/goal-status in valuesets.xml .. py:attribute:: Accepted The goal has been abandoned. From: http://hl7.org/fhir/goal-status in valuesets.xml .. py:attribute:: Cancelled The goal was entered in error and voided. From: http://hl7.org/fhir/goal-status in valuesets.xml .. py:attribute:: EnteredInError A proposed goal was rejected. From: http://hl7.org/fhir/goal-status in valuesets.xml .. py:attribute:: Rejected