Skip to content

Enum: ConditionStatusEnum

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

URI: ConditionStatusEnum

Permissible Values

Value Meaning Description
PRESENT None The condition is/was present in the patient
ABSENT None The condition is/was absent in the patient
UNKNOWN None The condition is/was of unknown status in the patient

Slots

Name Description
condition_status A value indicating whether the medical condition described in this record is ...

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ConditionStatusEnum
description: A constrained set of enumerative values indicating whether a Condition
  is present, absent, or its status is unknown.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
permissible_values:
  PRESENT:
    text: PRESENT
    description: The condition is/was present in the patient.
  ABSENT:
    text: ABSENT
    description: The condition is/was absent in the patient.
  UNKNOWN:
    text: UNKNOWN
    description: The condition is/was of unknown status in the patient.