Skip to content

Class: QuestionnaireResponse

QuestionnaireResponse provides a complete or partial list of answers to a set of questions filled when responding to a questionnaire. (FHIR)

URI: bdchm:QuestionnaireResponse

classDiagram class QuestionnaireResponse Entity <|-- QuestionnaireResponse QuestionnaireResponse : age_at_response QuestionnaireResponse : associated_visit QuestionnaireResponse --> Visit : associated_visit QuestionnaireResponse : id QuestionnaireResponse : items QuestionnaireResponse --> QuestionnaireResponseItem : items

Inheritance

  • Entity
    • QuestionnaireResponse

Slots

Name Cardinality and Range Description Inheritance
age_at_response 0..1
Integer
The age (in days) of the Participant when the QuestionnaireResponse was captu... direct
items 1..*
QuestionnaireResponseItem
A collection of QuestionnaireResponseItem objects which encapsulate the quest... direct
associated_visit 0..1
Visit
A reference to the Visit during which this QuestionnaireResponse was captured 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:QuestionnaireResponse
native bdchm:QuestionnaireResponse

LinkML Source

Direct

name: QuestionnaireResponse
description: QuestionnaireResponse provides a complete or partial list of answers
  to a set of questions filled when responding to a questionnaire. (FHIR)
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
attributes:
  age_at_response:
    name: age_at_response
    description: The age (in days) of the Participant when the QuestionnaireResponse
      was captured.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: integer
    unit:
      ucum_code: d
  items:
    name: items
    description: A collection of QuestionnaireResponseItem objects which encapsulate
      the question being asked and the response.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    multivalued: true
    range: QuestionnaireResponseItem
    required: true
  associated_visit:
    name: associated_visit
    description: A reference to the Visit during which this QuestionnaireResponse
      was captured.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: Visit

Induced

name: QuestionnaireResponse
description: QuestionnaireResponse provides a complete or partial list of answers
  to a set of questions filled when responding to a questionnaire. (FHIR)
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
attributes:
  age_at_response:
    name: age_at_response
    description: The age (in days) of the Participant when the QuestionnaireResponse
      was captured.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: age_at_response
    owner: QuestionnaireResponse
    domain_of:
    - QuestionnaireResponse
    range: integer
    unit:
      ucum_code: d
  items:
    name: items
    description: A collection of QuestionnaireResponseItem objects which encapsulate
      the question being asked and the response.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    multivalued: true
    alias: items
    owner: QuestionnaireResponse
    domain_of:
    - Questionnaire
    - QuestionnaireResponse
    range: QuestionnaireResponseItem
    required: true
  associated_visit:
    name: associated_visit
    description: A reference to the Visit during which this QuestionnaireResponse
      was captured.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: associated_visit
    owner: QuestionnaireResponse
    domain_of:
    - QuestionnaireResponse
    - Condition
    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/nhlbidatastage/bdchm
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: QuestionnaireResponse
    domain_of:
    - Entity
    range: uriorcurie
    required: true