pub enum ReportSectionType {
Show 28 variants
Assertion,
CertaintyOfEvidence,
ColumnHeader,
ColumnHeaders,
ControlGroupAloneEvidence,
EfficacyOutcomes,
Evidence,
EvidenceClassifier,
EvidenceVariable,
EvidenceVariableExposure,
EvidenceVariableIntended,
EvidenceVariableObserved,
EvidenceVariableOutcome,
EvidenceVariablePopulation,
HarmsOutcomes,
Header,
InterventionGroupAloneEvidence,
InterventionVsControlEvidence,
Reasons,
References,
RowHeaders,
SampleSize,
SummaryOfBodyOfEvidenceFindings,
SummaryOfIndividualStudyFindings,
Table,
Tables,
TextSummary,
Warnings,
}Expand description
ReportSectionType. Evidence Report Section Type.
FHIR version: 5.0.0.
Variants§
Assertion
Assertion
Assertion. Assertion.
CertaintyOfEvidence
Certainty-of-Evidence
Certainty of Evidence. Certainty of Evidence.
ColumnHeader
Column-Header
Column Header. Denotes the header to use for the column for a tabular report.
ColumnHeaders
Column-Headers
Column Headers. Denotes a section specifying column headers for a tabular report.
ControlGroupAloneEvidence
Control-group-alone-Evidence
Evidence Results for the control exposure only. Evidence Results for the control exposure only.
EfficacyOutcomes
Efficacy-outcomes
Efficacy-outcomes. Outcomes related to efficacy or potential benefits of interventions.
Evidence
Evidence
Evidence Results. Evidence Results.
EvidenceClassifier
Evidence-Classifier
Evidence Classifier section. This section is used for classifiers of the evidence.
EvidenceVariable
EvidenceVariable
Evidence Variables used. Evidence Variables used.
EvidenceVariableExposure
EvidenceVariable-exposure
Evidence Variable in variable role Exposure. Evidence Variable in variable role Exposure.
EvidenceVariableIntended
EvidenceVariable-intended
Evidence Variables intended for interpretation. Evidence Variables intended for interpretation.
EvidenceVariableObserved
EvidenceVariable-observed
Evidence Variables actually observed. Evidence Variables as observed in the research data.
EvidenceVariableOutcome
EvidenceVariable-outcome
Evidence Variable in variable role Outcome (MeasuredVariable). Evidence Variable in variable role Outcome (MeasuredVariable).
EvidenceVariablePopulation
EvidenceVariable-population
Evidence Variable in variable role Population. Evidence Variable in variable role Population.
HarmsOutcomes
Harms-outcomes
Harms outcomes. Outcomes related to adverse effects or potential harms of interventions.
Header
Header
Header. Denotes the header to use for a Text Summary or above a Table.
InterventionGroupAloneEvidence
Intervention-group-alone-Evidence
Evidence Results for the intervention exposure only. Evidence Results for the intervention exposure only.
InterventionVsControlEvidence
Intervention-vs-Control-Evidence
Evidence Results for comparison of Intervention and Control. Evidence Results for comparison of Intervention and Control.
Reasons
Reasons
Reasons. Reasons.
References
References
References. References.
RowHeaders
Row-Headers
Row Headers. Denotes a section specifying row headers for a tabular report.
SampleSize
SampleSize
Sample Size. Sample Size.
SummaryOfBodyOfEvidenceFindings
SummaryOfBodyOfEvidenceFindings
Summary of Body of Evidence Findings. Summary of Body of Evidence Findings.
SummaryOfIndividualStudyFindings
SummaryOfIndividualStudyFindings
Summary of Individual Study Findings. Summary of Individual Study Findings.
Table
Table
Table.
Tables
Tables
Tables. Tables.
TextSummary
Text-Summary
Text Summary. Denotes a section specifying text summary for a report.
Warnings
Warnings
Warnings. Warnings.
Trait Implementations§
Source§impl AsRef<str> for ReportSectionType
impl AsRef<str> for ReportSectionType
Source§impl Clone for ReportSectionType
impl Clone for ReportSectionType
Source§fn clone(&self) -> ReportSectionType
fn clone(&self) -> ReportSectionType
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for ReportSectionType
impl Debug for ReportSectionType
Source§impl<'de> Deserialize<'de> for ReportSectionType
impl<'de> Deserialize<'de> for ReportSectionType
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Source§impl Display for ReportSectionType
impl Display for ReportSectionType
Source§impl From<ReportSectionType> for CodeableConcept
impl From<ReportSectionType> for CodeableConcept
Source§fn from(code: ReportSectionType) -> Self
fn from(code: ReportSectionType) -> Self
Source§impl From<ReportSectionType> for Coding
impl From<ReportSectionType> for Coding
Source§fn from(code: ReportSectionType) -> Self
fn from(code: ReportSectionType) -> Self
Source§impl FromStr for ReportSectionType
impl FromStr for ReportSectionType
Source§impl Hash for ReportSectionType
impl Hash for ReportSectionType
Source§impl PartialEq for ReportSectionType
impl PartialEq for ReportSectionType
Source§fn eq(&self, other: &ReportSectionType) -> bool
fn eq(&self, other: &ReportSectionType) -> bool
self and other values to be equal, and is used by ==.