Class: QuestionnaireResponseValue
Single-valued answer to the question. (FHIR)
- NOTE: this is an abstract class and should not be instantiated directly
URI: bdchm:QuestionnaireResponseValue
classDiagram
class QuestionnaireResponseValue
click QuestionnaireResponseValue href "../QuestionnaireResponseValue"
Entity <|-- QuestionnaireResponseValue
click Entity href "../Entity"
QuestionnaireResponseValue <|-- QuestionnaireResponseValueDecimal
click QuestionnaireResponseValueDecimal href "../QuestionnaireResponseValueDecimal"
QuestionnaireResponseValue <|-- QuestionnaireResponseValueBoolean
click QuestionnaireResponseValueBoolean href "../QuestionnaireResponseValueBoolean"
QuestionnaireResponseValue <|-- QuestionnaireResponseValueInteger
click QuestionnaireResponseValueInteger href "../QuestionnaireResponseValueInteger"
QuestionnaireResponseValue <|-- QuestionnaireResponseValueTimePoint
click QuestionnaireResponseValueTimePoint href "../QuestionnaireResponseValueTimePoint"
QuestionnaireResponseValue <|-- QuestionnaireResponseValueString
click QuestionnaireResponseValueString href "../QuestionnaireResponseValueString"
QuestionnaireResponseValue : id
QuestionnaireResponseValue : name
QuestionnaireResponseValue : type
QuestionnaireResponseValue : value
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| value | 0..1 String |
A general slot to hold a value | direct |
| type | 0..1 String |
direct | |
| name | 0..1 String |
direct | |
| id | 1 Uriorcurie |
The 'logical' identifier of the entity within the system of record | Entity |
Usages
| used by | used in | type | used |
|---|---|---|---|
| QuestionnaireResponseItem | response_value | range | QuestionnaireResponseValue |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/bdchm
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | bdchm:QuestionnaireResponseValue |
| native | bdchm:QuestionnaireResponseValue |
LinkML Source
Direct
name: QuestionnaireResponseValue
description: Single-valued answer to the question. (FHIR)
from_schema: https://w3id.org/bdchm
is_a: Entity
abstract: true
slots:
- value
attributes:
type:
name: type
from_schema: https://w3id.org/bdchm
rank: 1000
designates_type: true
domain_of:
- QuestionnaireResponseValue
range: string
name:
name: name
from_schema: https://w3id.org/bdchm
domain_of:
- ResearchStudy
- Organization
- Questionnaire
- QuestionnaireResponseValue
range: string
Induced
name: QuestionnaireResponseValue
description: Single-valued answer to the question. (FHIR)
from_schema: https://w3id.org/bdchm
is_a: Entity
abstract: true
attributes:
type:
name: type
from_schema: https://w3id.org/bdchm
rank: 1000
designates_type: true
alias: type
owner: QuestionnaireResponseValue
domain_of:
- QuestionnaireResponseValue
range: string
name:
name: name
from_schema: https://w3id.org/bdchm
alias: name
owner: QuestionnaireResponseValue
domain_of:
- ResearchStudy
- Organization
- Questionnaire
- QuestionnaireResponseValue
range: string
value:
name: value
description: A general slot to hold a value.
from_schema: https://w3id.org/bdchm
rank: 1000
alias: value
owner: QuestionnaireResponseValue
domain_of:
- 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/bdchm
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: QuestionnaireResponseValue
domain_of:
- Entity
range: uriorcurie
required: true