Skip to content

Enum: VitalStatusEnum

The vital status of a person or organism

URI: valuesets:VitalStatusEnum

Permissible Values

Value Meaning Description
ALIVE NCIT:C37987 The person is living
DECEASED NCIT:C28554 The person has died
UNKNOWN NCIT:C17998 The vital status is not known
PRESUMED_ALIVE None The person is presumed to be alive based on available information
PRESUMED_DECEASED None The person is presumed to be deceased based on available information

Slots

Name Description
vital_status The vital status of a person or organism

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: VitalStatusEnum
description: The vital status of a person or organism
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  ALIVE:
    text: ALIVE
    description: The person is living
    meaning: NCIT:C37987
  DECEASED:
    text: DECEASED
    description: The person has died
    meaning: NCIT:C28554
    title: Dead
  UNKNOWN:
    text: UNKNOWN
    description: The vital status is not known
    meaning: NCIT:C17998
  PRESUMED_ALIVE:
    text: PRESUMED_ALIVE
    description: The person is presumed to be alive based on available information
  PRESUMED_DECEASED:
    text: PRESUMED_DECEASED
    description: The person is presumed to be deceased based on available information