pub struct DeviceAssociation {Show 17 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub identifier: Option<Vec<Identifier>>,
pub device: Option<Reference>,
pub category: Option<Vec<CodeableConcept>>,
pub status: Option<CodeableConcept>,
pub status_reason: Option<Vec<CodeableConcept>>,
pub subject: Option<Reference>,
pub body_structure: Option<Reference>,
pub period: Option<Period>,
pub operation: Option<Vec<DeviceAssociationOperationBackboneElement>>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
identifier: Option<Vec<Identifier>>
Instance identifier
device: Option<Reference>
Reference to the devices associated with the patient or group
category: Option<Vec<CodeableConcept>>
Describes the relationship between the device and subject
status: Option<CodeableConcept>
implanted | explanted | attached | entered-in-error | unknown
status_reason: Option<Vec<CodeableConcept>>
The reasons given for the current association status
subject: Option<Reference>
The individual, group of individuals or device that the device is on or associated with
body_structure: Option<Reference>
Current anatomical location of the device in/on subject
period: Option<Period>
Begin and end dates and times for the device association
operation: Option<Vec<DeviceAssociationOperationBackboneElement>>
The details about the device when it is in use to describe its operation
Implementations§
Source§impl DeviceAssociation
impl DeviceAssociation
pub fn set_identifier(self, v: Vec<Identifier>) -> Self
pub fn add_identifier(self, v: Identifier) -> Self
pub fn set_device(self, v: Reference) -> Self
pub fn set_category(self, v: Vec<CodeableConcept>) -> Self
pub fn add_category(self, v: CodeableConcept) -> Self
pub fn set_status(self, v: CodeableConcept) -> Self
pub fn set_status_reason(self, v: Vec<CodeableConcept>) -> Self
pub fn add_status_reason(self, v: CodeableConcept) -> Self
pub fn set_subject(self, v: Reference) -> Self
pub fn set_body_structure(self, v: Reference) -> Self
pub fn set_period(self, v: Period) -> Self
pub fn set_operation( self, v: Vec<DeviceAssociationOperationBackboneElement>, ) -> Self
pub fn add_operation(self, v: DeviceAssociationOperationBackboneElement) -> Self
Trait Implementations§
Source§impl Clone for DeviceAssociation
impl Clone for DeviceAssociation
Source§fn clone(&self) -> DeviceAssociation
fn clone(&self) -> DeviceAssociation
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more