pub struct EventResourceTypes;Expand description
http://hl7.org/fhir/ValueSet/event-resource-types
Implementations§
Source§impl EventResourceTypes
impl EventResourceTypes
Sourcepub fn charge_item() -> BoundCode<Self>
pub fn charge_item() -> BoundCode<Self>
ChargeItem
Sourcepub fn claim_response() -> BoundCode<Self>
pub fn claim_response() -> BoundCode<Self>
ClaimResponse
Sourcepub fn clinical_impression() -> BoundCode<Self>
pub fn clinical_impression() -> BoundCode<Self>
ClinicalImpression
Sourcepub fn communication() -> BoundCode<Self>
pub fn communication() -> BoundCode<Self>
Communication
Sourcepub fn composition() -> BoundCode<Self>
pub fn composition() -> BoundCode<Self>
Composition
Sourcepub fn device_use_statement() -> BoundCode<Self>
pub fn device_use_statement() -> BoundCode<Self>
DeviceUseStatement
Sourcepub fn diagnostic_report() -> BoundCode<Self>
pub fn diagnostic_report() -> BoundCode<Self>
DiagnosticReport
Sourcepub fn document_manifest() -> BoundCode<Self>
pub fn document_manifest() -> BoundCode<Self>
DocumentManifest
Sourcepub fn document_reference() -> BoundCode<Self>
pub fn document_reference() -> BoundCode<Self>
DocumentReference
Sourcepub fn enrollment_response() -> BoundCode<Self>
pub fn enrollment_response() -> BoundCode<Self>
EnrollmentResponse
Sourcepub fn episode_of_care() -> BoundCode<Self>
pub fn episode_of_care() -> BoundCode<Self>
EpisodeOfCare
Sourcepub fn explanation_of_benefit() -> BoundCode<Self>
pub fn explanation_of_benefit() -> BoundCode<Self>
ExplanationOfBenefit
Sourcepub fn family_member_history() -> BoundCode<Self>
pub fn family_member_history() -> BoundCode<Self>
FamilyMemberHistory
Sourcepub fn guidance_response() -> BoundCode<Self>
pub fn guidance_response() -> BoundCode<Self>
GuidanceResponse
Sourcepub fn imaging_study() -> BoundCode<Self>
pub fn imaging_study() -> BoundCode<Self>
ImagingStudy
Sourcepub fn immunization() -> BoundCode<Self>
pub fn immunization() -> BoundCode<Self>
Immunization
Sourcepub fn measure_report() -> BoundCode<Self>
pub fn measure_report() -> BoundCode<Self>
MeasureReport
Sourcepub fn medication_administration() -> BoundCode<Self>
pub fn medication_administration() -> BoundCode<Self>
MedicationAdministration
Sourcepub fn medication_dispense() -> BoundCode<Self>
pub fn medication_dispense() -> BoundCode<Self>
MedicationDispense
Sourcepub fn medication_statement() -> BoundCode<Self>
pub fn medication_statement() -> BoundCode<Self>
MedicationStatement
Sourcepub fn observation() -> BoundCode<Self>
pub fn observation() -> BoundCode<Self>
Observation
Sourcepub fn payment_notice() -> BoundCode<Self>
pub fn payment_notice() -> BoundCode<Self>
PaymentNotice
Sourcepub fn payment_reconciliation() -> BoundCode<Self>
pub fn payment_reconciliation() -> BoundCode<Self>
PaymentReconciliation
Sourcepub fn process_response() -> BoundCode<Self>
pub fn process_response() -> BoundCode<Self>
ProcessResponse
Sourcepub fn questionnaire_response() -> BoundCode<Self>
pub fn questionnaire_response() -> BoundCode<Self>
QuestionnaireResponse
Sourcepub fn risk_assessment() -> BoundCode<Self>
pub fn risk_assessment() -> BoundCode<Self>
RiskAssessment
Sourcepub fn supply_delivery() -> BoundCode<Self>
pub fn supply_delivery() -> BoundCode<Self>
SupplyDelivery
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventResourceTypes
impl RefUnwindSafe for EventResourceTypes
impl Send for EventResourceTypes
impl Sync for EventResourceTypes
impl Unpin for EventResourceTypes
impl UnsafeUnpin for EventResourceTypes
impl UnwindSafe for EventResourceTypes
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
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> ErasedDestructor for Twhere
T: 'static,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more