pub struct ConceptMapGroupElementBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub code: Option<CodeDt>,
pub display: Option<StringDt>,
pub value_set: Option<CanonicalDt>,
pub no_map: Option<BooleanDt>,
pub target: Option<Vec<ConceptMapGroupElementTargetBackboneElement>>,
}
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
code: Option<CodeDt>
Identifies element being mapped
display: Option<StringDt>
Display for the code
value_set: Option<CanonicalDt>
Identifies the set of concepts being mapped
no_map: Option<BooleanDt>
No mapping to a target concept for this source concept
target: Option<Vec<ConceptMapGroupElementTargetBackboneElement>>
Concept in target system for element
Trait Implementations§
Source§impl Clone for ConceptMapGroupElementBackboneElement
impl Clone for ConceptMapGroupElementBackboneElement
Source§fn clone(&self) -> ConceptMapGroupElementBackboneElement
fn clone(&self) -> ConceptMapGroupElementBackboneElement
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 ConceptMapGroupElementBackboneElement
impl Default for ConceptMapGroupElementBackboneElement
Source§fn default() -> ConceptMapGroupElementBackboneElement
fn default() -> ConceptMapGroupElementBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConceptMapGroupElementBackboneElement
impl<'de> Deserialize<'de> for ConceptMapGroupElementBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for ConceptMapGroupElementBackboneElement
impl RefUnwindSafe for ConceptMapGroupElementBackboneElement
impl Send for ConceptMapGroupElementBackboneElement
impl Sync for ConceptMapGroupElementBackboneElement
impl Unpin for ConceptMapGroupElementBackboneElement
impl UnwindSafe for ConceptMapGroupElementBackboneElement
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