pub struct MeasureSupplementalDataBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub link_id: Option<StringDt>,
pub code: Option<CodeableConcept>,
pub usage: Option<Vec<CodeableConcept>>,
pub description: Option<MarkdownDt>,
pub criteria: Option<Expression>,
}
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<StringDt>
Unique id for supplementalData in measure
code: Option<CodeableConcept>
Meaning of the supplemental data
usage: Option<Vec<CodeableConcept>>
supplemental-data | risk-adjustment-factor
description: Option<MarkdownDt>
The human readable description of this supplemental data
criteria: Option<Expression>
Expression describing additional data to be reported
Trait Implementations§
Source§impl Clone for MeasureSupplementalDataBackboneElement
impl Clone for MeasureSupplementalDataBackboneElement
Source§fn clone(&self) -> MeasureSupplementalDataBackboneElement
fn clone(&self) -> MeasureSupplementalDataBackboneElement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for MeasureSupplementalDataBackboneElement
impl Default for MeasureSupplementalDataBackboneElement
Source§fn default() -> MeasureSupplementalDataBackboneElement
fn default() -> MeasureSupplementalDataBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MeasureSupplementalDataBackboneElement
impl<'de> Deserialize<'de> for MeasureSupplementalDataBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for MeasureSupplementalDataBackboneElement
impl RefUnwindSafe for MeasureSupplementalDataBackboneElement
impl Send for MeasureSupplementalDataBackboneElement
impl Sync for MeasureSupplementalDataBackboneElement
impl Unpin for MeasureSupplementalDataBackboneElement
impl UnwindSafe for MeasureSupplementalDataBackboneElement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more