Class: QuestionnaireResponseValueBoolean
Single-valued boolean answer to the question
URI: bdchm:QuestionnaireResponseValueBoolean
classDiagram
class QuestionnaireResponseValueBoolean
click QuestionnaireResponseValueBoolean href "../QuestionnaireResponseValueBoolean"
QuestionnaireResponseValue <|-- QuestionnaireResponseValueBoolean
click QuestionnaireResponseValue href "../QuestionnaireResponseValue"
QuestionnaireResponseValueBoolean : id
QuestionnaireResponseValueBoolean : name
QuestionnaireResponseValueBoolean : type
QuestionnaireResponseValueBoolean : value
Inheritance
- Entity
- QuestionnaireResponseValue
- QuestionnaireResponseValueBoolean
- QuestionnaireResponseValue
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| value | 1 Boolean |
A general slot to hold a value | QuestionnaireResponseValue |
| type | 0..1 String |
QuestionnaireResponseValue | |
| name | 0..1 String |
QuestionnaireResponseValue | |
| 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:QuestionnaireResponseValueBoolean |
| native | bdchm:QuestionnaireResponseValueBoolean |
LinkML Source
Direct
name: QuestionnaireResponseValueBoolean
description: Single-valued boolean answer to the question
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: QuestionnaireResponseValue
slot_usage:
value:
name: value
range: boolean
required: true
Induced
name: QuestionnaireResponseValueBoolean
description: Single-valued boolean answer to the question
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: QuestionnaireResponseValue
slot_usage:
value:
name: value
range: boolean
required: true
attributes:
value:
name: value
description: A general slot to hold a value.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: value
owner: QuestionnaireResponseValueBoolean
domain_of:
- QuestionnaireResponseValue
range: boolean
required: true
type:
name: type
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
designates_type: true
alias: type
owner: QuestionnaireResponseValueBoolean
domain_of:
- QuestionnaireResponseValue
range: string
name:
name: name
from_schema: https://w3id.org/nhlbidatastage/bdchm
alias: name
owner: QuestionnaireResponseValueBoolean
domain_of:
- ResearchStudy
- Organization
- Questionnaire
- QuestionnaireResponseValue
range: string
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: QuestionnaireResponseValueBoolean
domain_of:
- Entity
range: uriorcurie
required: true