Skip to content

Class: Demography

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

URI: bdchm:Demography

classDiagram class Demography click Demography href "../Demography" Entity <|-- Demography click Entity href "../Entity" Demography : associated_participant Demography --> "0..1" Participant : associated_participant click Participant href "../Participant" Demography : associated_visit Demography --> "0..1" Visit : associated_visit click Visit href "../Visit" Demography : ethnicity Demography --> "0..1" EthnicityEnum : ethnicity click EthnicityEnum href "../EthnicityEnum" Demography : id Demography : identity Demography : race Demography --> "*" RaceEnum : race click RaceEnum href "../RaceEnum" Demography : sex Demography --> "0..1" SexEnum : sex click SexEnum href "../SexEnum"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identity *
Uriorcurie
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
associated_visit 0..1
Visit
A reference to the Visit 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
A sociopolitically constructed system for classifying human beings according ... direct
race *
RaceEnum
A sociopolitically constructed system for classifying human beings according ... direct
id 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/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/bdchm
is_a: Entity
slots:
- identity
- associated_participant
- associated_visit
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. Individuals
      where these characteristics do not all clearly align with either male or female
      are often considered intersex.
    from_schema: https://w3id.org/bdchm
    rank: 1000
    domain_of:
    - Demography
    range: SexEnum
  ethnicity:
    name: ethnicity
    description: A sociopolitically constructed system for classifying human beings
      according to claims of shared heritage often based on perceived cultural similarities
      (e.g., language, religion, beliefs); the system varies globally. 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 and include only the options
      “Hispanic or Latino” and “Not Hispanic or Latino.”
    from_schema: https://w3id.org/bdchm
    rank: 1000
    domain_of:
    - Demography
    range: EthnicityEnum
  race:
    name: race
    description: A sociopolitically constructed system for classifying human beings
      according to subjective beliefs about shared ancestry based on perceived innate
      biological similarities; the system varies globally. 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/bdchm
    rank: 1000
    domain_of:
    - Demography
    range: RaceEnum
    multivalued: true

Induced

name: Demography
description: Demographics about an individual or animal receiving care or other health-related
  services.
from_schema: https://w3id.org/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. Individuals
      where these characteristics do not all clearly align with either male or female
      are often considered intersex.
    from_schema: https://w3id.org/bdchm
    rank: 1000
    alias: sex
    owner: Demography
    domain_of:
    - Demography
    range: SexEnum
  ethnicity:
    name: ethnicity
    description: A sociopolitically constructed system for classifying human beings
      according to claims of shared heritage often based on perceived cultural similarities
      (e.g., language, religion, beliefs); the system varies globally. 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 and include only the options
      “Hispanic or Latino” and “Not Hispanic or Latino.”
    from_schema: https://w3id.org/bdchm
    rank: 1000
    alias: ethnicity
    owner: Demography
    domain_of:
    - Demography
    range: EthnicityEnum
  race:
    name: race
    description: A sociopolitically constructed system for classifying human beings
      according to subjective beliefs about shared ancestry based on perceived innate
      biological similarities; the system varies globally. 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/bdchm
    rank: 1000
    alias: race
    owner: Demography
    domain_of:
    - Demography
    range: RaceEnum
    multivalued: true
  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/bdchm
    rank: 1000
    slot_uri: schema:identifier
    alias: identity
    owner: Demography
    domain_of:
    - Person
    - Demography
    - Participant
    - ResearchStudy
    - Organization
    - Questionnaire
    - QuestionnaireItem
    - Condition
    - Procedure
    - Exposure
    - File
    - Document
    - Specimen
    - BiologicProduct
    range: uriorcurie
    multivalued: true
  associated_participant:
    name: associated_participant
    description: A reference to the Participant that is associated with this record.
    from_schema: https://w3id.org/bdchm
    rank: 1000
    alias: associated_participant
    owner: Demography
    domain_of:
    - Demography
    - Visit
    - Condition
    - Procedure
    - ImagingStudy
    - Exposure
    - File
    - ObservationSet
    - Observation
    range: Participant
  associated_visit:
    name: associated_visit
    description: A reference to the Visit that is associated with this record.
    from_schema: https://w3id.org/bdchm
    rank: 1000
    alias: associated_visit
    owner: Demography
    domain_of:
    - Demography
    - QuestionnaireResponse
    - Condition
    - Procedure
    - ImagingStudy
    - Exposure
    - ObservationSet
    - Observation
    range: Visit
  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/bdchm
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Demography
    domain_of:
    - Entity
    range: uriorcurie
    required: true