Class: ReviewQuestionCandidate¶
Candidate review question considered during scoping.
URI: revaise:ReviewQuestionCandidate
```mermaid classDiagram class ReviewQuestionCandidate click ReviewQuestionCandidate href "../ReviewQuestionCandidate/" ReviewQuestionCandidate : candidate_comparator
ReviewQuestionCandidate : candidate_context
ReviewQuestionCandidate : candidate_intervention_or_exposure
ReviewQuestionCandidate : candidate_outcomes
ReviewQuestionCandidate : candidate_population
ReviewQuestionCandidate : candidate_rationale
ReviewQuestionCandidate : candidate_status
ReviewQuestionCandidate --> "0..1" QuestionCandidateStatus : candidate_status
click QuestionCandidateStatus href "../QuestionCandidateStatus/"
ReviewQuestionCandidate : question_candidate_id
ReviewQuestionCandidate : question_framework
ReviewQuestionCandidate : question_text
ReviewQuestionCandidate : related_decision_id
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| question_candidate_id | 0..1 String |
Identifier for a candidate question | direct |
| question_text | 0..1 String |
Candidate question text | direct |
| question_framework | 0..1 String |
Framework used to express the question, such as PICO, PECO, or SPIDER | direct |
| candidate_population | 0..1 String |
Population component of the candidate question | direct |
| candidate_intervention_or_exposure | 0..1 String |
Intervention, exposure, or concept component of the candidate question | direct |
| candidate_comparator | 0..1 String |
Comparator component of the candidate question | direct |
| candidate_outcomes | * String |
Outcome components of the candidate question | direct |
| candidate_context | 0..1 String |
Context or setting component of the candidate question | direct |
| candidate_status | 0..1 QuestionCandidateStatus |
Status of the candidate question | direct |
| candidate_rationale | 0..1 String |
Rationale for accepting, rejecting, or refining a candidate question | direct |
| related_decision_id | 0..1 String |
Identifier of a related scoping decision | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| ScopingStage | scoping_question_candidates | range | ReviewQuestionCandidate |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:ReviewQuestionCandidate |
| native | revaise:ReviewQuestionCandidate |
LinkML Source¶
Direct¶
name: ReviewQuestionCandidate
description: Candidate review question considered during scoping.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
slots:
- question_candidate_id
- question_text
- question_framework
- candidate_population
- candidate_intervention_or_exposure
- candidate_comparator
- candidate_outcomes
- candidate_context
- candidate_status
- candidate_rationale
- related_decision_id
slot_usage:
candidate_outcomes:
name: candidate_outcomes
multivalued: true
Induced¶
name: ReviewQuestionCandidate
description: Candidate review question considered during scoping.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
slot_usage:
candidate_outcomes:
name: candidate_outcomes
multivalued: true
attributes:
question_candidate_id:
name: question_candidate_id
description: Identifier for a candidate question
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string
question_text:
name: question_text
description: Candidate question text
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string
question_framework:
name: question_framework
description: Framework used to express the question, such as PICO, PECO, or SPIDER
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string
candidate_population:
name: candidate_population
description: Population component of the candidate question
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string
candidate_intervention_or_exposure:
name: candidate_intervention_or_exposure
description: Intervention, exposure, or concept component of the candidate question
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string
candidate_comparator:
name: candidate_comparator
description: Comparator component of the candidate question
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string
candidate_outcomes:
name: candidate_outcomes
description: Outcome components of the candidate question
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string
multivalued: true
candidate_context:
name: candidate_context
description: Context or setting component of the candidate question
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string
candidate_status:
name: candidate_status
description: Status of the candidate question
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: QuestionCandidateStatus
candidate_rationale:
name: candidate_rationale
description: Rationale for accepting, rejecting, or refining a candidate question
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string
related_decision_id:
name: related_decision_id
description: Identifier of a related scoping decision
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/scoping
rank: 1000
owner: ReviewQuestionCandidate
domain_of:
- ReviewQuestionCandidate
range: string