Skip to content

Class: Participant Encounter (Encounter)

An event at which data was collected about a participant, an intervention was made, or information about a participant was recorded.

URI: includedcc:Encounter

classDiagram class Encounter click Encounter href "../Encounter/" Record <|-- Encounter click Record href "../Record/" Encounter : age_at_event Encounter : encounter_definition_id Encounter --> "0..1" EncounterDefinition : encounter_definition_id click EncounterDefinition href "../EncounterDefinition/" Encounter : encounter_id Encounter : external_id Encounter : subject_id Encounter --> "0..1" Subject : subject_id click Subject href "../Subject/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
encounter_id 1
String
Unique identifier for this Encounter direct
subject_id 0..1
Subject
INCLUDE Global ID for the Subject direct
encounter_definition_id 0..1
EncounterDefinition
Unique identifier for this Encounter Definition direct
age_at_event 0..1
Integer
The age in days of the Subject at the time point which the assertion describe... direct
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... Record

Usages

used by used in type used
SubjectAssertion encounter_id range Encounter
BiospecimenCollection encounter_id range Encounter

Identifier and Mapping Information

Schema Source

  • from schema: https://includedcc.org/include-access-model

Mappings

Mapping Type Mapped Value
self includedcc:Encounter
native includedcc:Encounter

LinkML Source

Direct

name: Encounter
description: An event at which data was collected about a participant, an intervention
  was made, or information about a participant was recorded.
title: Participant Encounter
from_schema: https://includedcc.org/include-access-model
is_a: Record
slots:
- encounter_id
- subject_id
- encounter_definition_id
- age_at_event
slot_usage:
  encounter_id:
    name: encounter_id
    identifier: true
    range: string
    required: true

Induced

name: Encounter
description: An event at which data was collected about a participant, an intervention
  was made, or information about a participant was recorded.
title: Participant Encounter
from_schema: https://includedcc.org/include-access-model
is_a: Record
slot_usage:
  encounter_id:
    name: encounter_id
    identifier: true
    range: string
    required: true
attributes:
  encounter_id:
    name: encounter_id
    description: Unique identifier for this Encounter.
    title: Encounter ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    identifier: true
    alias: encounter_id
    owner: Encounter
    domain_of:
    - SubjectAssertion
    - BiospecimenCollection
    - Encounter
    range: string
    required: true
  subject_id:
    name: subject_id
    description: INCLUDE Global ID for the Subject
    title: Study ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: subject_id
    owner: Encounter
    domain_of:
    - Subject
    - Demographics
    - SubjectAssertion
    - Encounter
    - File
    range: Subject
    multivalued: false
  encounter_definition_id:
    name: encounter_definition_id
    description: Unique identifier for this Encounter Definition.
    title: Encounter Definition ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: encounter_definition_id
    owner: Encounter
    domain_of:
    - Encounter
    - EncounterDefinition
    range: EncounterDefinition
  age_at_event:
    name: age_at_event
    description: The age in days of the Subject at the time point which the assertion
      describes, eg, age of onset or when a measurement was performed.
    title: Age at event
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: age_at_event
    owner: Encounter
    domain_of:
    - SubjectAssertion
    - Encounter
    range: integer
    unit:
      ucum_code: d
  external_id:
    name: external_id
    description: Other identifiers for this entity, eg, from the submitting study
      or in systems like dbGaP
    title: External Identifiers
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: external_id
    owner: Encounter
    domain_of:
    - Record
    range: uriorcurie
    required: false
    multivalued: true