Class: PrismaFlowDiagram¶
PRISMA flow diagram counts and artifact references.
URI: revaise:PrismaFlowDiagram
```mermaid classDiagram class PrismaFlowDiagram click PrismaFlowDiagram href "../PrismaFlowDiagram/" PrismaFlowDiagram : prisma_flow_id
PrismaFlowDiagram : prisma_flow_notes
PrismaFlowDiagram : prisma_flow_output
PrismaFlowDiagram --> "0..1" StageOutput : prisma_flow_output
click StageOutput href "../StageOutput/"
PrismaFlowDiagram : prisma_flow_standard
PrismaFlowDiagram : prisma_studies_included
PrismaFlowDiagram : records_identified
PrismaFlowDiagram : records_screened
PrismaFlowDiagram : reports_assessed
PrismaFlowDiagram : reports_sought
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| prisma_flow_id | 0..1 String |
Identifier for a PRISMA flow diagram | direct |
| prisma_flow_standard | 0..1 String |
PRISMA flow standard used | direct |
| records_identified | 0..1 Integer |
Number of records identified | direct |
| records_screened | 0..1 Integer |
Number of records screened | direct |
| reports_sought | 0..1 Integer |
Number of reports sought for retrieval | direct |
| reports_assessed | 0..1 Integer |
Number of reports assessed for eligibility | direct |
| prisma_studies_included | 0..1 Integer |
Number of studies included in the review | direct |
| prisma_flow_output | 0..1 StageOutput |
PRISMA flow diagram artifact | direct |
| prisma_flow_notes | 0..1 String |
Notes about the PRISMA flow diagram | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| ReportingStage | prisma_flow_diagram | range | PrismaFlowDiagram |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:PrismaFlowDiagram |
| native | revaise:PrismaFlowDiagram |
LinkML Source¶
Direct¶
name: PrismaFlowDiagram
description: PRISMA flow diagram counts and artifact references.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
slots:
- prisma_flow_id
- prisma_flow_standard
- records_identified
- records_screened
- reports_sought
- reports_assessed
- prisma_studies_included
- prisma_flow_output
- prisma_flow_notes
slot_usage:
prisma_flow_output:
name: prisma_flow_output
range: StageOutput
inlined: true
Induced¶
name: PrismaFlowDiagram
description: PRISMA flow diagram counts and artifact references.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
slot_usage:
prisma_flow_output:
name: prisma_flow_output
range: StageOutput
inlined: true
attributes:
prisma_flow_id:
name: prisma_flow_id
description: Identifier for a PRISMA flow diagram
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
owner: PrismaFlowDiagram
domain_of:
- PrismaFlowDiagram
range: string
prisma_flow_standard:
name: prisma_flow_standard
description: PRISMA flow standard used
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
owner: PrismaFlowDiagram
domain_of:
- PrismaFlowDiagram
range: string
records_identified:
name: records_identified
description: Number of records identified
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
owner: PrismaFlowDiagram
domain_of:
- PrismaFlowDiagram
range: integer
minimum_value: 0
records_screened:
name: records_screened
description: Number of records screened
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
owner: PrismaFlowDiagram
domain_of:
- PrismaFlowDiagram
range: integer
minimum_value: 0
reports_sought:
name: reports_sought
description: Number of reports sought for retrieval
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
owner: PrismaFlowDiagram
domain_of:
- PrismaFlowDiagram
range: integer
minimum_value: 0
reports_assessed:
name: reports_assessed
description: Number of reports assessed for eligibility
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
owner: PrismaFlowDiagram
domain_of:
- PrismaFlowDiagram
range: integer
minimum_value: 0
prisma_studies_included:
name: prisma_studies_included
description: Number of studies included in the review
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
owner: PrismaFlowDiagram
domain_of:
- PrismaFlowDiagram
range: integer
minimum_value: 0
prisma_flow_output:
name: prisma_flow_output
description: PRISMA flow diagram artifact
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
owner: PrismaFlowDiagram
domain_of:
- PrismaFlowDiagram
range: StageOutput
inlined: true
prisma_flow_notes:
name: prisma_flow_notes
description: Notes about the PRISMA flow diagram
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/reporting
rank: 1000
owner: PrismaFlowDiagram
domain_of:
- PrismaFlowDiagram
range: string