spark_auto_mapper_fhir.value_sets.flag_status

Module Contents

Classes

FlagStatusCode

FlagStatus

FlagStatusCodeValues

A current flag that should be displayed to a user. A system may use the

class spark_auto_mapper_fhir.value_sets.flag_status.FlagStatusCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

FlagStatus From: http://hl7.org/fhir/flag-status in valuesets.xml

Indicates whether this flag is active and needs to be displayed to a user, or

whether it is no longer needed or was entered in error.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/flag-status
class spark_auto_mapper_fhir.value_sets.flag_status.FlagStatusCodeValues

A current flag that should be displayed to a user. A system may use the category to determine which user roles should view the flag. From: http://hl7.org/fhir/flag-status in valuesets.xml

Active

The flag no longer needs to be displayed. From: http://hl7.org/fhir/flag-status in valuesets.xml

Inactive

The flag was added in error and should no longer be displayed. From: http://hl7.org/fhir/flag-status in valuesets.xml

EnteredInError