Skip to content

Enum: StatusEnum

A constrained set of enumerative values indicating whether something is present, absent, or its status is unknown.

URI: StatusEnum

Permissible Values

Value Meaning Description
PRESENT None was present in the patient at observation time
ABSENT None was absent in the patient at observation time
UNKNOWN None was of unknown status in the patient at observation time

Slots

Name Description
procedure_status A value indicating whether the medical procedure described in this record is ...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nhlbidatastage/bdchm

LinkML Source

name: StatusEnum
description: A constrained set of enumerative values indicating whether something
  is present, absent, or its status is unknown.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
permissible_values:
  PRESENT:
    text: PRESENT
    description: was present in the patient at observation time.
  ABSENT:
    text: ABSENT
    description: was absent in the patient at observation time.
  UNKNOWN:
    text: UNKNOWN
    description: was of unknown status in the patient at observation time.