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 : "documents"
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 : "applicableWhen"
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 SiteOrSponsorComment : "siteOrSponsorComments"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| type | 0..1 OriginType |
The type of origin: Assigned, Collected, Derived, Protocol, Predecessor, Not Available, or Other. | 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 |
| documents | * 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: Assigned, Collected, Derived, Protocol, Predecessor,
Not Available, or Other.'
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
documents:
name: documents
description: Reference to a document that describes this origin in detail.
from_schema: https://cdisc.org/define-json
domain_of:
- Comment
- Method
- Origin
range: DocumentReference
multivalued: true
inlined: true
inlined_as_list: true
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: Assigned, Collected, Derived, Protocol, Predecessor,
Not Available, or Other.'
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
documents:
name: documents
description: Reference to a document that describes this origin in detail.
from_schema: https://cdisc.org/define-json
alias: documents
owner: Origin
domain_of:
- Comment
- Method
- Origin
range: DocumentReference
multivalued: true
inlined: true
inlined_as_list: true