Class: Person Name (PersonName)

A word or group of words indicating the identity of a 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.

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

 classDiagram
    class PersonName
    click PersonName href "../../classes/PersonName/"
      PersonName : extensionAttributes





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



      PersonName : familyName

      PersonName : givenNames

      PersonName : id

      PersonName : prefixes

      PersonName : suffixes

      PersonName : text


Class Properties

Property Value
Class URI usdm:PersonName

Slots

Name Cardinality and Range Description Inheritance
id 1
string
direct
text 0..1
string
An instance of structured text that represents the person's full name. direct
familyName 0..1
string
A word or group of words indicating a person's last (family) name. direct
givenNames *
string
A word or group of words indicating a person's first (personal or given) name; the name that precedes the surname. direct
prefixes *
string
An affix occurring at the start of the person name string, usually denoting a title or honorific. direct
suffixes *
string
An affix occurring at the end of the person name, usually denoting educational or professional degrees and certifications, and/or filial rank. direct
extensionAttributes *
ExtensionAttribute
direct

Usages

used by used in type used
AssignedPerson personName range PersonName

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

LinkML Source

Direct

name: PersonName
description: A word or group of words indicating the identity of a 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: Person Name
from_schema: https://example.org/usdm/v4/linkml
exact_mappings:
- ncit:C25191
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
  text:
    name: text
    description: An instance of structured text that represents the person's full
      name.
    title: Person Name Text
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C217001
    domain_of:
    - Address
    - AdministrableProductProperty
    - AnalysisPopulation
    - CommentAnnotation
    - Duration
    - Identifier
    - Masking
    - NarrativeContentItem
    - PersonName
    - StudyAmendmentImpact
    - StudyTitle
    - SyntaxTemplate
    - TransitionRule
    range: string
    required: false
  familyName:
    name: familyName
    description: A word or group of words indicating a person's last (family) name.
    title: Person Family Name
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C40975
    rank: 1000
    domain_of:
    - PersonName
    range: string
    required: false
  givenNames:
    name: givenNames
    description: A word or group of words indicating a person's first (personal or
      given) name; the name that precedes the surname.
    title: Person Given Name
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C40974
    rank: 1000
    domain_of:
    - PersonName
    range: string
    required: false
    multivalued: true
  prefixes:
    name: prefixes
    description: An affix occurring at the start of the person name string, usually
      denoting a title or honorific.
    title: Person Name Prefix
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C217002
    rank: 1000
    domain_of:
    - PersonName
    range: string
    required: false
    multivalued: true
  suffixes:
    name: suffixes
    description: An affix occurring at the end of the person name, usually denoting
      educational or professional degrees and certifications, and/or filial rank.
    title: Person Name Suffix
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C217003
    rank: 1000
    domain_of:
    - PersonName
    range: string
    required: false
    multivalued: true
  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:PersonName

Induced

name: PersonName
description: A word or group of words indicating the identity of a 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: Person Name
from_schema: https://example.org/usdm/v4/linkml
exact_mappings:
- ncit:C25191
rank: 1000
attributes:
  id:
    name: id
    from_schema: https://example.org/usdm/v4/linkml
    identifier: true
    alias: id
    owner: PersonName
    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
  text:
    name: text
    description: An instance of structured text that represents the person's full
      name.
    title: Person Name Text
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C217001
    alias: text
    owner: PersonName
    domain_of:
    - Address
    - AdministrableProductProperty
    - AnalysisPopulation
    - CommentAnnotation
    - Duration
    - Identifier
    - Masking
    - NarrativeContentItem
    - PersonName
    - StudyAmendmentImpact
    - StudyTitle
    - SyntaxTemplate
    - TransitionRule
    range: string
    required: false
  familyName:
    name: familyName
    description: A word or group of words indicating a person's last (family) name.
    title: Person Family Name
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C40975
    rank: 1000
    alias: familyName
    owner: PersonName
    domain_of:
    - PersonName
    range: string
    required: false
  givenNames:
    name: givenNames
    description: A word or group of words indicating a person's first (personal or
      given) name; the name that precedes the surname.
    title: Person Given Name
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C40974
    rank: 1000
    alias: givenNames
    owner: PersonName
    domain_of:
    - PersonName
    range: string
    required: false
    multivalued: true
  prefixes:
    name: prefixes
    description: An affix occurring at the start of the person name string, usually
      denoting a title or honorific.
    title: Person Name Prefix
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C217002
    rank: 1000
    alias: prefixes
    owner: PersonName
    domain_of:
    - PersonName
    range: string
    required: false
    multivalued: true
  suffixes:
    name: suffixes
    description: An affix occurring at the end of the person name, usually denoting
      educational or professional degrees and certifications, and/or filial rank.
    title: Person Name Suffix
    from_schema: https://example.org/usdm/v4/linkml
    exact_mappings:
    - ncit:C217003
    rank: 1000
    alias: suffixes
    owner: PersonName
    domain_of:
    - PersonName
    range: string
    required: false
    multivalued: true
  extensionAttributes:
    name: extensionAttributes
    from_schema: https://example.org/usdm/v4/linkml
    alias: extensionAttributes
    owner: PersonName
    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:PersonName