Class: Origin

A provenance element that describes the source of data for an item

URI: odm:class/Origin

erDiagram
Origin {
    OriginType type  
    OriginSource source  
}
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  
}
Coding {
    string code  
    string decode  
    string codeSystem  
    string codeSystemVersion  
    AliasPredicate aliasType  
}
SourceItem {
    stringList resource  
}
Item {
    DataType dataType  
    integer length  
    string role  
    boolean hasNoData  
    string crfCompletionInstructions  
    string cdiscNotes  
    string implementationNotes  
    string preSpecifiedValue  
    integer decimalDigits  
    string displayFormat  
    integer significantDigits  
    string OID  
    string uuid  
    string name  
    string description  
    string label  
    stringList aliases  
    boolean mandatory  
    string purpose  
    datetime lastUpdated  
    string owner  
    string wasDerivedFrom  
}

Origin ||--}o SourceItem : "sourceItems"
Origin ||--|o DocumentReference : "document"
DocumentReference ||--}o Coding : "coding"
SourceItem ||--|o Item : "item"
SourceItem ||--|o DocumentReference : "document"
SourceItem ||--}o Coding : "coding"
Item ||--|o CodeList : "codeList"
Item ||--|o Method : "method"
Item ||--}o RangeCheck : "rangeChecks"
Item ||--}o WhereClause : "whereClauses"
Item ||--|o Origin : "origin"
Item ||--|o ConceptProperty : "conceptProperty"
Item ||--|o CodeList : "roleCodeList"
Item ||--|o Condition : "collectionExceptionCondition"
Item ||--}o Coding : "coding"
Item ||--}o Comment : "comments"
Item ||--}o Comment : "siteOrSponsorComments"

Slots

Name Cardinality and Range Description Inheritance
type 0..1
OriginType
The type of origin: CRF, Derived, Protocol, eDT, Predecessor. direct
source 0..1
OriginSource
The source of the data, such as Investigator, Sponsor, Subject, or Vendor. direct
sourceItems *
SourceItem
Source items for this origin direct
document 0..1
DocumentReference
Reference to a document that describes this origin in detail. direct

Usages

used by used in type used
Item origin range Origin

Identifier and Mapping Information

Schema Source

  • from schema: https://cdisc.org/define-json

Mappings

Mapping Type Mapped Value
self odm:Origin
native odm:Origin

LinkML Source

Direct

name: Origin
description: A provenance element that describes the source of data for an item
from_schema: https://cdisc.org/define-json
attributes:
  type:
    name: type
    description: 'The type of origin: CRF, Derived, Protocol, eDT, Predecessor.'
    from_schema: https://cdisc.org/define-json
    domain_of:
    - ItemGroup
    - Method
    - Origin
    - Organization
    - Standard
    - Timing
    range: OriginType
  source:
    name: source
    description: The source of the data, such as Investigator, Sponsor, Subject, or
      Vendor.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - Origin
    - SiteOrSponsorComment
    - DataProvider
    - ProvisionAgreement
    range: OriginSource
  sourceItems:
    name: sourceItems
    description: Source items for this origin
    from_schema: https://cdisc.org/define-json
    rank: 1000
    domain_of:
    - Origin
    range: SourceItem
    multivalued: true
    inlined: true
    inlined_as_list: true
  document:
    name: document
    description: Reference to a document that describes this origin in detail.
    from_schema: https://cdisc.org/define-json
    domain_of:
    - Method
    - SourceItem
    - Origin
    range: DocumentReference

Induced

name: Origin
description: A provenance element that describes the source of data for an item
from_schema: https://cdisc.org/define-json
attributes:
  type:
    name: type
    description: 'The type of origin: CRF, Derived, Protocol, eDT, Predecessor.'
    from_schema: https://cdisc.org/define-json
    alias: type
    owner: Origin
    domain_of:
    - ItemGroup
    - Method
    - Origin
    - Organization
    - Standard
    - Timing
    range: OriginType
  source:
    name: source
    description: The source of the data, such as Investigator, Sponsor, Subject, or
      Vendor.
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: source
    owner: Origin
    domain_of:
    - Origin
    - SiteOrSponsorComment
    - DataProvider
    - ProvisionAgreement
    range: OriginSource
  sourceItems:
    name: sourceItems
    description: Source items for this origin
    from_schema: https://cdisc.org/define-json
    rank: 1000
    alias: sourceItems
    owner: Origin
    domain_of:
    - Origin
    range: SourceItem
    multivalued: true
    inlined: true
    inlined_as_list: true
  document:
    name: document
    description: Reference to a document that describes this origin in detail.
    from_schema: https://cdisc.org/define-json
    alias: document
    owner: Origin
    domain_of:
    - Method
    - SourceItem
    - Origin
    range: DocumentReference