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
click QuestionnaireResponseItem href "../QuestionnaireResponseItem"
Entity <|-- QuestionnaireResponseItem
click Entity href "../Entity"
QuestionnaireResponseItem : has_questionnaire_item
QuestionnaireResponseItem --> "0..1" QuestionnaireItem : has_questionnaire_item
click QuestionnaireItem href "../QuestionnaireItem"
QuestionnaireResponseItem : id
QuestionnaireResponseItem : response_value
QuestionnaireResponseItem --> "1" QuestionnaireResponseValue : response_value
click QuestionnaireResponseValue href "../QuestionnaireResponseValue"
QuestionnaireResponseItem : text
Inheritance
- Entity
- QuestionnaireResponseItem
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 QuestionnaireResponseValue |
direct | |
| id | 1 Uriorcurie |
The 'logical' identifier of the entity within the system of record | Entity |
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
is_a: Entity
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
domain_of:
- QuestionnaireResponseItem
range: QuestionnaireItem
text:
name: text
description: Name for group or question text
from_schema: https://w3id.org/nhlbidatastage/bdchm
domain_of:
- QuestionnaireItem
- QuestionnaireResponseItem
range: string
response_value:
name: response_value
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
domain_of:
- QuestionnaireResponseItem
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
is_a: Entity
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
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: QuestionnaireResponseItem
domain_of:
- Entity
range: uriorcurie
required: true