Skip to content

Class: FlowDiagram

Study selection flow diagram counts and artifact references.

URI: revaise:FlowDiagram

```mermaid classDiagram class FlowDiagram click FlowDiagram href "../FlowDiagram/" FlowDiagram : flow_diagram_id

  FlowDiagram : flow_diagram_notes

  FlowDiagram : flow_diagram_output





    FlowDiagram --> "0..1" StageOutput : flow_diagram_output
    click StageOutput href "../StageOutput/"



  FlowDiagram : flow_standard

  FlowDiagram : records_identified

  FlowDiagram : records_screened

  FlowDiagram : reports_assessed

  FlowDiagram : reports_sought

  FlowDiagram : total_included

```

Slots

Name Cardinality and Range Description Inheritance
flow_diagram_id 0..1
String
Identifier for a flow diagram direct
flow_standard 0..1
String
Reporting standard the flow diagram conforms to 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
total_included 0..1
Integer
Number of studies included in the review direct
flow_diagram_output 0..1
StageOutput
Flow diagram artifact direct
flow_diagram_notes 0..1
String
Notes about the flow diagram direct

Usages

used by used in type used
Review flow_diagram range FlowDiagram

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search

Mappings

Mapping Type Mapped Value
self revaise:FlowDiagram
native revaise:FlowDiagram

LinkML Source

Direct

name: FlowDiagram
description: Study selection flow diagram counts and artifact references.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
slots:
- flow_diagram_id
- flow_standard
- records_identified
- records_screened
- reports_sought
- reports_assessed
- total_included
- flow_diagram_output
- flow_diagram_notes
slot_usage:
  flow_diagram_output:
    name: flow_diagram_output
    range: StageOutput
    inlined: true

Induced

name: FlowDiagram
description: Study selection flow diagram counts and artifact references.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
slot_usage:
  flow_diagram_output:
    name: flow_diagram_output
    range: StageOutput
    inlined: true
attributes:
  flow_diagram_id:
    name: flow_diagram_id
    description: Identifier for a flow diagram
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
    rank: 1000
    owner: FlowDiagram
    domain_of:
    - FlowDiagram
    range: string
  flow_standard:
    name: flow_standard
    description: Reporting standard the flow diagram conforms to
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
    rank: 1000
    owner: FlowDiagram
    domain_of:
    - FlowDiagram
    range: string
  records_identified:
    name: records_identified
    description: Number of records identified
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
    rank: 1000
    owner: FlowDiagram
    domain_of:
    - FlowDiagram
    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/search
    rank: 1000
    owner: FlowDiagram
    domain_of:
    - FlowDiagram
    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/search
    rank: 1000
    owner: FlowDiagram
    domain_of:
    - FlowDiagram
    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/search
    rank: 1000
    owner: FlowDiagram
    domain_of:
    - FlowDiagram
    range: integer
    minimum_value: 0
  total_included:
    name: total_included
    description: Number of studies included in the review
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
    rank: 1000
    owner: FlowDiagram
    domain_of:
    - FlowDiagram
    range: integer
    minimum_value: 0
  flow_diagram_output:
    name: flow_diagram_output
    description: Flow diagram artifact
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
    rank: 1000
    owner: FlowDiagram
    domain_of:
    - FlowDiagram
    range: StageOutput
    inlined: true
  flow_diagram_notes:
    name: flow_diagram_notes
    description: Notes about the flow diagram
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
    rank: 1000
    owner: FlowDiagram
    domain_of:
    - FlowDiagram
    range: string