Skip to content

Enum: DataAbsentEnum

Used to specify why the normally expected content of the data element is missing.

URI: valuesets:DataAbsentEnum

Permissible Values

Value Meaning Description
unknown fhir_data_absent_reason:unknown The value is expected to exist but is not known
asked-unknown fhir_data_absent_reason:asked-unknown The source was asked but does not know the value
temp-unknown fhir_data_absent_reason:temp-unknown There is reason to expect (from the workflow) that the value may become known
not-asked fhir_data_absent_reason:not-asked The workflow didn't lead to this value being known
asked-declined fhir_data_absent_reason:asked-declined The source was asked but declined to answer
masked fhir_data_absent_reason:masked The information is not available due to security, privacy or related reasons
not-applicable fhir_data_absent_reason:not-applicable There is no proper value for this element (e
unsupported fhir_data_absent_reason:unsupported The source system wasn't capable of supporting this element
as-text fhir_data_absent_reason:as-text The content of the data is represented in the resource narrative
error fhir_data_absent_reason:error Some system or workflow process error means that the information is not avail...
not-a-number fhir_data_absent_reason:not-a-number The numeric value is undefined or unrepresentable due to a floating point pro...
negative-infinity fhir_data_absent_reason:negative-infinity The numeric value is excessively low and unrepresentable due to a floating po...
positive-infinity fhir_data_absent_reason:positive-infinity The numeric value is excessively high and unrepresentable due to a floating p...
not-performed fhir_data_absent_reason:not-performed The value is not available because the observation procedure (test, etc
not-permitted fhir_data_absent_reason:not-permitted The value is not permitted in this context (e

Slots

Name Description
data_absent Used to specify why the normally expected content of the data element is miss...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: DataAbsentEnum
description: Used to specify why the normally expected content of the data element
  is missing.
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  unknown:
    text: unknown
    description: The value is expected to exist but is not known.
    meaning: fhir_data_absent_reason:unknown
    title: Unknown
  asked-unknown:
    text: asked-unknown
    description: The source was asked but does not know the value.
    meaning: fhir_data_absent_reason:asked-unknown
    is_a: unknown
    title: Asked But Unknown
  temp-unknown:
    text: temp-unknown
    description: There is reason to expect (from the workflow) that the value may
      become known.
    meaning: fhir_data_absent_reason:temp-unknown
    is_a: unknown
    title: Temporarily Unknown
  not-asked:
    text: not-asked
    description: The workflow didn't lead to this value being known.
    meaning: fhir_data_absent_reason:not-asked
    is_a: unknown
    title: Not Asked
  asked-declined:
    text: asked-declined
    description: The source was asked but declined to answer.
    meaning: fhir_data_absent_reason:asked-declined
    is_a: unknown
    title: Asked But Declined
  masked:
    text: masked
    description: The information is not available due to security, privacy or related
      reasons.
    meaning: fhir_data_absent_reason:masked
    title: Masked
  not-applicable:
    text: not-applicable
    description: There is no proper value for this element (e.g. last menstrual period
      for a male).
    meaning: fhir_data_absent_reason:not-applicable
    title: Not Applicable
  unsupported:
    text: unsupported
    description: The source system wasn't capable of supporting this element.
    meaning: fhir_data_absent_reason:unsupported
    title: Unsupported
  as-text:
    text: as-text
    description: The content of the data is represented in the resource narrative.
    meaning: fhir_data_absent_reason:as-text
    title: As Text
  error:
    text: error
    description: Some system or workflow process error means that the information
      is not available.
    meaning: fhir_data_absent_reason:error
    title: Error
  not-a-number:
    text: not-a-number
    description: The numeric value is undefined or unrepresentable due to a floating
      point processing error.
    meaning: fhir_data_absent_reason:not-a-number
    is_a: error
    title: Not a Number (NaN)
  negative-infinity:
    text: negative-infinity
    description: The numeric value is excessively low and unrepresentable due to a
      floating point processing        error.
    meaning: fhir_data_absent_reason:negative-infinity
    is_a: error
    title: Negative Infinity (NINF)
  positive-infinity:
    text: positive-infinity
    description: The numeric value is excessively high and unrepresentable due to
      a floating point processing        error.
    meaning: fhir_data_absent_reason:positive-infinity
    is_a: error
    title: Positive Infinity (PINF)
  not-performed:
    text: not-performed
    description: The value is not available because the observation procedure (test,
      etc.) was not performed.
    meaning: fhir_data_absent_reason:not-performed
    title: Not Performed
  not-permitted:
    text: not-permitted
    description: The value is not permitted in this context (e.g. due to profiles,
      or the base data types).
    meaning: fhir_data_absent_reason:not-permitted
    title: Not Permitted