pub struct QuestionnaireResponse {Show 19 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 based_on: Option<Vec<Reference>>,
pub part_of: Option<Vec<Reference>>,
pub questionnaire: Option<CanonicalDt>,
pub status: Option<CodeDt>,
pub subject: Option<Reference>,
pub encounter: Option<Reference>,
pub authored: Option<DateTimeDt>,
pub author: Option<Reference>,
pub source: Option<Reference>,
pub item: Option<Vec<QuestionnaireResponseItemBackboneElement>>,
}
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>>
Business identifier for this set of answers
based_on: Option<Vec<Reference>>
Request fulfilled by this QuestionnaireResponse
part_of: Option<Vec<Reference>>
Part of referenced event
questionnaire: Option<CanonicalDt>
Canonical URL of Questionnaire being answered
status: Option<CodeDt>
in-progress | completed | amended | entered-in-error | stopped
subject: Option<Reference>
The subject of the questions
encounter: Option<Reference>
Encounter the questionnaire response is part of
Date the answers were gathered
The individual or device that received and recorded the answers
source: Option<Reference>
The individual or device that answered the questions
item: Option<Vec<QuestionnaireResponseItemBackboneElement>>
Groups and questions
Implementations§
Source§impl QuestionnaireResponse
impl QuestionnaireResponse
pub fn set_identifier(self, v: Vec<Identifier>) -> Self
pub fn add_identifier(self, v: Identifier) -> Self
pub fn set_based_on(self, v: Vec<Reference>) -> Self
pub fn add_based_on(self, v: Reference) -> Self
pub fn set_part_of(self, v: Vec<Reference>) -> Self
pub fn add_part_of(self, v: Reference) -> Self
pub fn set_questionnaire<T: Into<CanonicalDt>>(self, v: T) -> 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_source(self, v: Reference) -> Self
pub fn set_item(self, v: Vec<QuestionnaireResponseItemBackboneElement>) -> Self
pub fn add_item(self, v: QuestionnaireResponseItemBackboneElement) -> Self
Trait Implementations§
Source§impl Clone for QuestionnaireResponse
impl Clone for QuestionnaireResponse
Source§fn clone(&self) -> QuestionnaireResponse
fn clone(&self) -> QuestionnaireResponse
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more