Class: QuestionnaireResponseValueInteger
Single-valued integer answer to the question
URI: bdchm:QuestionnaireResponseValueInteger
classDiagram
class QuestionnaireResponseValueInteger
click QuestionnaireResponseValueInteger href "../QuestionnaireResponseValueInteger"
QuestionnaireResponseValue <|-- QuestionnaireResponseValueInteger
click QuestionnaireResponseValue href "../QuestionnaireResponseValue"
QuestionnaireResponseValueInteger : code_concept
QuestionnaireResponseValueInteger : id
QuestionnaireResponseValueInteger : value
Inheritance
- Entity
- QuestionnaireResponseValue
- QuestionnaireResponseValueInteger
- QuestionnaireResponseValue
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| value | 1 Integer |
A general slot to hold a value | QuestionnaireResponseValue |
| code_concept | 0..1 String |
Corresponding code for this value in an external terminology, if applicable, ... | 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/bdchm
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | bdchm:QuestionnaireResponseValueInteger |
| native | bdchm:QuestionnaireResponseValueInteger |
LinkML Source
Direct
name: QuestionnaireResponseValueInteger
description: Single-valued integer answer to the question
from_schema: https://w3id.org/bdchm
is_a: QuestionnaireResponseValue
slot_usage:
value:
name: value
range: integer
required: true
Induced
name: QuestionnaireResponseValueInteger
description: Single-valued integer answer to the question
from_schema: https://w3id.org/bdchm
is_a: QuestionnaireResponseValue
slot_usage:
value:
name: value
range: integer
required: true
attributes:
value:
name: value
description: A general slot to hold a value.
from_schema: https://w3id.org/bdchm
rank: 1000
owner: QuestionnaireResponseValueInteger
domain_of:
- QuestionnaireResponseValue
range: integer
required: true
code_concept:
name: code_concept
description: Corresponding code for this value in an external terminology, if
applicable, or as defined in the questionnaire itself. For example, if the
question is "What is your sex?" and the answer is "Female", the code might "1"
for a custom-defined questionnaire, or "loinc:LA3-6" for a standard terminology.
from_schema: https://w3id.org/bdchm
rank: 1000
owner: QuestionnaireResponseValueInteger
domain_of:
- QuestionnaireResponseValue
range: string
required: false
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/bdchm
rank: 1000
slot_uri: schema:identifier
identifier: true
owner: QuestionnaireResponseValueInteger
domain_of:
- Entity
range: uriorcurie
required: true