Skip to content

Enum: HistoricalStatusEnum

Extended status values including historical presence of conditions or observations.

URI: valuesets:HistoricalStatusEnum

Permissible Values

Value Meaning Description
PRESENT None Currently present in the patient
ABSENT None Currently absent in the patient
UNKNOWN None Current status is unknown
HISTORICAL None Was present in the patient historically but not currently

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: HistoricalStatusEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Extended status values including historical presence of conditions or
  observations.
title: Historical Status
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  PRESENT:
    text: PRESENT
    description: Currently present in the patient
  ABSENT:
    text: ABSENT
    description: Currently absent in the patient
  UNKNOWN:
    text: UNKNOWN
    description: Current status is unknown
  HISTORICAL:
    text: HISTORICAL
    description: Was present in the patient historically but not currently