Skip to content

Class: Questionnaire

A Questionnaire is an organized collection of questions intended to solicit information from patients, providers or other individuals involved in the healthcare domain. They may be simple flat lists of questions or can be hierarchically organized in groups and sub-groups, each containing questions. The Questionnaire defines the questions to be asked, how they are ordered and grouped, any intervening instructional text and what the constraints are on the allowed answers. The results of a Questionnaire can be communicated using the QuestionnaireResponse. (FHIR)

URI: bdchm:Questionnaire

classDiagram class Questionnaire Entity <|-- Questionnaire Questionnaire : copyright Questionnaire : copyright_label Questionnaire : description Questionnaire : id Questionnaire : identity Questionnaire --> Identifier : identity Questionnaire : items Questionnaire --> QuestionnaireItem : items Questionnaire : language Questionnaire : name Questionnaire : publisher Questionnaire : title Questionnaire : url Questionnaire : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identity 0..*
Identifier
A 'business' identifier or accession number for the entity, typically as prov... direct
name 0..1
String
Name for this Questionnaire (computer friendly) direct
title 0..1
String
Name for this Questionnaire (human friendly) direct
description 0..1
String
Natural language description of the Questionnaire direct
url 0..1
Uriorcurie
Canonical identifier for this Questionnaire, represented as an absolute URI (... direct
version 0..1
String
The identifier that is used to identify this version of the questionnaire whe... direct
publisher 0..1
String
Name of the publisher/steward (organization or individual) of this Questionna... direct
copyright 0..1
String
Textual description of any use and/or publishing restrictions direct
copyright_label 0..1
String
Copyright holder and year(s) direct
language 0..*
String
The language(s) in which questions are presented direct
items 1..*
QuestionnaireItem
A collection of QuestionnaireItem objects which encapsulate the question bein... 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:Questionnaire
native bdchm:Questionnaire

LinkML Source

Direct

name: Questionnaire
description: A Questionnaire is an organized collection of questions intended to solicit
  information from patients, providers or other individuals involved in the healthcare
  domain. They may be simple flat lists of questions or can be hierarchically organized
  in groups and sub-groups, each containing questions. The Questionnaire defines the
  questions to be asked, how they are ordered and grouped, any intervening instructional
  text and what the constraints are on the allowed answers. The results of a Questionnaire
  can be communicated using the QuestionnaireResponse. (FHIR)
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
slots:
- identity
attributes:
  name:
    name: name
    description: Name for this Questionnaire (computer friendly)
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    range: string
  title:
    name: title
    description: Name for this Questionnaire (human friendly)
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: string
  description:
    name: description
    description: Natural language description of the Questionnaire
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    range: string
  url:
    name: url
    description: Canonical identifier for this Questionnaire, represented as an absolute
      URI (globally unique)
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    range: uriorcurie
  version:
    name: version
    description: The identifier that is used to identify this version of the questionnaire
      when it is referenced in a specification, model, design or instance. This is
      an arbitrary value managed by the questionnaire author and is not expected to
      be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if
      a managed version is not available. There is also no expectation that versions
      can be placed in a lexicographical sequence.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: string
  publisher:
    name: publisher
    description: Name of the publisher/steward (organization or individual) of this
      Questionnaire
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: string
  copyright:
    name: copyright
    description: Textual description of any use and/or publishing restrictions
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: string
  copyright_label:
    name: copyright_label
    description: Copyright holder and year(s)
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    range: string
  language:
    name: language
    description: The language(s) in which questions are presented.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    multivalued: true
    range: string
  items:
    name: items
    description: A collection of QuestionnaireItem objects which encapsulate the question
      being asked.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    multivalued: true
    range: QuestionnaireItem
    required: true

Induced

name: Questionnaire
description: A Questionnaire is an organized collection of questions intended to solicit
  information from patients, providers or other individuals involved in the healthcare
  domain. They may be simple flat lists of questions or can be hierarchically organized
  in groups and sub-groups, each containing questions. The Questionnaire defines the
  questions to be asked, how they are ordered and grouped, any intervening instructional
  text and what the constraints are on the allowed answers. The results of a Questionnaire
  can be communicated using the QuestionnaireResponse. (FHIR)
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
attributes:
  name:
    name: name
    description: Name for this Questionnaire (computer friendly)
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    alias: name
    owner: Questionnaire
    domain_of:
    - ResearchStudy
    - Organization
    - Questionnaire
    - QuestionnaireResponseValue
    range: string
  title:
    name: title
    description: Name for this Questionnaire (human friendly)
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: title
    owner: Questionnaire
    domain_of:
    - Questionnaire
    range: string
  description:
    name: description
    description: Natural language description of the Questionnaire
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    alias: description
    owner: Questionnaire
    domain_of:
    - Participant
    - ResearchStudy
    - Questionnaire
    - Document
    - Specimen
    - BiologicProduct
    range: string
  url:
    name: url
    description: Canonical identifier for this Questionnaire, represented as an absolute
      URI (globally unique)
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    alias: url
    owner: Questionnaire
    domain_of:
    - ResearchStudy
    - Questionnaire
    - Document
    range: uriorcurie
  version:
    name: version
    description: The identifier that is used to identify this version of the questionnaire
      when it is referenced in a specification, model, design or instance. This is
      an arbitrary value managed by the questionnaire author and is not expected to
      be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if
      a managed version is not available. There is also no expectation that versions
      can be placed in a lexicographical sequence.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: version
    owner: Questionnaire
    domain_of:
    - Questionnaire
    range: string
  publisher:
    name: publisher
    description: Name of the publisher/steward (organization or individual) of this
      Questionnaire
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: publisher
    owner: Questionnaire
    domain_of:
    - Questionnaire
    range: string
  copyright:
    name: copyright
    description: Textual description of any use and/or publishing restrictions
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: copyright
    owner: Questionnaire
    domain_of:
    - Questionnaire
    range: string
  copyright_label:
    name: copyright_label
    description: Copyright holder and year(s)
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: copyright_label
    owner: Questionnaire
    domain_of:
    - Questionnaire
    range: string
  language:
    name: language
    description: The language(s) in which questions are presented.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    multivalued: true
    alias: language
    owner: Questionnaire
    domain_of:
    - Questionnaire
    range: string
  items:
    name: items
    description: A collection of QuestionnaireItem objects which encapsulate the question
      being asked.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    multivalued: true
    alias: items
    owner: Questionnaire
    domain_of:
    - Questionnaire
    - QuestionnaireResponse
    range: QuestionnaireItem
    required: 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/nhlbidatastage/bdchm
    rank: 1000
    slot_uri: schema:identifier
    multivalued: true
    alias: identity
    owner: Questionnaire
    domain_of:
    - Person
    - Demography
    - Participant
    - ResearchStudy
    - Organization
    - Questionnaire
    - QuestionnaireItem
    - Condition
    - Document
    - Specimen
    - BiologicProduct
    range: Identifier
  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: Questionnaire
    domain_of:
    - Entity
    range: uriorcurie
    required: true