spark_auto_mapper_fhir.value_sets.definition_status

Module Contents

Classes

DefinitionStatusCode

DefinitionStatus

DefinitionStatusCodeValues

The definition is in the design stage and is not yet considered to be “ready

class spark_auto_mapper_fhir.value_sets.definition_status.DefinitionStatusCode(value)

Bases: spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode

DefinitionStatus From: http://terminology.hl7.org/CodeSystem/definition-status in valuesets.xml

Codes identifying the lifecycle stage of a definition.

Parameters

value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –

codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/definition-status
class spark_auto_mapper_fhir.value_sets.definition_status.DefinitionStatusCodeValues

The definition is in the design stage and is not yet considered to be “ready for use”. From: http://terminology.hl7.org/CodeSystem/definition-status in valuesets.xml

Draft

The definition is considered ready for use. From: http://terminology.hl7.org/CodeSystem/definition-status in valuesets.xml

Active

The definition should no longer be used. From: http://terminology.hl7.org/CodeSystem/definition-status in valuesets.xml

Withdrawn

The authoring/source system does not know which of the status values currently applies for this resource. Note: This concept is not to be used for “other” - one of the listed statuses is presumed to apply, but the authoring/source system does not know which. From: http://terminology.hl7.org/CodeSystem/definition-status in valuesets.xml

Unknown