Class: Assigned Person (AssignedPerson)

An individual person who is allotted or appointed to a particular role, function, or other entity.

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

 classDiagram
    class AssignedPerson
    click AssignedPerson href "../../classes/AssignedPerson/"
      AssignedPerson : description

      AssignedPerson : extensionAttributes





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



      AssignedPerson : id

      AssignedPerson : jobTitle

      AssignedPerson : label

      AssignedPerson : name

      AssignedPerson : organizationId





        AssignedPerson --> "0..1" Organization : organizationId
        click Organization href "../../classes/Organization/"



      AssignedPerson : personName





        AssignedPerson --> "1" PersonName : personName
        click PersonName href "../../classes/PersonName/"




Class Properties

Property Value
Class URI usdm:AssignedPerson

Slots

Name Cardinality and Range Description Inheritance
id 1
string
direct
name 1
string
The literal identifier (i.e., distinctive designation) of the assigned person. direct
label 0..1
string
The short descriptive designation for the assigned person. direct
description 0..1
string
A narrative representation of the assigned person. direct
personName 1
PersonName
A word or group of words indicating the identity of an assigned person usually consisting of a first (personal) name and a last (family) name with an optional middle name. In some cultural traditions the family name comes first. direct
jobTitle 1
string
An identifying designation related to the assigned person's occupation. direct
organizationId 0..1
Organization
A USDM relationship between the AssignedPerson and Organization classes that identifies that organization to which the assigned person belongs. direct
extensionAttributes *
ExtensionAttribute
direct

Usages

used by used in type used
StudyRole assignedPersons range AssignedPerson

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/AssignedPerson
native https://example.org/usdm/v4/linkml/AssignedPerson
exact ncit:C215496

Examples

Example: AssignedPerson-03-Principal-Investigator

id: AssignedPerson_PI_001
name: Dr. Jane Smith, MD, PhD
label: Lead Principal Investigator
description: Primary investigator responsible for oversight at the central site.
jobTitle: Principal Investigator
personName:
  id: PersonName_001
  givenNames: 
    - Jane
  familyName: Smith
  prefixes: 
    - Dr.
  suffixes:
    - "MD"
    - "PhD"
  text: Dr. Jane Smith, MD, PhD
organizationId: Organization_Site_A


Example: AssignedPerson-02-Clinical-Research-Coordinator

id: AssignedPerson_CRC_002
name: Robert J. Johnson
label: Primary Site Coordinator
description: Responsible for subject recruitment and data entry.
jobTitle: Clinical Research Coordinator
personName:
  id: PersonName_002
  givenNames: 
    - Robert
  familyName: Johnson
  text: Robert Johnson
organizationId: Organization_Sponsor_Corp


Example: AssignedPerson-01-Minimal-Data-Instance

id: AssignedPerson_003
name: Alice Brown
jobTitle: Study Pharmacist
personName:
  id: PersonName_003
  familyName: Brown
  givenNames: 
    - Alice


LinkML Source

Direct

name: AssignedPerson
description: An individual person who is allotted or appointed to a particular role,
  function, or other entity.
title: Assigned Person
from_schema: https://example.org/usdm/v4/linkml
exact_mappings:
- ncit:C215496
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
  name:
    name: name
    description: The literal identifier (i.e., distinctive designation) of the assigned
      person.
    title: Assigned Person Name
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215596
    domain_of:
    - Activity
    - AdministrableProduct
    - AdministrableProductProperty
    - Administration
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - EligibilityCriterion
    - Encounter
    - Estimand
    - GovernanceDate
    - Indication
    - MedicalDevice
    - NarrativeContent
    - NarrativeContentItem
    - Organization
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - ResponseCode
    - ScheduleTimeline
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyArm
    - StudyChange
    - StudyDefinitionDocument
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: true
  label:
    name: label
    description: The short descriptive designation for the assigned person.
    title: Assigned Person Label
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215598
    domain_of:
    - Activity
    - AdministrableProduct
    - Administration
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - EligibilityCriterion
    - Encounter
    - Estimand
    - GovernanceDate
    - Indication
    - MedicalDevice
    - Organization
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - ResponseCode
    - ScheduleTimeline
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyArm
    - StudyChange
    - StudyDefinitionDocument
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: false
  description:
    name: description
    description: A narrative representation of the assigned person.
    title: Assigned Person Description
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215597
    domain_of:
    - Activity
    - AdministrableProduct
    - Administration
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConceptCategory
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - EligibilityCriterion
    - Encounter
    - Estimand
    - GovernanceDate
    - Indication
    - MedicalDevice
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - ScheduleTimeline
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyArm
    - StudyChange
    - StudyDefinitionDocument
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: false
  personName:
    name: personName
    description: A word or group of words indicating the identity of an assigned person
      usually consisting of a first (personal) name and a last (family) name with
      an optional middle name. In some cultural traditions the family name comes first.
    title: Assigned Person Person Name
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C216993
    rank: 1000
    domain_of:
    - AssignedPerson
    range: PersonName
    required: true
    inlined: true
  jobTitle:
    name: jobTitle
    description: An identifying designation related to the assigned person's occupation.
    title: Assigned Person Job Title
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215599
    rank: 1000
    domain_of:
    - AssignedPerson
    range: string
    required: true
  organizationId:
    name: organizationId
    description: A USDM relationship between the AssignedPerson and Organization classes
      that identifies that organization to which the assigned person belongs.
    from_schema: https://example.org/usdm/v4/linkml
    rank: 1000
    domain_of:
    - AssignedPerson
    - ProductOrganizationRole
    range: Organization
    required: false
    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:AssignedPerson

Induced

name: AssignedPerson
description: An individual person who is allotted or appointed to a particular role,
  function, or other entity.
title: Assigned Person
from_schema: https://example.org/usdm/v4/linkml
exact_mappings:
- ncit:C215496
rank: 1000
attributes:
  id:
    name: id
    from_schema: https://example.org/usdm/v4/linkml
    identifier: true
    alias: id
    owner: AssignedPerson
    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
  name:
    name: name
    description: The literal identifier (i.e., distinctive designation) of the assigned
      person.
    title: Assigned Person Name
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215596
    alias: name
    owner: AssignedPerson
    domain_of:
    - Activity
    - AdministrableProduct
    - AdministrableProductProperty
    - Administration
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - EligibilityCriterion
    - Encounter
    - Estimand
    - GovernanceDate
    - Indication
    - MedicalDevice
    - NarrativeContent
    - NarrativeContentItem
    - Organization
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - ResponseCode
    - ScheduleTimeline
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyArm
    - StudyChange
    - StudyDefinitionDocument
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: true
  label:
    name: label
    description: The short descriptive designation for the assigned person.
    title: Assigned Person Label
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215598
    alias: label
    owner: AssignedPerson
    domain_of:
    - Activity
    - AdministrableProduct
    - Administration
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConcept
    - BiomedicalConceptCategory
    - BiomedicalConceptProperty
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - EligibilityCriterion
    - Encounter
    - Estimand
    - GovernanceDate
    - Indication
    - MedicalDevice
    - Organization
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - ResponseCode
    - ScheduleTimeline
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyArm
    - StudyChange
    - StudyDefinitionDocument
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: false
  description:
    name: description
    description: A narrative representation of the assigned person.
    title: Assigned Person Description
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215597
    alias: description
    owner: AssignedPerson
    domain_of:
    - Activity
    - AdministrableProduct
    - Administration
    - AnalysisPopulation
    - AssignedPerson
    - BiomedicalConceptCategory
    - BiomedicalConceptSurrogate
    - BiospecimenRetention
    - EligibilityCriterion
    - Encounter
    - Estimand
    - GovernanceDate
    - Indication
    - MedicalDevice
    - PopulationDefinition
    - Procedure
    - ProductOrganizationRole
    - ScheduleTimeline
    - ScheduledInstance
    - Strength
    - Study
    - StudyAmendment
    - StudyArm
    - StudyChange
    - StudyDefinitionDocument
    - StudyDesign
    - StudyElement
    - StudyEpoch
    - StudyIntervention
    - StudyRole
    - StudySite
    - SubjectEnrollment
    - Substance
    - SyntaxTemplate
    - SyntaxTemplateDictionary
    - Timing
    - TransitionRule
    range: string
    required: false
  personName:
    name: personName
    description: A word or group of words indicating the identity of an assigned person
      usually consisting of a first (personal) name and a last (family) name with
      an optional middle name. In some cultural traditions the family name comes first.
    title: Assigned Person Person Name
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C216993
    rank: 1000
    alias: personName
    owner: AssignedPerson
    domain_of:
    - AssignedPerson
    range: PersonName
    required: true
    inlined: true
  jobTitle:
    name: jobTitle
    description: An identifying designation related to the assigned person's occupation.
    title: Assigned Person Job Title
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C215599
    rank: 1000
    alias: jobTitle
    owner: AssignedPerson
    domain_of:
    - AssignedPerson
    range: string
    required: true
  organizationId:
    name: organizationId
    description: A USDM relationship between the AssignedPerson and Organization classes
      that identifies that organization to which the assigned person belongs.
    from_schema: https://example.org/usdm/v4/linkml
    rank: 1000
    alias: organizationId
    owner: AssignedPerson
    domain_of:
    - AssignedPerson
    - ProductOrganizationRole
    range: Organization
    required: false
    inlined: false
  extensionAttributes:
    name: extensionAttributes
    from_schema: https://example.org/usdm/v4/linkml
    alias: extensionAttributes
    owner: AssignedPerson
    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:AssignedPerson