pub enum MedicationRequestIntentCodes {
FillerOrder,
InstanceOrder,
Option,
Order,
OriginalOrder,
Plan,
Proposal,
ReflexOrder,
}
Expand description
MedicationRequestIntentCodes. MedicationRequest Intent Codes
FHIR version: 5.0.0.
Variants§
FillerOrder
filler-order
Filler Order. The request represents the view of an authorization instantiated by a fulfilling system representing the details of the fulfiller’s intention to act upon a submitted order.
InstanceOrder
instance-order
Instance Order. The request represents an instance for the particular order and is used to generate a schedule of requests on a medication administration record (MAR).
Option
option
Option. The request represents a component or option for a RequestOrchestration that establishes timing, conditionality and/or other constraints among a set of requests.
Order
order
Order. The request represents a request/demand and authorization for action
OriginalOrder
original-order
Original Order. The request represents the original authorization for the medication request.
Plan
plan
Plan. The request represents an intention to ensure something occurs without providing an authorization for others to act.
Proposal
proposal
Proposal. The request is a suggestion made by someone/something that doesn’t have an intention to ensure it occurs and without providing an authorization to act
ReflexOrder
reflex-order
Reflex Order. The request represents an automatically generated supplemental authorization for action based on a parent authorization together with initial results of the action taken against that parent authorization..
Trait Implementations§
Source§impl AsRef<str> for MedicationRequestIntentCodes
impl AsRef<str> for MedicationRequestIntentCodes
Source§impl Clone for MedicationRequestIntentCodes
impl Clone for MedicationRequestIntentCodes
Source§fn clone(&self) -> MedicationRequestIntentCodes
fn clone(&self) -> MedicationRequestIntentCodes
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for MedicationRequestIntentCodes
impl Debug for MedicationRequestIntentCodes
Source§impl<'de> Deserialize<'de> for MedicationRequestIntentCodes
impl<'de> Deserialize<'de> for MedicationRequestIntentCodes
Source§fn deserialize<D>(
deserializer: D,
) -> Result<MedicationRequestIntentCodes, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<MedicationRequestIntentCodes, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Source§impl From<MedicationRequestIntentCodes> for CodeableConcept
impl From<MedicationRequestIntentCodes> for CodeableConcept
Source§fn from(code: MedicationRequestIntentCodes) -> CodeableConcept
fn from(code: MedicationRequestIntentCodes) -> CodeableConcept
Source§impl From<MedicationRequestIntentCodes> for Coding
impl From<MedicationRequestIntentCodes> for Coding
Source§fn from(code: MedicationRequestIntentCodes) -> Coding
fn from(code: MedicationRequestIntentCodes) -> Coding
Source§impl Hash for MedicationRequestIntentCodes
impl Hash for MedicationRequestIntentCodes
Source§impl PartialEq for MedicationRequestIntentCodes
impl PartialEq for MedicationRequestIntentCodes
Source§fn eq(&self, other: &MedicationRequestIntentCodes) -> bool
fn eq(&self, other: &MedicationRequestIntentCodes) -> bool
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for MedicationRequestIntentCodes
impl Serialize for MedicationRequestIntentCodes
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
impl Copy for MedicationRequestIntentCodes
impl Eq for MedicationRequestIntentCodes
impl StructuralPartialEq for MedicationRequestIntentCodes
Auto Trait Implementations§
impl Freeze for MedicationRequestIntentCodes
impl RefUnwindSafe for MedicationRequestIntentCodes
impl Send for MedicationRequestIntentCodes
impl Sync for MedicationRequestIntentCodes
impl Unpin for MedicationRequestIntentCodes
impl UnwindSafe for MedicationRequestIntentCodes
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.