Skip to content

Class: Identifier

An Identifier is associated with a unique object or entity within a given system.

URI: bdchm:Identifier

classDiagram class Identifier Identifier : system Identifier : value

Slots

Name Cardinality and Range Description Inheritance
value 1..1
String
The value of the identifier, as defined by the system direct
system 0..1
String
The system or namespace that defines the identifier direct

Usages

used by used in type used
Person identity range Identifier
Demography identity range Identifier
Participant identity range Identifier
ResearchStudy identity range Identifier
Organization identity range Identifier
Questionnaire identity range Identifier
QuestionnaireItem identity range Identifier
Condition identity range Identifier
Document identity range Identifier
Specimen identity range Identifier
BiologicProduct identity range Identifier

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nhlbidatastage/bdchm

Mappings

Mapping Type Mapped Value
self bdchm:Identifier
native bdchm:Identifier

LinkML Source

Direct

name: Identifier
description: An Identifier is associated with a unique object or entity within a given
  system.
from_schema: https://w3id.org/nhlbidatastage/bdchm
attributes:
  value:
    name: value
    description: The value of the identifier, as defined by the system.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    range: string
    required: true
  system:
    name: system
    description: The system or namespace that defines the identifier.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: string

Induced

name: Identifier
description: An Identifier is associated with a unique object or entity within a given
  system.
from_schema: https://w3id.org/nhlbidatastage/bdchm
attributes:
  value:
    name: value
    description: The value of the identifier, as defined by the system.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    alias: value
    owner: Identifier
    domain_of:
    - Identifier
    - QuestionnaireResponseValue
    range: string
    required: true
  system:
    name: system
    description: The system or namespace that defines the identifier.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: system
    owner: Identifier
    domain_of:
    - Identifier
    range: string