Class: Protocol¶
Scoping and registration details of the review.
URI: revaise:Protocol
```mermaid classDiagram class Protocol click Protocol href "../Protocol/" Protocol : eligibility_criteria
Protocol : picos
Protocol : protocol_start_date
Protocol : registration_id
Protocol : registration_url
Protocol : registry
Protocol : research_question
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| registry | 0..1 String |
Registry where the protocol is recorded | direct |
| registration_id | 0..1 String |
Identifier assigned by the registry | direct |
| registration_url | 0..1 Uri |
URL to the registry entry | direct |
| research_question | 0..1 String |
Primary research question | direct |
| eligibility_criteria | 0..1 String |
Inclusion and exclusion criteria | direct |
| picos | 0..1 String |
Population, Intervention, Comparison, Outcomes, Study design details | direct |
| protocol_start_date | 0..1 Date |
Protocol registration date | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| Review | protocol | range | Protocol |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:Protocol |
| native | revaise:Protocol |
LinkML Source¶
Direct¶
Induced¶
name: Protocol
description: Scoping and registration details of the review.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
attributes:
registry:
name: registry
description: Registry where the protocol is recorded
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: registry
owner: Protocol
domain_of:
- Protocol
range: string
registration_id:
name: registration_id
description: Identifier assigned by the registry
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: registration_id
owner: Protocol
domain_of:
- Protocol
range: string
registration_url:
name: registration_url
description: URL to the registry entry
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: registration_url
owner: Protocol
domain_of:
- Protocol
range: uri
research_question:
name: research_question
description: Primary research question
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: research_question
owner: Protocol
domain_of:
- Protocol
range: string
eligibility_criteria:
name: eligibility_criteria
description: Inclusion and exclusion criteria
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: eligibility_criteria
owner: Protocol
domain_of:
- Protocol
range: string
picos:
name: picos
description: Population, Intervention, Comparison, Outcomes, Study design details
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: picos
owner: Protocol
domain_of:
- Protocol
range: string
protocol_start_date:
name: protocol_start_date
description: Protocol registration date
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: protocol_start_date
owner: Protocol
domain_of:
- Protocol
range: date