Skip to content

Class: Context

The context within which an observation was made.

URI: bdchm:Context

classDiagram class Context click Context href "../Context" Entity <|-- Context click Entity href "../Entity" Context : activity Context --> "0..1" Activity : activity click Activity href "../Activity" Context : id Context : relative_timing Context --> "0..1" RelativeTimingEnum : relative_timing click RelativeTimingEnum href "../RelativeTimingEnum"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
activity 0..1
Activity
The activity that provides context to the observation (e direct
relative_timing 0..1
RelativeTimingEnum
The timing of the observation relative to the observation (e direct
id 1
Uriorcurie
The 'logical' identifier of the entity within the system of record Entity

Usages

used by used in type used
DimensionalObservation context range Context
SpecimenQualityObservation context range Context
SpecimenQuantityObservation context range Context
Observation context range Context
MeasurementObservation context range Context
SdohObservation context range Context

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self bdchm:Context
native bdchm:Context

LinkML Source

Direct

name: Context
description: The context within which an observation was made.
from_schema: https://w3id.org/bdchm
is_a: Entity
attributes:
  activity:
    name: activity
    description: The activity that provides context to the observation (e.g. "fasting",
      "bronchodilator use")
    from_schema: https://w3id.org/bdchm
    rank: 1000
    domain_of:
    - Context
    range: Activity
  relative_timing:
    name: relative_timing
    description: The timing of the observation relative to the observation (e.g.,
      "before", "concurrent with")
    from_schema: https://w3id.org/bdchm
    rank: 1000
    domain_of:
    - Context
    range: RelativeTimingEnum

Induced

name: Context
description: The context within which an observation was made.
from_schema: https://w3id.org/bdchm
is_a: Entity
attributes:
  activity:
    name: activity
    description: The activity that provides context to the observation (e.g. "fasting",
      "bronchodilator use")
    from_schema: https://w3id.org/bdchm
    rank: 1000
    alias: activity
    owner: Context
    domain_of:
    - Context
    range: Activity
  relative_timing:
    name: relative_timing
    description: The timing of the observation relative to the observation (e.g.,
      "before", "concurrent with")
    from_schema: https://w3id.org/bdchm
    rank: 1000
    alias: relative_timing
    owner: Context
    domain_of:
    - Context
    range: RelativeTimingEnum
  id:
    name: id
    description: The 'logical' identifier of the entity within the system of record.  The
      simple value of this attribute stands for an identifier of this data object
      within the system, it can be used as a reference from other objects within the
      same system (i.e. primary and foreign keys), and it should be unique per type
      of object. The same data object copied to a different system will likely have
      a different "id" in the new system since "id" values are system specific and
      do not represent persistent business identifiers. Business identifiers are assigned
      outside the information system and are captured in the "identifier" field. The
      "id" field is more likely to be a serially or randomly generated value that
      is assigned to the data object as it is created in a system.
    from_schema: https://w3id.org/bdchm
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Context
    domain_of:
    - Entity
    range: uriorcurie
    required: true