pub struct MeasureReportGroupBackboneElement {
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 subject: Option<Reference>,
pub population: Option<Vec<MeasureReportGroupPopulationBackboneElement>>,
pub measure_score: Option<Duration>,
pub stratifier: Option<Vec<MeasureReportGroupStratifierBackboneElement>>,
}
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>
Pointer to specific group from Measure
code: Option<CodeableConcept>
Meaning of the group
subject: Option<Reference>
What individual(s) the report is for
population: Option<Vec<MeasureReportGroupPopulationBackboneElement>>
The populations in the group
measure_score: Option<Duration>
What score this group achieved
stratifier: Option<Vec<MeasureReportGroupStratifierBackboneElement>>
Stratification results
Trait Implementations§
Source§impl Clone for MeasureReportGroupBackboneElement
impl Clone for MeasureReportGroupBackboneElement
Source§fn clone(&self) -> MeasureReportGroupBackboneElement
fn clone(&self) -> MeasureReportGroupBackboneElement
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 MeasureReportGroupBackboneElement
impl Default for MeasureReportGroupBackboneElement
Source§fn default() -> MeasureReportGroupBackboneElement
fn default() -> MeasureReportGroupBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MeasureReportGroupBackboneElement
impl<'de> Deserialize<'de> for MeasureReportGroupBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for MeasureReportGroupBackboneElement
impl RefUnwindSafe for MeasureReportGroupBackboneElement
impl Send for MeasureReportGroupBackboneElement
impl Sync for MeasureReportGroupBackboneElement
impl Unpin for MeasureReportGroupBackboneElement
impl UnwindSafe for MeasureReportGroupBackboneElement
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