Skip to content

Class: Demography

Demographics about an individual or animal receiving care or other health-related services.

URI: bdchm:Demography

classDiagram class Demography Entity <|-- Demography Demography : associated_participant Demography --> Participant : associated_participant Demography : ethnicity Demography --> EthnicityEnum : ethnicity Demography : id Demography : identity Demography --> Identifier : identity Demography : race Demography --> RaceEnum : race Demography : sex Demography --> SexEnum : sex

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identity 0..*
Identifier
A 'business' identifier or accession number for the entity, typically as prov... direct
associated_participant 0..1
Participant
A reference to the Participant that is associated with this record direct
sex 0..1
SexEnum
The biologic character or quality that distinguishes male and female from one... direct
ethnicity 0..1
EthnicityEnum
An individual's self-described social and cultural grouping, specifically whe... direct
race 0..1
RaceEnum
An arbitrary classification of a taxonomic group that is a division of a spec... direct
id 1..1
Uriorcurie
The 'logical' identifier of the entity within the system of record Entity

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Demography
description: Demographics about an individual or animal receiving care or other health-related
  services.
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
slots:
- identity
- associated_participant
attributes:
  sex:
    name: sex
    description: The biologic character or quality that distinguishes male and female
      from one another as expressed by analysis of the person's gonadal, morphologic
      (internal and external), chromosomal, and hormonal characteristics.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: SexEnum
  ethnicity:
    name: ethnicity
    description: An individual's self-described social and cultural grouping, specifically
      whether an individual describes themselves as Hispanic or Latino. The provided
      values are based on the categories defined by the U.S. Office of Management
      and Business and used by the U.S. Census Bureau
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: EthnicityEnum
  race:
    name: race
    description: An arbitrary classification of a taxonomic group that is a division
      of a species. It usually arises as a consequence of geographical isolation within
      a species and is characterized by shared heredity, physical attributes and behavior,
      and in the case of humans, by common history, nationality, or geographic distribution.
      The provided values are based on the categories defined by the U.S. Office of
      Management and Business and used by the U.S. Census Bureau.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: RaceEnum

Induced

name: Demography
description: Demographics about an individual or animal receiving care or other health-related
  services.
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
attributes:
  sex:
    name: sex
    description: The biologic character or quality that distinguishes male and female
      from one another as expressed by analysis of the person's gonadal, morphologic
      (internal and external), chromosomal, and hormonal characteristics.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: sex
    owner: Demography
    domain_of:
    - Demography
    range: SexEnum
  ethnicity:
    name: ethnicity
    description: An individual's self-described social and cultural grouping, specifically
      whether an individual describes themselves as Hispanic or Latino. The provided
      values are based on the categories defined by the U.S. Office of Management
      and Business and used by the U.S. Census Bureau
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: ethnicity
    owner: Demography
    domain_of:
    - Demography
    range: EthnicityEnum
  race:
    name: race
    description: An arbitrary classification of a taxonomic group that is a division
      of a species. It usually arises as a consequence of geographical isolation within
      a species and is characterized by shared heredity, physical attributes and behavior,
      and in the case of humans, by common history, nationality, or geographic distribution.
      The provided values are based on the categories defined by the U.S. Office of
      Management and Business and used by the U.S. Census Bureau.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: race
    owner: Demography
    domain_of:
    - Demography
    range: RaceEnum
  identity:
    name: identity
    description: A 'business' identifier or accession number for the entity, typically
      as provided by an external system or authority, that are globally unique and
      persist across implementing systems. Also, since these identifiers are created
      outside the information system through a specific business process, the Identifier
      type has additional attributes to capture this additional metadata so the actual
      identifier values are qualified by the context that created those values. This
      additional context allows "identifier" instances to be transmitted as business
      data across systems while still being able to trace them back to the system
      of origin.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    slot_uri: schema:identifier
    multivalued: true
    alias: identity
    owner: Demography
    domain_of:
    - Person
    - Demography
    - Participant
    - ResearchStudy
    - Organization
    - Questionnaire
    - QuestionnaireItem
    - Condition
    - Document
    - Specimen
    - BiologicProduct
    range: Identifier
  associated_participant:
    name: associated_participant
    description: A reference to the Participant that is associated with this record.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: associated_participant
    owner: Demography
    domain_of:
    - Demography
    - Visit
    - Condition
    range: Participant
  id:
    name: id
    description: The 'logical' identifier of the entity within the system of record.  The
      simple value of this attribute stands for an identifier of this data object
      within the system, it can be used as a reference from other objects within the
      same system (i.e. primary and foreign keys), and it should be unique per type
      of object. The same data object copied to a different system will likely have
      a different "id" in the new system since "id" values are system specific and
      do not represent persistent business identifiers. Business identifiers are assigned
      outside the information system and are captured in the "identifier" field. The
      "id" field is more likely to be a serially or randomly generated value that
      is assigned to the data object as it is created in a system.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Demography
    domain_of:
    - Entity
    range: uriorcurie
    required: true