pub struct EvidenceVariableCharacteristicBackboneElement {Show 17 fields
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub link_id: Option<IdDt>,
pub description: Option<MarkdownDt>,
pub note: Option<Vec<Annotation>>,
pub exclude: Option<BooleanDt>,
pub definition_reference: Option<Reference>,
pub definition_canonical: Option<CanonicalDt>,
pub definition_codeable_concept: Option<CodeableConcept>,
pub definition_expression: Option<Expression>,
pub definition_id: Option<IdDt>,
pub definition_by_type_and_value: Option<EvidenceVariableCharacteristicDefinitionByTypeAndValueBackboneElement>,
pub definition_by_combination: Option<EvidenceVariableCharacteristicDefinitionByCombinationBackboneElement>,
pub instances: Option<Range>,
pub duration: Option<Range>,
pub time_from_event: Option<Vec<EvidenceVariableCharacteristicTimeFromEventBackboneElement>>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
link_id: Option<IdDt>
Label for internal linking
description: Option<MarkdownDt>
Natural language description of the characteristic
note: Option<Vec<Annotation>>
Used for footnotes or explanatory notes
exclude: Option<BooleanDt>
Whether the characteristic is an inclusion criterion or exclusion criterion
definition_reference: Option<Reference>
Defines the characteristic (without using type and value) by a Reference
definition_canonical: Option<CanonicalDt>
Defines the characteristic (without using type and value) by a Canonical
definition_codeable_concept: Option<CodeableConcept>
Defines the characteristic (without using type and value) by a CodeableConcept
definition_expression: Option<Expression>
Defines the characteristic (without using type and value) by an expression
definition_id: Option<IdDt>
Defines the characteristic (without using type and value) by an id
definition_by_type_and_value: Option<EvidenceVariableCharacteristicDefinitionByTypeAndValueBackboneElement>
Defines the characteristic using type and value
definition_by_combination: Option<EvidenceVariableCharacteristicDefinitionByCombinationBackboneElement>
Used to specify how two or more characteristics are combined
instances: Option<Range>
Number of occurrences meeting the characteristic
duration: Option<Range>
Length of time in which the characteristic is met
time_from_event: Option<Vec<EvidenceVariableCharacteristicTimeFromEventBackboneElement>>
Timing in which the characteristic is determined
Trait Implementations§
Source§impl Clone for EvidenceVariableCharacteristicBackboneElement
impl Clone for EvidenceVariableCharacteristicBackboneElement
Source§fn clone(&self) -> EvidenceVariableCharacteristicBackboneElement
fn clone(&self) -> EvidenceVariableCharacteristicBackboneElement
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more