pub struct CommunicationRequest {Show 30 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 replaces: Option<Vec<Reference>>,
pub group_identifier: Option<Identifier>,
pub status: Option<CodeDt>,
pub status_reason: Option<CodeableConcept>,
pub intent: Option<CodeDt>,
pub category: Option<Vec<CodeableConcept>>,
pub priority: Option<CodeDt>,
pub do_not_perform: Option<BooleanDt>,
pub medium: Option<Vec<CodeableConcept>>,
pub subject: Option<Reference>,
pub about: Option<Vec<Reference>>,
pub encounter: Option<Reference>,
pub payload: Option<Vec<CommunicationRequestPayloadBackboneElement>>,
pub occurrence: Option<Period>,
pub authored_on: Option<DateTimeDt>,
pub requester: Option<Reference>,
pub recipient: Option<Vec<Reference>>,
pub information_provider: Option<Vec<Reference>>,
pub reason: Option<Vec<CodeableReference>>,
pub note: Option<Vec<Annotation>>,
}
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>>
Unique identifier
based_on: Option<Vec<Reference>>
Fulfills plan or proposal
replaces: Option<Vec<Reference>>
Request(s) replaced by this request
group_identifier: Option<Identifier>
Composite request this is part of
status: Option<CodeDt>
draft | active | on-hold | revoked | completed | entered-in-error | unknown
status_reason: Option<CodeableConcept>
Reason for current status
intent: Option<CodeDt>
proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
category: Option<Vec<CodeableConcept>>
Message category
priority: Option<CodeDt>
routine | urgent | asap | stat
do_not_perform: Option<BooleanDt>
True if request is prohibiting action
medium: Option<Vec<CodeableConcept>>
A channel of communication
subject: Option<Reference>
Focus of message
about: Option<Vec<Reference>>
Resources that pertain to this communication request
encounter: Option<Reference>
The Encounter during which this CommunicationRequest was created
payload: Option<Vec<CommunicationRequestPayloadBackboneElement>>
Message payload
occurrence: Option<Period>
When scheduled
When request transitioned to being actionable
requester: Option<Reference>
Who asks for the information to be shared
recipient: Option<Vec<Reference>>
Who to share the information with
information_provider: Option<Vec<Reference>>
Who should share the information
reason: Option<Vec<CodeableReference>>
Why is communication needed?
note: Option<Vec<Annotation>>
Comments made about communication request
Implementations§
Source§impl CommunicationRequest
impl CommunicationRequest
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_replaces(self, v: Vec<Reference>) -> Self
pub fn add_replaces(self, v: Reference) -> Self
pub fn set_group_identifier(self, v: Identifier) -> Self
pub fn set_status<T: Into<CodeDt>>(self, v: T) -> Self
pub fn set_status_reason(self, v: CodeableConcept) -> Self
pub fn set_intent<T: Into<CodeDt>>(self, v: T) -> Self
pub fn set_category(self, v: Vec<CodeableConcept>) -> Self
pub fn add_category(self, v: CodeableConcept) -> Self
pub fn set_priority<T: Into<CodeDt>>(self, v: T) -> Self
pub fn set_do_not_perform<T: Into<BooleanDt>>(self, v: T) -> Self
pub fn set_medium(self, v: Vec<CodeableConcept>) -> Self
pub fn add_medium(self, v: CodeableConcept) -> Self
pub fn set_subject(self, v: Reference) -> Self
pub fn set_about(self, v: Vec<Reference>) -> Self
pub fn add_about(self, v: Reference) -> Self
pub fn set_encounter(self, v: Reference) -> Self
pub fn set_payload( self, v: Vec<CommunicationRequestPayloadBackboneElement>, ) -> Self
pub fn add_payload(self, v: CommunicationRequestPayloadBackboneElement) -> Self
pub fn set_occurrence(self, v: Period) -> Self
pub fn set_requester(self, v: Reference) -> Self
pub fn set_recipient(self, v: Vec<Reference>) -> Self
pub fn add_recipient(self, v: Reference) -> Self
pub fn set_information_provider(self, v: Vec<Reference>) -> Self
pub fn add_information_provider(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
Trait Implementations§
Source§impl Clone for CommunicationRequest
impl Clone for CommunicationRequest
Source§fn clone(&self) -> CommunicationRequest
fn clone(&self) -> CommunicationRequest
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more