:py:mod:`spark_auto_mapper_fhir.value_sets.null_flavor` ======================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.null_flavor Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.null_flavor.NullFlavor spark_auto_mapper_fhir.value_sets.null_flavor.NullFlavorValues .. py:class:: NullFlavor(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://terminology.hl7.org/CodeSystem/v3-NullFlavor .. py:class:: 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 .. py:attribute:: 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 .. py:attribute:: NotPresent