Class: User
An entity that represents information about a specific user of a clinical data collection or data management system
URI: odm:class/User
erDiagram
User {
UserType userType
string userName
string fullName
string OID
string uuid
string name
string description
string label
stringList aliases
}
Coding {
string code
string decode
string codeSystem
string codeSystemVersion
AliasPredicate aliasType
}
Organization {
string role
OrganizationType type
string location
string address
string OID
string uuid
string name
string description
string label
stringList aliases
}
User ||--|o Organization : "organization"
User ||--}o Coding : "coding"
Organization ||--|o Organization : "partOfOrganization"
Organization ||--}o Coding : "coding"
Inheritance
- IdentifiableElement [ Identifiable Labelled]
- User
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
userType | 0..1 UserType |
User's role in the study. | direct |
userName | 0..1 String |
The username of the user. | direct |
fullName | 0..1 String |
The full name of the user. | direct |
organization | 0..1 Organization |
The organization the user belongs to. | 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
Identifier and Mapping Information
Schema Source
- from schema: https://cdisc.org/define-json
Mappings
Mapping Type | Mapped Value |
---|---|
self | odm:User |
native | odm:User |
exact | odm:User |
broad | prov:Agent |
LinkML Source
Direct
name: User
description: An entity that represents information about a specific user of a clinical
data collection or data management system
from_schema: https://cdisc.org/define-json
exact_mappings:
- odm:User
broad_mappings:
- prov:Agent
is_a: IdentifiableElement
attributes:
userType:
name: userType
description: User's role in the study.
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- User
range: UserType
userName:
name: userName
description: The username of the user.
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- User
range: string
fullName:
name: fullName
description: The full name of the user.
from_schema: https://cdisc.org/define-json
rank: 1000
domain_of:
- User
range: string
organization:
name: organization
description: The organization the user belongs to.
from_schema: https://cdisc.org/define-json
close_mappings:
- prov:actedOnBehalfOf
rank: 1000
domain_of:
- User
range: Organization
Induced
name: User
description: An entity that represents information about a specific user of a clinical
data collection or data management system
from_schema: https://cdisc.org/define-json
exact_mappings:
- odm:User
broad_mappings:
- prov:Agent
is_a: IdentifiableElement
attributes:
userType:
name: userType
description: User's role in the study.
from_schema: https://cdisc.org/define-json
rank: 1000
alias: userType
owner: User
domain_of:
- User
range: UserType
userName:
name: userName
description: The username of the user.
from_schema: https://cdisc.org/define-json
rank: 1000
alias: userName
owner: User
domain_of:
- User
range: string
fullName:
name: fullName
description: The full name of the user.
from_schema: https://cdisc.org/define-json
rank: 1000
alias: fullName
owner: User
domain_of:
- User
range: string
organization:
name: organization
description: The organization the user belongs to.
from_schema: https://cdisc.org/define-json
close_mappings:
- prov:actedOnBehalfOf
rank: 1000
alias: organization
owner: User
domain_of:
- User
range: Organization
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://cdisc.org/define-json
rank: 1000
identifier: true
alias: OID
owner: User
domain_of:
- Identifiable
range: string
required: true
pattern: ^[A-Za-z][A-Za-z0-9._-]*$
uuid:
name: uuid
description: Universal unique identifier
from_schema: https://cdisc.org/define-json
rank: 1000
alias: uuid
owner: User
domain_of:
- Identifiable
range: string
name:
name: name
description: Short name or identifier, used for field names
from_schema: https://cdisc.org/define-json
rank: 1000
alias: name
owner: User
domain_of:
- Labelled
- Standard
range: string
description:
name: description
description: Detailed description, shown in tooltips
from_schema: https://cdisc.org/define-json
rank: 1000
alias: description
owner: User
domain_of:
- Labelled
- CodeListItem
range: string
any_of:
- range: string
- range: TranslatedText
coding:
name: coding
description: Semantic tags for this element
from_schema: https://cdisc.org/define-json
rank: 1000
alias: coding
owner: User
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://cdisc.org/define-json
exact_mappings:
- skos:prefLabel
rank: 1000
alias: label
owner: User
domain_of:
- Labelled
range: string
any_of:
- range: string
- range: TranslatedText
aliases:
name: aliases
description: Alternative name or identifier
from_schema: https://cdisc.org/define-json
exact_mappings:
- skos:altLabel
rank: 1000
alias: aliases
owner: User
domain_of:
- Labelled
- CodeListItem
range: string
multivalued: true
inlined: true
inlined_as_list: true
any_of:
- range: string
- range: TranslatedText