Skip to content

Enum: Partial-Day Attribution (PartialDayAttributionEnum)

How boundary / transition days of the patient's trajectory (trip start / end, travel days) are attributed when location changes within a day.

URI: envar:enum/PartialDayAttributionEnum

Permissible Values

Value Meaning Description
origin_location None The transition day is attributed to the origin location
destination_location None The transition day is attributed to the destination location
both_days_included None Both ends of the transition are counted (exposure attributed at both location...
excluded None Transition days are excluded from exposure attribution
not_applicable None No trajectory transitions occur (e

Slots

Name Description
partial_day_attribution_rule How boundary / transition days of the patient's trajectory (trip start / end,...

Identifier and Mapping Information

Schema Source

LinkML Source

name: PartialDayAttributionEnum
description: How boundary / transition days of the patient's trajectory (trip start
  / end, travel days) are attributed when location changes within a day.
title: Partial-Day Attribution
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
permissible_values:
  origin_location:
    text: origin_location
    description: The transition day is attributed to the origin location.
  destination_location:
    text: destination_location
    description: The transition day is attributed to the destination location.
  both_days_included:
    text: both_days_included
    description: Both ends of the transition are counted (exposure attributed at both
      locations).
  excluded:
    text: excluded
    description: Transition days are excluded from exposure attribution.
  not_applicable:
    text: not_applicable
    description: No trajectory transitions occur (e.g. a single static address), so
      the rule does not apply.