:py:mod:`spark_auto_mapper_fhir.value_sets.condition_state` =========================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.condition_state Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.condition_state.ConditionStateCode spark_auto_mapper_fhir.value_sets.condition_state.ConditionStateCodeValues .. py:class:: ConditionStateCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/condition-state .. py:class:: ConditionStateCodeValues The condition is active. From: http://terminology.hl7.org/CodeSystem/condition-state in valuesets.xml .. py:attribute:: Active The condition is inactive, but not resolved. From: http://terminology.hl7.org/CodeSystem/condition-state in valuesets.xml .. py:attribute:: Inactive The condition is resolved. From: http://terminology.hl7.org/CodeSystem/condition-state in valuesets.xml .. py:attribute:: Resolved