Class: Timing

A temporal element that describes the timing of an event or occurrence, which can be absolute, relative, or nominal

URI: dds:class/Timing

erDiagram
Timing {
    TimingType type  
    boolean isNominal  
    string value  
    string relativeTo  
    string relativeFrom  
    datetime windowLower  
    datetime windowUpper  
    boolean recalled  
    string frequency  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
}
Coding {
    string code  
    string decode  
    string codeSystem  
    string codeSystemVersion  
    AliasPredicate aliasType  
}
Method {
    MethodType type  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
    boolean mandatory  
    string purpose  
    datetime lastUpdated  
    string owner  
    string wasDerivedFrom  
}
SiteOrSponsorComment {
    string text  
    OriginSource sourceType  
    string source  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
    boolean mandatory  
    string purpose  
    datetime lastUpdated  
    string owner  
    string wasDerivedFrom  
}
Comment {
    string text  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
    boolean mandatory  
    string purpose  
    datetime lastUpdated  
    string owner  
    string wasDerivedFrom  
}
Concept {
    string version  
    string href  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
    boolean mandatory  
    string purpose  
    datetime lastUpdated  
    string owner  
    string wasDerivedFrom  
}
DocumentReference {
    string title  
    string leafID  
    integerList pages  
    string relationship  
    string version  
    string href  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
}
FormalExpression {
    string context  
    string expression  
    string returnType  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
}

Timing ||--|o Method : "imputation"
Timing ||--}o Coding : "coding"
Method ||--}o FormalExpression : "expressions"
Method ||--}o DocumentReference : "documents"
Method ||--|o Concept : "implementsConcept"
Method ||--}o Coding : "coding"
Method ||--}o Comment : "comments"
Method ||--}o SiteOrSponsorComment : "siteOrSponsorComments"
SiteOrSponsorComment ||--}o Coding : "coding"
SiteOrSponsorComment ||--}o Comment : "comments"
SiteOrSponsorComment ||--}o SiteOrSponsorComment : "siteOrSponsorComments"
Comment ||--}o DocumentReference : "documents"
Comment ||--}o Coding : "coding"
Comment ||--}o Comment : "comments"
Comment ||--}o SiteOrSponsorComment : "siteOrSponsorComments"
Concept ||--}o ConceptProperty : "properties"
Concept ||--}o Coding : "coding"
Concept ||--}o Comment : "comments"
Concept ||--}o SiteOrSponsorComment : "siteOrSponsorComments"
DocumentReference ||--}o Coding : "coding"
FormalExpression ||--}o Parameter : "parameters"
FormalExpression ||--|o ReturnValue : "returnValue"
FormalExpression ||--}o Resource : "externalCodeLibs"
FormalExpression ||--}o Coding : "coding"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 1
TimingType
The type of timing: Fixed, Before (Relative), or After (Relative). direct
isNominal 0..1
Boolean
Indicates whether the timing is nominal (event-based) or not. direct
value 1
String
The value of the timing, which can be a date/time, duration, or event reference. direct
relativeTo 0..1
String or 
TimingLandmark or 
String
The protocol anchor this timing is relative to. Either a TimingLandmark (well-known protocol event such as RANDOMIZATION or FIRST_DOSE) or a free-form OID/identifier referencing a USDM ScheduledActivityInstance. direct
relativeFrom 0..1
String or 
TimingLandmark or 
String
The protocol anchor from which this timing is measured. Either a TimingLandmark or a USDM ScheduledActivityInstance OID reference. direct
windowLower 0..1
Datetime
Start date/time of the timing direct
windowUpper 0..1
Datetime
End date/time of the timing direct
recalled 0..1
Boolean
Indicates whether the timing is recalled or not (recalled timings are less reliable). direct
frequency 0..1
String
Frequency. Use dose frequency terminology e.g. "BID" if applicable. direct
imputation 0..1
Method
The imputation method used for the Timing. direct
OID 1
String
Local identifier within this study/context. Use CDISC OID format for regulatory submissions, or simple strings for internal use. Identifiable
uuid 0..1
String
Universal unique identifier Identifiable
name 0..1
String
Short name or identifier, used for field names Labelled
description 0..1
String or 
String or 
TranslatedText
Detailed description, shown in tooltips Labelled
coding *
Coding
Semantic tags for this element Labelled
label 0..1
String or 
String or 
TranslatedText
Human-readable label, shown in UIs Labelled
aliases *
String or 
String or 
TranslatedText
Alternative name or identifier Labelled

Usages

used by used in type used
IsProfile validityPeriod range Timing
ItemGroup validityPeriod range Timing
DataStructureDefinition validityPeriod range Timing
Dataflow deliverySchedule any_of[range] Timing
Dataset validityPeriod range Timing

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self dds:Timing
native dds:Timing
exact usdm:Timing
narrow fhir:Period, fhir:Age, fhir:Duration
broad fhir:Timing
related omop:Observation_period, omop:Drug_era, omop:Condition_era, omop:Procedure_era

LinkML Source

Direct

name: Timing
description: A temporal element that describes the timing of an event or occurrence,
  which can be absolute, relative, or nominal
from_schema: https://w3id.org/dds
exact_mappings:
- usdm:Timing
related_mappings:
- omop:Observation_period
- omop:Drug_era
- omop:Condition_era
- omop:Procedure_era
narrow_mappings:
- fhir:Period
- fhir:Age
- fhir:Duration
broad_mappings:
- fhir:Timing
is_a: IdentifiableElement
attributes:
  type:
    name: type
    description: 'The type of timing: Fixed, Before (Relative), or After (Relative).'
    from_schema: https://w3id.org/dds
    domain_of:
    - ItemGroup
    - Method
    - Origin
    - Organization
    - Standard
    - Timing
    range: TimingType
    required: true
  isNominal:
    name: isNominal
    description: Indicates whether the timing is nominal (event-based) or not.
    from_schema: https://w3id.org/dds
    rank: 1000
    domain_of:
    - Timing
    range: boolean
  value:
    name: value
    description: The value of the timing, which can be a date/time, duration, or event
      reference.
    from_schema: https://w3id.org/dds
    domain_of:
    - Translation
    - Parameter
    - Timing
    required: true
  relativeTo:
    name: relativeTo
    description: The protocol anchor this timing is relative to. Either a TimingLandmark
      (well-known protocol event such as RANDOMIZATION or FIRST_DOSE) or a free-form
      OID/identifier referencing a USDM ScheduledActivityInstance.
    from_schema: https://w3id.org/dds
    rank: 1000
    domain_of:
    - Timing
    any_of:
    - range: TimingLandmark
    - range: string
  relativeFrom:
    name: relativeFrom
    description: The protocol anchor from which this timing is measured. Either a
      TimingLandmark or a USDM ScheduledActivityInstance OID reference.
    from_schema: https://w3id.org/dds
    rank: 1000
    domain_of:
    - Timing
    any_of:
    - range: TimingLandmark
    - range: string
  windowLower:
    name: windowLower
    description: Start date/time of the timing
    from_schema: https://w3id.org/dds
    rank: 1000
    domain_of:
    - Timing
    range: datetime
  windowUpper:
    name: windowUpper
    description: End date/time of the timing
    from_schema: https://w3id.org/dds
    rank: 1000
    domain_of:
    - Timing
    range: datetime
  recalled:
    name: recalled
    description: Indicates whether the timing is recalled or not (recalled timings
      are less reliable).
    from_schema: https://w3id.org/dds
    rank: 1000
    domain_of:
    - Timing
    range: boolean
  frequency:
    name: frequency
    description: Frequency. Use dose frequency terminology e.g. "BID" if applicable.
    from_schema: https://w3id.org/dds
    rank: 1000
    domain_of:
    - Timing
  imputation:
    name: imputation
    description: The imputation method used for the Timing.
    from_schema: https://w3id.org/dds
    rank: 1000
    domain_of:
    - Timing
    - CubeComponent
    range: Method

Induced

name: Timing
description: A temporal element that describes the timing of an event or occurrence,
  which can be absolute, relative, or nominal
from_schema: https://w3id.org/dds
exact_mappings:
- usdm:Timing
related_mappings:
- omop:Observation_period
- omop:Drug_era
- omop:Condition_era
- omop:Procedure_era
narrow_mappings:
- fhir:Period
- fhir:Age
- fhir:Duration
broad_mappings:
- fhir:Timing
is_a: IdentifiableElement
attributes:
  type:
    name: type
    description: 'The type of timing: Fixed, Before (Relative), or After (Relative).'
    from_schema: https://w3id.org/dds
    alias: type
    owner: Timing
    domain_of:
    - ItemGroup
    - Method
    - Origin
    - Organization
    - Standard
    - Timing
    range: TimingType
    required: true
  isNominal:
    name: isNominal
    description: Indicates whether the timing is nominal (event-based) or not.
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: isNominal
    owner: Timing
    domain_of:
    - Timing
    range: boolean
  value:
    name: value
    description: The value of the timing, which can be a date/time, duration, or event
      reference.
    from_schema: https://w3id.org/dds
    alias: value
    owner: Timing
    domain_of:
    - Translation
    - Parameter
    - Timing
    range: string
    required: true
  relativeTo:
    name: relativeTo
    description: The protocol anchor this timing is relative to. Either a TimingLandmark
      (well-known protocol event such as RANDOMIZATION or FIRST_DOSE) or a free-form
      OID/identifier referencing a USDM ScheduledActivityInstance.
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: relativeTo
    owner: Timing
    domain_of:
    - Timing
    range: string
    any_of:
    - range: TimingLandmark
    - range: string
  relativeFrom:
    name: relativeFrom
    description: The protocol anchor from which this timing is measured. Either a
      TimingLandmark or a USDM ScheduledActivityInstance OID reference.
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: relativeFrom
    owner: Timing
    domain_of:
    - Timing
    range: string
    any_of:
    - range: TimingLandmark
    - range: string
  windowLower:
    name: windowLower
    description: Start date/time of the timing
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: windowLower
    owner: Timing
    domain_of:
    - Timing
    range: datetime
  windowUpper:
    name: windowUpper
    description: End date/time of the timing
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: windowUpper
    owner: Timing
    domain_of:
    - Timing
    range: datetime
  recalled:
    name: recalled
    description: Indicates whether the timing is recalled or not (recalled timings
      are less reliable).
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: recalled
    owner: Timing
    domain_of:
    - Timing
    range: boolean
  frequency:
    name: frequency
    description: Frequency. Use dose frequency terminology e.g. "BID" if applicable.
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: frequency
    owner: Timing
    domain_of:
    - Timing
    range: string
  imputation:
    name: imputation
    description: The imputation method used for the Timing.
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: imputation
    owner: Timing
    domain_of:
    - Timing
    - CubeComponent
    range: Method
  OID:
    name: OID
    description: Local identifier within this study/context. Use CDISC OID format
      for regulatory submissions, or simple strings for internal use.
    from_schema: https://w3id.org/dds
    rank: 1000
    identifier: true
    alias: OID
    owner: Timing
    domain_of:
    - Identifiable
    range: string
    required: true
  uuid:
    name: uuid
    description: Universal unique identifier
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: uuid
    owner: Timing
    domain_of:
    - Identifiable
    range: string
  name:
    name: name
    description: Short name or identifier, used for field names
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: name
    owner: Timing
    domain_of:
    - Labelled
    - DefClass
    - SubClass
    - Standard
    range: string
  description:
    name: description
    description: Detailed description, shown in tooltips
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: description
    owner: Timing
    domain_of:
    - Labelled
    - CodeListItem
    range: string
    any_of:
    - range: string
    - range: TranslatedText
  coding:
    name: coding
    description: Semantic tags for this element
    from_schema: https://w3id.org/dds
    rank: 1000
    alias: coding
    owner: Timing
    domain_of:
    - Labelled
    - CodeListItem
    - SourceItem
    range: Coding
    multivalued: true
    inlined: true
    inlined_as_list: true
  label:
    name: label
    description: Human-readable label, shown in UIs
    from_schema: https://w3id.org/dds
    exact_mappings:
    - skos:prefLabel
    rank: 1000
    alias: label
    owner: Timing
    domain_of:
    - Labelled
    range: string
    any_of:
    - range: string
    - range: TranslatedText
  aliases:
    name: aliases
    description: Alternative name or identifier
    from_schema: https://w3id.org/dds
    exact_mappings:
    - skos:altLabel
    rank: 1000
    alias: aliases
    owner: Timing
    domain_of:
    - Labelled
    - CodeListItem
    range: string
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: string
    - range: TranslatedText