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
    click QuestionnaireResponse href "../QuestionnaireResponse"
      Entity <|-- QuestionnaireResponse
        click Entity href "../Entity"
      QuestionnaireResponse : age_at_response
      QuestionnaireResponse : associated_visit
    QuestionnaireResponse --> "0..1" Visit : associated_visit
    click Visit href "../Visit"
      QuestionnaireResponse : id
      QuestionnaireResponse : items
    QuestionnaireResponse --> "1..*" QuestionnaireResponseItem : items
    click QuestionnaireResponseItem href "../QuestionnaireResponseItem"
Inheritance
- Entity
- QuestionnaireResponse
 
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| associated_visit | 0..1  Visit  | 
A reference to the Visit that is associated with this record | direct | 
| 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 | 
| 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/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
slots:
- associated_visit
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
    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
    domain_of:
    - Questionnaire
    - QuestionnaireResponse
    range: QuestionnaireResponseItem
    required: true
    multivalued: true
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
    alias: items
    owner: QuestionnaireResponse
    domain_of:
    - Questionnaire
    - QuestionnaireResponse
    range: QuestionnaireResponseItem
    required: true
    multivalued: true
  associated_visit:
    name: associated_visit
    description: A reference to the Visit that is associated with this record.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: associated_visit
    owner: QuestionnaireResponse
    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/nhlbidatastage/bdchm
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: QuestionnaireResponse
    domain_of:
    - Entity
    range: uriorcurie
    required: true