:py:mod:`spark_auto_mapper_fhir.value_sets.goal_achievement_status` =================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.goal_achievement_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.goal_achievement_status.GoalAchievementStatusCode spark_auto_mapper_fhir.value_sets.goal_achievement_status.GoalAchievementStatusCodeValues .. py:class:: GoalAchievementStatusCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` GoalAchievementStatus From: http://terminology.hl7.org/CodeSystem/goal-achievement in valuesets.xml Describes the progression, or lack thereof, towards the goal against the target. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/goal-achievement .. py:class:: GoalAchievementStatusCodeValues The goal is being sought but has not yet been reached. (Also applies if the goal was reached in the past but there has been regression and the goal is again being sought). From: http://terminology.hl7.org/CodeSystem/goal-achievement in valuesets.xml .. py:attribute:: InProgress The goal has been met. From: http://terminology.hl7.org/CodeSystem/goal-achievement in valuesets.xml .. py:attribute:: Achieved The goal has not been met and there might or might not have been progress towards target. From: http://terminology.hl7.org/CodeSystem/goal-achievement in valuesets.xml .. py:attribute:: NotAchieved