Class: Study Design Cell (StudyCell)

A partitioning of a study arm into individual pieces, which are associated with an epoch and any number of sequential elements within that epoch.

URI: https://example.org/usdm/v4/linkml/StudyCell

 classDiagram
    class StudyCell
    click StudyCell href "../../classes/StudyCell/"
      StudyCell : armId





        StudyCell --> "1" StudyArm : armId
        click StudyArm href "../../classes/StudyArm/"



      StudyCell : elementIds





        StudyCell --> "1..*" StudyElement : elementIds
        click StudyElement href "../../classes/StudyElement/"



      StudyCell : epochId





        StudyCell --> "1" StudyEpoch : epochId
        click StudyEpoch href "../../classes/StudyEpoch/"



      StudyCell : extensionAttributes





        StudyCell --> "*" ExtensionAttribute : extensionAttributes
        click ExtensionAttribute href "../../classes/ExtensionAttribute/"



      StudyCell : id


Class Properties

Property Value
Class URI usdm:StudyCell

Slots

Name Cardinality and Range Description Inheritance
id 1
string
direct
armId 1
StudyArm
A USDM relationship between the StudyCell and StudyArm classes which identifies the study arm associated with a study cell. direct
epochId 1
StudyEpoch
A USDM relationship between the StudyCell and StudyEpoch classes which identifies the study epoch associated with a study cell. direct
elementIds 1..*
StudyElement
A USDM relationship between the StudyCell and StudyElement classes which identifies the set of study elements associated with the study cell. direct
extensionAttributes *
ExtensionAttribute
direct

Usages

used by used in type used
InterventionalStudyDesign studyCells range StudyCell
ObservationalStudyDesign studyCells range StudyCell
StudyDesign studyCells range StudyCell

Identifier and Mapping Information

Schema Source

  • from schema: https://example.org/usdm/v4/linkml

Mappings

Mapping Type Mapped Value
self https://example.org/usdm/v4/linkml/StudyCell
native https://example.org/usdm/v4/linkml/StudyCell
exact ncit:C188810

LinkML Source

Direct

name: StudyCell
description: A partitioning of a study arm into individual pieces, which are associated
  with an epoch and any number of sequential elements within that epoch.
title: Study Design Cell
from_schema: https://example.org/usdm/v4/linkml
exact_mappings:
- ncit:C188810
rank: 1000
attributes:
  id:
    name: id
    from_schema: https://example.org/usdm/v4/linkml
    identifier: true
    domain_of:
    - Abbreviation
    - Activity
    - Address
    - AdministrableProduct
    - AdministrableProductProperty
    - Administration
    - AliasCode
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - Code
    - CommentAnnotation
    - ConditionAssignment
    - DocumentContentReference
    - Duration
    - EligibilityCriterion
    - Encounter
    - Estimand
    - ExtensionAttribute
    - ExtensionClass
    - GeographicScope
    - GovernanceDate
    - Identifier
    - Indication
    - Ingredient
    - Masking
    - MedicalDevice
    - NarrativeContent
    - NarrativeContentItem
    - Organization
    - ParameterMap
    - PersonName
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - QuantityRange
    - ResponseCode
    - ScheduleTimeline
    - ScheduleTimelineExit
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyAmendmentImpact
    - StudyAmendmentReason
    - StudyArm
    - StudyCell
    - StudyChange
    - StudyDefinitionDocument
    - StudyDefinitionDocumentVersion
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - StudyTitle
    - StudyVersion
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: true
  armId:
    name: armId
    description: A USDM relationship between the StudyCell and StudyArm classes which
      identifies the study arm associated with a study cell.
    from_schema: https://example.org/usdm/v4/linkml
    rank: 1000
    domain_of:
    - StudyCell
    range: StudyArm
    required: true
    inlined: false
  epochId:
    name: epochId
    description: A USDM relationship between the StudyCell and StudyEpoch classes
      which identifies the study epoch associated with a study cell.
    from_schema: https://example.org/usdm/v4/linkml
    domain_of:
    - ScheduledInstance
    - StudyCell
    range: StudyEpoch
    required: true
    inlined: false
  elementIds:
    name: elementIds
    description: A USDM relationship between the StudyCell and StudyElement classes
      which identifies the set of study elements associated with the study cell.
    from_schema: https://example.org/usdm/v4/linkml
    rank: 1000
    domain_of:
    - StudyCell
    range: StudyElement
    required: true
    multivalued: true
    inlined: false
  extensionAttributes:
    name: extensionAttributes
    from_schema: https://example.org/usdm/v4/linkml
    domain_of:
    - Abbreviation
    - Activity
    - Address
    - AdministrableProduct
    - AdministrableProductIdentifier
    - AdministrableProductProperty
    - Administration
    - AliasCode
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - Characteristic
    - Code
    - CommentAnnotation
    - Condition
    - ConditionAssignment
    - DocumentContentReference
    - Duration
    - EligibilityCriterion
    - EligibilityCriterionItem
    - Encounter
    - Endpoint
    - Estimand
    - ExtensionAttribute
    - ExtensionClass
    - GeographicScope
    - GovernanceDate
    - Indication
    - Ingredient
    - IntercurrentEvent
    - InterventionalStudyDesign
    - Masking
    - MedicalDevice
    - MedicalDeviceIdentifier
    - NarrativeContent
    - NarrativeContentItem
    - Objective
    - ObservationalStudyDesign
    - Organization
    - ParameterMap
    - PersonName
    - Procedure
    - ProductOrganizationRole
    - Quantity
    - Range
    - ReferenceIdentifier
    - ResponseCode
    - ScheduleTimeline
    - ScheduleTimelineExit
    - ScheduledActivityInstance
    - ScheduledDecisionInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyAmendmentImpact
    - StudyAmendmentReason
    - StudyArm
    - StudyCell
    - StudyChange
    - StudyCohort
    - StudyDefinitionDocument
    - StudyDefinitionDocumentVersion
    - StudyDesignPopulation
    - StudyElement
    - StudyEpoch
    - StudyIdentifier
    - StudyIntervention
    - StudyRole
    - StudySite
    - StudyTitle
    - StudyVersion
    - SubjectEnrollment
    - Substance
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: ExtensionAttribute
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
class_uri: usdm:StudyCell

Induced

name: StudyCell
description: A partitioning of a study arm into individual pieces, which are associated
  with an epoch and any number of sequential elements within that epoch.
title: Study Design Cell
from_schema: https://example.org/usdm/v4/linkml
exact_mappings:
- ncit:C188810
rank: 1000
attributes:
  id:
    name: id
    from_schema: https://example.org/usdm/v4/linkml
    identifier: true
    alias: id
    owner: StudyCell
    domain_of:
    - Abbreviation
    - Activity
    - Address
    - AdministrableProduct
    - AdministrableProductProperty
    - Administration
    - AliasCode
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - Code
    - CommentAnnotation
    - ConditionAssignment
    - DocumentContentReference
    - Duration
    - EligibilityCriterion
    - Encounter
    - Estimand
    - ExtensionAttribute
    - ExtensionClass
    - GeographicScope
    - GovernanceDate
    - Identifier
    - Indication
    - Ingredient
    - Masking
    - MedicalDevice
    - NarrativeContent
    - NarrativeContentItem
    - Organization
    - ParameterMap
    - PersonName
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - QuantityRange
    - ResponseCode
    - ScheduleTimeline
    - ScheduleTimelineExit
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyAmendmentImpact
    - StudyAmendmentReason
    - StudyArm
    - StudyCell
    - StudyChange
    - StudyDefinitionDocument
    - StudyDefinitionDocumentVersion
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - StudyTitle
    - StudyVersion
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: true
  armId:
    name: armId
    description: A USDM relationship between the StudyCell and StudyArm classes which
      identifies the study arm associated with a study cell.
    from_schema: https://example.org/usdm/v4/linkml
    rank: 1000
    alias: armId
    owner: StudyCell
    domain_of:
    - StudyCell
    range: StudyArm
    required: true
    inlined: false
  epochId:
    name: epochId
    description: A USDM relationship between the StudyCell and StudyEpoch classes
      which identifies the study epoch associated with a study cell.
    from_schema: https://example.org/usdm/v4/linkml
    alias: epochId
    owner: StudyCell
    domain_of:
    - ScheduledInstance
    - StudyCell
    range: StudyEpoch
    required: true
    inlined: false
  elementIds:
    name: elementIds
    description: A USDM relationship between the StudyCell and StudyElement classes
      which identifies the set of study elements associated with the study cell.
    from_schema: https://example.org/usdm/v4/linkml
    rank: 1000
    alias: elementIds
    owner: StudyCell
    domain_of:
    - StudyCell
    range: StudyElement
    required: true
    multivalued: true
    inlined: false
  extensionAttributes:
    name: extensionAttributes
    from_schema: https://example.org/usdm/v4/linkml
    alias: extensionAttributes
    owner: StudyCell
    domain_of:
    - Abbreviation
    - Activity
    - Address
    - AdministrableProduct
    - AdministrableProductIdentifier
    - AdministrableProductProperty
    - Administration
    - AliasCode
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - Characteristic
    - Code
    - CommentAnnotation
    - Condition
    - ConditionAssignment
    - DocumentContentReference
    - Duration
    - EligibilityCriterion
    - EligibilityCriterionItem
    - Encounter
    - Endpoint
    - Estimand
    - ExtensionAttribute
    - ExtensionClass
    - GeographicScope
    - GovernanceDate
    - Indication
    - Ingredient
    - IntercurrentEvent
    - InterventionalStudyDesign
    - Masking
    - MedicalDevice
    - MedicalDeviceIdentifier
    - NarrativeContent
    - NarrativeContentItem
    - Objective
    - ObservationalStudyDesign
    - Organization
    - ParameterMap
    - PersonName
    - Procedure
    - ProductOrganizationRole
    - Quantity
    - Range
    - ReferenceIdentifier
    - ResponseCode
    - ScheduleTimeline
    - ScheduleTimelineExit
    - ScheduledActivityInstance
    - ScheduledDecisionInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyAmendmentImpact
    - StudyAmendmentReason
    - StudyArm
    - StudyCell
    - StudyChange
    - StudyCohort
    - StudyDefinitionDocument
    - StudyDefinitionDocumentVersion
    - StudyDesignPopulation
    - StudyElement
    - StudyEpoch
    - StudyIdentifier
    - StudyIntervention
    - StudyRole
    - StudySite
    - StudyTitle
    - StudyVersion
    - SubjectEnrollment
    - Substance
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: ExtensionAttribute
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
class_uri: usdm:StudyCell