Skip to content

Enum: Health-Layer Target (HealthLayerTargetEnum)

The downstream health-data layer a sidecar links into. Open by design; extend as new targets are supported.

URI: envar:enum/HealthLayerTargetEnum

Permissible Values

Value Meaning Description
omop_external_exposure None OMOP CDM, via the OHDSI GIS external_exposure table extension
bdc None BioData Catalyst (BDC) harmonised model
other None Another health-data layer named out of band

Slots

Name Description
health_layer_target The downstream health-data layer this sidecar links into

See Also

Identifier and Mapping Information

Schema Source

LinkML Source

name: HealthLayerTargetEnum
description: The downstream health-data layer a sidecar links into. Open by design;
  extend as new targets are supported.
title: Health-Layer Target
from_schema: https://w3id.org/linkml/microschemas/envar
see_also:
- https://ohdsi.github.io/CommonDataModel/
- https://biodatacatalyst.nhlbi.nih.gov/
rank: 1000
permissible_values:
  omop_external_exposure:
    text: omop_external_exposure
    description: OMOP CDM, via the OHDSI GIS `external_exposure` table extension.
  bdc:
    text: bdc
    description: BioData Catalyst (BDC) harmonised model.
  other:
    text: other
    description: Another health-data layer named out of band.