spark_auto_mapper_fhir.value_sets.goal_lifecycle_status
¶
Module Contents¶
Classes¶
GoalLifecycleStatus |
|
A goal is proposed for this patient. |
- class spark_auto_mapper_fhir.value_sets.goal_lifecycle_status.GoalLifecycleStatusCode(value)¶
Bases:
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.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/goal-status¶
- class spark_auto_mapper_fhir.value_sets.goal_lifecycle_status.GoalLifecycleStatusCodeValues¶
A goal is proposed for this patient. From: http://hl7.org/fhir/goal-status in valuesets.xml
- Proposed¶
A goal is planned for this patient. From: http://hl7.org/fhir/goal-status in valuesets.xml
- Planned¶
A proposed goal was accepted or acknowledged. From: http://hl7.org/fhir/goal-status in valuesets.xml
- Accepted¶
The goal has been abandoned. From: http://hl7.org/fhir/goal-status in valuesets.xml
- Cancelled¶
The goal was entered in error and voided. From: http://hl7.org/fhir/goal-status in valuesets.xml
- EnteredInError¶
A proposed goal was rejected. From: http://hl7.org/fhir/goal-status in valuesets.xml
- Rejected¶