pub struct GuidanceResponse {Show 22 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 request_identifier: Option<Identifier>,
pub identifier: Option<Vec<Identifier>>,
pub module: Option<CodeableConcept>,
pub status: Option<CodeDt>,
pub subject: Option<Reference>,
pub encounter: Option<Reference>,
pub occurrence_date_time: Option<DateTimeDt>,
pub performer: Option<Reference>,
pub reason: Option<Vec<CodeableReference>>,
pub note: Option<Vec<Annotation>>,
pub evaluation_message: Option<Reference>,
pub output_parameters: Option<Reference>,
pub result: Option<Vec<Reference>>,
pub data_requirement: Option<Vec<DataRequirement>>,
}
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
request_identifier: Option<Identifier>
The identifier of the request associated with this response, if any
identifier: Option<Vec<Identifier>>
Business identifier
module: Option<CodeableConcept>
What guidance was requested
status: Option<CodeDt>
success | data-requested | data-required | in-progress | failure | entered-in-error
subject: Option<Reference>
Patient the request was performed for
encounter: Option<Reference>
Encounter during which the response was returned
occurrence_date_time: Option<DateTimeDt>
When the guidance response was processed
performer: Option<Reference>
Device returning the guidance
reason: Option<Vec<CodeableReference>>
Why guidance is needed
note: Option<Vec<Annotation>>
Additional notes about the response
evaluation_message: Option<Reference>
Messages resulting from the evaluation of the artifact or artifacts
output_parameters: Option<Reference>
The output parameters of the evaluation, if any
result: Option<Vec<Reference>>
Proposed actions, if any
data_requirement: Option<Vec<DataRequirement>>
Additional required data
Implementations§
Source§impl GuidanceResponse
impl GuidanceResponse
pub fn set_request_identifier(self, v: Identifier) -> Self
pub fn set_identifier(self, v: Vec<Identifier>) -> Self
pub fn add_identifier(self, v: Identifier) -> Self
pub fn set_module(self, v: CodeableConcept) -> Self
pub fn set_status<T: Into<CodeDt>>(self, v: T) -> Self
pub fn set_subject(self, v: Reference) -> Self
pub fn set_encounter(self, v: Reference) -> Self
pub fn set_occurrence_date_time<T: Into<DateTimeDt>>(self, v: T) -> Self
pub fn set_performer(self, v: Reference) -> Self
pub fn set_reason(self, v: Vec<CodeableReference>) -> Self
pub fn add_reason(self, v: CodeableReference) -> Self
pub fn set_note(self, v: Vec<Annotation>) -> Self
pub fn add_note(self, v: Annotation) -> Self
pub fn set_evaluation_message(self, v: Reference) -> Self
pub fn set_output_parameters(self, v: Reference) -> Self
pub fn set_result(self, v: Vec<Reference>) -> Self
pub fn add_result(self, v: Reference) -> Self
pub fn set_data_requirement(self, v: Vec<DataRequirement>) -> Self
pub fn add_data_requirement(self, v: DataRequirement) -> Self
Trait Implementations§
Source§impl Clone for GuidanceResponse
impl Clone for GuidanceResponse
Source§fn clone(&self) -> GuidanceResponse
fn clone(&self) -> GuidanceResponse
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more