Class: QuestionnaireItem
QuestionnaireItem defines a question or section within the Questionnaire
classDiagram
class QuestionnaireItem
Entity <|-- QuestionnaireItem
QuestionnaireItem : code
QuestionnaireItem : id
QuestionnaireItem : identity
QuestionnaireItem --> Identifier : identity
QuestionnaireItem : part_of
QuestionnaireItem --> QuestionnaireItem : part_of
QuestionnaireItem : text
Inheritance
- Entity
- QuestionnaireItem
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
identity | 0..* Identifier |
A 'business' identifier or accession number for the entity, typically as prov... | direct |
text | 0..1 String |
Name for group or question text | direct |
code | 0..1 String |
Corresponding concept for this item in a terminology | direct |
part_of | 0..1 QuestionnaireItem |
A reference to a parent QuestionnaireItem | direct |
id | 1..1 Uriorcurie |
The 'logical' identifier of the entity within the system of record | Entity |
Usages
used by | used in | type | used |
---|---|---|---|
Questionnaire | items | range | QuestionnaireItem |
QuestionnaireItem | part_of | range | QuestionnaireItem |
QuestionnaireResponseItem | has_questionnaire_item | range | QuestionnaireItem |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nhlbidatastage/bdchm
Mappings
Mapping Type | Mapped Value |
---|---|
self | bdchm:QuestionnaireItem |
native | bdchm:QuestionnaireItem |
LinkML Source
Direct
name: QuestionnaireItem
description: QuestionnaireItem defines a question or section within the Questionnaire
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
slots:
- identity
attributes:
text:
name: text
description: Name for group or question text
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: string
code:
name: code
description: Corresponding concept for this item in a terminology
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
range: string
part_of:
name: part_of
description: A reference to a parent QuestionnaireItem.
from_schema: https://w3id.org/nhlbidatastage/bdchm
range: QuestionnaireItem
Induced
name: QuestionnaireItem
description: QuestionnaireItem defines a question or section within the Questionnaire
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
attributes:
text:
name: text
description: Name for group or question text
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: text
owner: QuestionnaireItem
domain_of:
- QuestionnaireItem
- QuestionnaireResponseItem
range: string
code:
name: code
description: Corresponding concept for this item in a terminology
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: code
owner: QuestionnaireItem
domain_of:
- QuestionnaireItem
range: string
part_of:
name: part_of
description: A reference to a parent QuestionnaireItem.
from_schema: https://w3id.org/nhlbidatastage/bdchm
alias: part_of
owner: QuestionnaireItem
domain_of:
- ResearchStudy
- QuestionnaireItem
range: QuestionnaireItem
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: QuestionnaireItem
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: QuestionnaireItem
domain_of:
- Entity
range: uriorcurie
required: true