Class: QuestionnaireResponseItem
QuestionnaireResponseItem provides a complete or partial list of answers to a set of questions filled when responding to a questionnaire. (FHIR)
URI: bdchm:QuestionnaireResponseItem
classDiagram
class QuestionnaireResponseItem
QuestionnaireResponseItem : has_questionnaire_item
QuestionnaireResponseItem --> QuestionnaireItem : has_questionnaire_item
QuestionnaireResponseItem : response_value
QuestionnaireResponseItem --> QuestionnaireResponseValue : response_value
QuestionnaireResponseItem : text
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
has_questionnaire_item | 0..1 QuestionnaireItem |
A reference to the QuestionnaireItem that this QuestionnaireResponseItem resp... | direct |
text | 0..1 String |
Name for group or question text | direct |
response_value | 1..1 QuestionnaireResponseValue |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
QuestionnaireResponse | items | range | QuestionnaireResponseItem |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nhlbidatastage/bdchm
Mappings
Mapping Type | Mapped Value |
---|---|
self | bdchm:QuestionnaireResponseItem |
native | bdchm:QuestionnaireResponseItem |
LinkML Source
Direct
name: QuestionnaireResponseItem
description: QuestionnaireResponseItem 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
attributes:
has_questionnaire_item:
name: has_questionnaire_item
description: A reference to the QuestionnaireItem that this QuestionnaireResponseItem
responds to.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: QuestionnaireItem
text:
name: text
description: Name for group or question text
from_schema: https://w3id.org/nhlbidatastage/bdchm
range: string
response_value:
name: response_value
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: QuestionnaireResponseValue
required: true
Induced
name: QuestionnaireResponseItem
description: QuestionnaireResponseItem 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
attributes:
has_questionnaire_item:
name: has_questionnaire_item
description: A reference to the QuestionnaireItem that this QuestionnaireResponseItem
responds to.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: has_questionnaire_item
owner: QuestionnaireResponseItem
domain_of:
- QuestionnaireResponseItem
range: QuestionnaireItem
text:
name: text
description: Name for group or question text
from_schema: https://w3id.org/nhlbidatastage/bdchm
alias: text
owner: QuestionnaireResponseItem
domain_of:
- QuestionnaireItem
- QuestionnaireResponseItem
range: string
response_value:
name: response_value
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: response_value
owner: QuestionnaireResponseItem
domain_of:
- QuestionnaireResponseItem
range: QuestionnaireResponseValue
required: true