:py:mod:`spark_auto_mapper_fhir.value_sets.role_status` ======================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.role_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.role_status.RoleStatus spark_auto_mapper_fhir.value_sets.role_status.RoleStatusValues .. py:class:: RoleStatus(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` v3.RoleStatus From: http://terminology.hl7.org/ValueSet/v3-RoleStatus in v3-codesystems.xml Codes representing the defined possible states of an Role, as defined by the Role class state machine. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-RoleStatus .. py:class:: RoleStatusValues The 'typical' state. Excludes "nullified" which represents the termination state of a Role instance that was created in error. From: http://terminology.hl7.org/CodeSystem/v3-RoleStatus in v3-codesystems.xml .. py:attribute:: Normal The state representing the termination of a Role instance that was created in error. From: http://terminology.hl7.org/CodeSystem/v3-RoleStatus in v3-codesystems.xml .. py:attribute:: Nullified