:py:mod:`spark_auto_mapper_fhir.value_sets.act_status` ====================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.act_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.act_status.ActStatus spark_auto_mapper_fhir.value_sets.act_status.ActStatusValues .. py:class:: ActStatus(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.ActStatus From: http://terminology.hl7.org/ValueSet/v3-ActStatus in v3-codesystems.xml Codes representing the defined possible states of an Act, as defined by the Act class state machine. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ActStatus .. py:class:: ActStatusValues Encompasses the expected states of an Act, but excludes "nullified" and "obsolete" which represent unusual terminal states for the life-cycle. From: http://terminology.hl7.org/CodeSystem/v3-ActStatus in v3-codesystems.xml .. py:attribute:: Normal This Act instance was created in error and has been 'removed' and is treated as though it never existed. A record is retained for audit purposes only. From: http://terminology.hl7.org/CodeSystem/v3-ActStatus in v3-codesystems.xml .. py:attribute:: Nullified This Act instance has been replaced by a new instance. From: http://terminology.hl7.org/CodeSystem/v3-ActStatus in v3-codesystems.xml .. py:attribute:: Obsolete