spark_auto_mapper_fhir.value_sets.act_status
¶
Module Contents¶
Classes¶
v3.ActStatus |
|
Encompasses the expected states of an Act, but excludes “nullified” and |
- class spark_auto_mapper_fhir.value_sets.act_status.ActStatus(value)¶
Bases:
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.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-ActStatus¶
- class spark_auto_mapper_fhir.value_sets.act_status.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
- 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
- Nullified¶
This Act instance has been replaced by a new instance. From: http://terminology.hl7.org/CodeSystem/v3-ActStatus in v3-codesystems.xml
- Obsolete¶