spark_auto_mapper_fhir.value_sets.null_flavor
¶
Module Contents¶
Classes¶
v3.NullFlavor |
|
Description:The value is exceptional (missing, omitted, incomplete, improper). |
- class spark_auto_mapper_fhir.value_sets.null_flavor.NullFlavor(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
v3.NullFlavor From: http://terminology.hl7.org/ValueSet/v3-NullFlavor in v3-codesystems.xml
A collection of codes specifying why a valid value is not present.
- 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-NullFlavor¶
- class spark_auto_mapper_fhir.value_sets.null_flavor.NullFlavorValues¶
Description:The value is exceptional (missing, omitted, incomplete, improper). No information as to the reason for being an exceptional value is provided. This is the most general exceptional value. It is also the default exceptional value. From: http://terminology.hl7.org/CodeSystem/v3-NullFlavor in v3-codesystems.xml
- NoInformation¶
Value is not present in a message. This is only defined in messages, never in application data! All values not present in the message must be replaced by the applicable default, or no-information (NI) as the default of all defaults. From: http://terminology.hl7.org/CodeSystem/v3-NullFlavor in v3-codesystems.xml
- NotPresent¶