spark_auto_mapper_fhir.value_sets.condition_state
¶
Module Contents¶
Classes¶
ConditionState |
|
The condition is active. |
- class spark_auto_mapper_fhir.value_sets.condition_state.ConditionStateCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
ConditionState From: http://terminology.hl7.org/CodeSystem/condition-state in valuesets.xml
Enumeration indicating whether the condition is currently active, inactive, or
has been resolved.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/condition-state¶
- class spark_auto_mapper_fhir.value_sets.condition_state.ConditionStateCodeValues¶
The condition is active. From: http://terminology.hl7.org/CodeSystem/condition-state in valuesets.xml
- Active¶
The condition is inactive, but not resolved. From: http://terminology.hl7.org/CodeSystem/condition-state in valuesets.xml
- Inactive¶
The condition is resolved. From: http://terminology.hl7.org/CodeSystem/condition-state in valuesets.xml
- Resolved¶