fhir/r5_rsvp
https://hl7.org/fhir/r5 r5 client using rsvp
Types
pub type Err {
ErrRsvp(err: rsvp.Error)
ErrSansio(err: r5_sansio.Err)
}
Constructors
-
ErrRsvp(err: rsvp.Error) -
ErrSansio(err: r5_sansio.Err)
When using rsvp, if you attempt update or delete a resource with no id, we do not even send the request or give you an effect to use. Instead of an effect you get just Error(ErrNoId)
pub type ErrNoId {
ErrNoId
}
Constructors
-
ErrNoId
pub type FhirClient =
r5_sansio.FhirClient
Values
pub fn account_create(
resource: r5.Account,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Account, Err)) -> a,
) -> effect.Effect(a)
pub fn account_delete(
resource: r5.Account,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn account_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Account, Err)) -> a,
) -> effect.Effect(a)
pub fn account_search(
search_for search_args: r5_sansio.SpAccount,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Account), Err)) -> msg,
) -> effect.Effect(msg)
pub fn account_search_bundled(
search_for search_args: r5_sansio.SpAccount,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn account_update(
resource: r5.Account,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Account, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn activitydefinition_create(
resource: r5.Activitydefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Activitydefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn activitydefinition_delete(
resource: r5.Activitydefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn activitydefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Activitydefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn activitydefinition_search(
search_for search_args: r5_sansio.SpActivitydefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Activitydefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn activitydefinition_search_bundled(
search_for search_args: r5_sansio.SpActivitydefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn activitydefinition_update(
resource: r5.Activitydefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Activitydefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn actordefinition_create(
resource: r5.Actordefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Actordefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn actordefinition_delete(
resource: r5.Actordefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn actordefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Actordefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn actordefinition_search(
search_for search_args: r5_sansio.SpActordefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Actordefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn actordefinition_search_bundled(
search_for search_args: r5_sansio.SpActordefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn actordefinition_update(
resource: r5.Actordefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Actordefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn administrableproductdefinition_create(
resource: r5.Administrableproductdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(
Result(r5.Administrableproductdefinition, Err),
) -> a,
) -> effect.Effect(a)
pub fn administrableproductdefinition_delete(
resource: r5.Administrableproductdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn administrableproductdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(
Result(r5.Administrableproductdefinition, Err),
) -> a,
) -> effect.Effect(a)
pub fn administrableproductdefinition_search(
search_for search_args: r5_sansio.SpAdministrableproductdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Administrableproductdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn administrableproductdefinition_search_bundled(
search_for search_args: r5_sansio.SpAdministrableproductdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn administrableproductdefinition_update(
resource: r5.Administrableproductdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(
Result(r5.Administrableproductdefinition, Err),
) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn adverseevent_create(
resource: r5.Adverseevent,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Adverseevent, Err)) -> a,
) -> effect.Effect(a)
pub fn adverseevent_delete(
resource: r5.Adverseevent,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn adverseevent_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Adverseevent, Err)) -> a,
) -> effect.Effect(a)
pub fn adverseevent_search(
search_for search_args: r5_sansio.SpAdverseevent,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Adverseevent), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn adverseevent_search_bundled(
search_for search_args: r5_sansio.SpAdverseevent,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn adverseevent_update(
resource: r5.Adverseevent,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Adverseevent, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn allergyintolerance_create(
resource: r5.Allergyintolerance,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Allergyintolerance, Err)) -> a,
) -> effect.Effect(a)
pub fn allergyintolerance_delete(
resource: r5.Allergyintolerance,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn allergyintolerance_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Allergyintolerance, Err)) -> a,
) -> effect.Effect(a)
pub fn allergyintolerance_search(
search_for search_args: r5_sansio.SpAllergyintolerance,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Allergyintolerance), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn allergyintolerance_search_bundled(
search_for search_args: r5_sansio.SpAllergyintolerance,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn allergyintolerance_update(
resource: r5.Allergyintolerance,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Allergyintolerance, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn appointment_create(
resource: r5.Appointment,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Appointment, Err)) -> a,
) -> effect.Effect(a)
pub fn appointment_delete(
resource: r5.Appointment,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn appointment_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Appointment, Err)) -> a,
) -> effect.Effect(a)
pub fn appointment_search(
search_for search_args: r5_sansio.SpAppointment,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Appointment), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn appointment_search_bundled(
search_for search_args: r5_sansio.SpAppointment,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn appointment_update(
resource: r5.Appointment,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Appointment, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn appointmentresponse_create(
resource: r5.Appointmentresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Appointmentresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn appointmentresponse_delete(
resource: r5.Appointmentresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn appointmentresponse_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Appointmentresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn appointmentresponse_search(
search_for search_args: r5_sansio.SpAppointmentresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Appointmentresponse), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn appointmentresponse_search_bundled(
search_for search_args: r5_sansio.SpAppointmentresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn appointmentresponse_update(
resource: r5.Appointmentresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Appointmentresponse, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn artifactassessment_create(
resource: r5.Artifactassessment,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Artifactassessment, Err)) -> a,
) -> effect.Effect(a)
pub fn artifactassessment_delete(
resource: r5.Artifactassessment,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn artifactassessment_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Artifactassessment, Err)) -> a,
) -> effect.Effect(a)
pub fn artifactassessment_search(
search_for search_args: r5_sansio.SpArtifactassessment,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Artifactassessment), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn artifactassessment_search_bundled(
search_for search_args: r5_sansio.SpArtifactassessment,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn artifactassessment_update(
resource: r5.Artifactassessment,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Artifactassessment, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn auditevent_create(
resource: r5.Auditevent,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Auditevent, Err)) -> a,
) -> effect.Effect(a)
pub fn auditevent_delete(
resource: r5.Auditevent,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn auditevent_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Auditevent, Err)) -> a,
) -> effect.Effect(a)
pub fn auditevent_search(
search_for search_args: r5_sansio.SpAuditevent,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Auditevent), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn auditevent_search_bundled(
search_for search_args: r5_sansio.SpAuditevent,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn auditevent_update(
resource: r5.Auditevent,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Auditevent, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn basic_create(
resource: r5.Basic,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Basic, Err)) -> a,
) -> effect.Effect(a)
pub fn basic_delete(
resource: r5.Basic,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn basic_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Basic, Err)) -> a,
) -> effect.Effect(a)
pub fn basic_search(
search_for search_args: r5_sansio.SpBasic,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Basic), Err)) -> msg,
) -> effect.Effect(msg)
pub fn basic_search_bundled(
search_for search_args: r5_sansio.SpBasic,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn basic_update(
resource: r5.Basic,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Basic, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn binary_create(
resource: r5.Binary,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Binary, Err)) -> a,
) -> effect.Effect(a)
pub fn binary_delete(
resource: r5.Binary,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn binary_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Binary, Err)) -> a,
) -> effect.Effect(a)
pub fn binary_search(
search_for search_args: r5_sansio.SpBinary,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Binary), Err)) -> msg,
) -> effect.Effect(msg)
pub fn binary_search_bundled(
search_for search_args: r5_sansio.SpBinary,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn binary_update(
resource: r5.Binary,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Binary, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn biologicallyderivedproduct_create(
resource: r5.Biologicallyderivedproduct,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Biologicallyderivedproduct, Err)) -> a,
) -> effect.Effect(a)
pub fn biologicallyderivedproduct_delete(
resource: r5.Biologicallyderivedproduct,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn biologicallyderivedproduct_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Biologicallyderivedproduct, Err)) -> a,
) -> effect.Effect(a)
pub fn biologicallyderivedproduct_search(
search_for search_args: r5_sansio.SpBiologicallyderivedproduct,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Biologicallyderivedproduct), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn biologicallyderivedproduct_search_bundled(
search_for search_args: r5_sansio.SpBiologicallyderivedproduct,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn biologicallyderivedproduct_update(
resource: r5.Biologicallyderivedproduct,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Biologicallyderivedproduct, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn biologicallyderivedproductdispense_create(
resource: r5.Biologicallyderivedproductdispense,
client: r5_sansio.FhirClient,
handle_response: fn(
Result(r5.Biologicallyderivedproductdispense, Err),
) -> a,
) -> effect.Effect(a)
pub fn biologicallyderivedproductdispense_delete(
resource: r5.Biologicallyderivedproductdispense,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn biologicallyderivedproductdispense_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(
Result(r5.Biologicallyderivedproductdispense, Err),
) -> a,
) -> effect.Effect(a)
pub fn biologicallyderivedproductdispense_search(
search_for search_args: r5_sansio.SpBiologicallyderivedproductdispense,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Biologicallyderivedproductdispense), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn biologicallyderivedproductdispense_search_bundled(
search_for search_args: r5_sansio.SpBiologicallyderivedproductdispense,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn biologicallyderivedproductdispense_update(
resource: r5.Biologicallyderivedproductdispense,
client: r5_sansio.FhirClient,
handle_response: fn(
Result(r5.Biologicallyderivedproductdispense, Err),
) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn bodystructure_create(
resource: r5.Bodystructure,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Bodystructure, Err)) -> a,
) -> effect.Effect(a)
pub fn bodystructure_delete(
resource: r5.Bodystructure,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn bodystructure_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Bodystructure, Err)) -> a,
) -> effect.Effect(a)
pub fn bodystructure_search(
search_for search_args: r5_sansio.SpBodystructure,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Bodystructure), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn bodystructure_search_bundled(
search_for search_args: r5_sansio.SpBodystructure,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn bodystructure_update(
resource: r5.Bodystructure,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Bodystructure, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn bundle_create(
resource: r5.Bundle,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Bundle, Err)) -> a,
) -> effect.Effect(a)
pub fn bundle_delete(
resource: r5.Bundle,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn bundle_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Bundle, Err)) -> a,
) -> effect.Effect(a)
pub fn bundle_search(
search_for search_args: r5_sansio.SpBundle,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Bundle), Err)) -> msg,
) -> effect.Effect(msg)
pub fn bundle_search_bundled(
search_for search_args: r5_sansio.SpBundle,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn bundle_update(
resource: r5.Bundle,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Bundle, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn capabilitystatement_create(
resource: r5.Capabilitystatement,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Capabilitystatement, Err)) -> a,
) -> effect.Effect(a)
pub fn capabilitystatement_delete(
resource: r5.Capabilitystatement,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn capabilitystatement_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Capabilitystatement, Err)) -> a,
) -> effect.Effect(a)
pub fn capabilitystatement_search(
search_for search_args: r5_sansio.SpCapabilitystatement,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Capabilitystatement), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn capabilitystatement_search_bundled(
search_for search_args: r5_sansio.SpCapabilitystatement,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn capabilitystatement_update(
resource: r5.Capabilitystatement,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Capabilitystatement, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn careplan_create(
resource: r5.Careplan,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Careplan, Err)) -> a,
) -> effect.Effect(a)
pub fn careplan_delete(
resource: r5.Careplan,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn careplan_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Careplan, Err)) -> a,
) -> effect.Effect(a)
pub fn careplan_search(
search_for search_args: r5_sansio.SpCareplan,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Careplan), Err)) -> msg,
) -> effect.Effect(msg)
pub fn careplan_search_bundled(
search_for search_args: r5_sansio.SpCareplan,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn careplan_update(
resource: r5.Careplan,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Careplan, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn careteam_create(
resource: r5.Careteam,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Careteam, Err)) -> a,
) -> effect.Effect(a)
pub fn careteam_delete(
resource: r5.Careteam,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn careteam_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Careteam, Err)) -> a,
) -> effect.Effect(a)
pub fn careteam_search(
search_for search_args: r5_sansio.SpCareteam,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Careteam), Err)) -> msg,
) -> effect.Effect(msg)
pub fn careteam_search_bundled(
search_for search_args: r5_sansio.SpCareteam,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn careteam_update(
resource: r5.Careteam,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Careteam, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn chargeitem_create(
resource: r5.Chargeitem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Chargeitem, Err)) -> a,
) -> effect.Effect(a)
pub fn chargeitem_delete(
resource: r5.Chargeitem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn chargeitem_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Chargeitem, Err)) -> a,
) -> effect.Effect(a)
pub fn chargeitem_search(
search_for search_args: r5_sansio.SpChargeitem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Chargeitem), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn chargeitem_search_bundled(
search_for search_args: r5_sansio.SpChargeitem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn chargeitem_update(
resource: r5.Chargeitem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Chargeitem, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn chargeitemdefinition_create(
resource: r5.Chargeitemdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Chargeitemdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn chargeitemdefinition_delete(
resource: r5.Chargeitemdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn chargeitemdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Chargeitemdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn chargeitemdefinition_search(
search_for search_args: r5_sansio.SpChargeitemdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Chargeitemdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn chargeitemdefinition_search_bundled(
search_for search_args: r5_sansio.SpChargeitemdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn chargeitemdefinition_update(
resource: r5.Chargeitemdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Chargeitemdefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn citation_create(
resource: r5.Citation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Citation, Err)) -> a,
) -> effect.Effect(a)
pub fn citation_delete(
resource: r5.Citation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn citation_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Citation, Err)) -> a,
) -> effect.Effect(a)
pub fn citation_search(
search_for search_args: r5_sansio.SpCitation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Citation), Err)) -> msg,
) -> effect.Effect(msg)
pub fn citation_search_bundled(
search_for search_args: r5_sansio.SpCitation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn citation_update(
resource: r5.Citation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Citation, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn claim_create(
resource: r5.Claim,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Claim, Err)) -> a,
) -> effect.Effect(a)
pub fn claim_delete(
resource: r5.Claim,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn claim_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Claim, Err)) -> a,
) -> effect.Effect(a)
pub fn claim_search(
search_for search_args: r5_sansio.SpClaim,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Claim), Err)) -> msg,
) -> effect.Effect(msg)
pub fn claim_search_bundled(
search_for search_args: r5_sansio.SpClaim,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn claim_update(
resource: r5.Claim,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Claim, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn claimresponse_create(
resource: r5.Claimresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Claimresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn claimresponse_delete(
resource: r5.Claimresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn claimresponse_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Claimresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn claimresponse_search(
search_for search_args: r5_sansio.SpClaimresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Claimresponse), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn claimresponse_search_bundled(
search_for search_args: r5_sansio.SpClaimresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn claimresponse_update(
resource: r5.Claimresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Claimresponse, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn clinicalimpression_create(
resource: r5.Clinicalimpression,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Clinicalimpression, Err)) -> a,
) -> effect.Effect(a)
pub fn clinicalimpression_delete(
resource: r5.Clinicalimpression,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn clinicalimpression_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Clinicalimpression, Err)) -> a,
) -> effect.Effect(a)
pub fn clinicalimpression_search(
search_for search_args: r5_sansio.SpClinicalimpression,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Clinicalimpression), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn clinicalimpression_search_bundled(
search_for search_args: r5_sansio.SpClinicalimpression,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn clinicalimpression_update(
resource: r5.Clinicalimpression,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Clinicalimpression, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn clinicalusedefinition_create(
resource: r5.Clinicalusedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Clinicalusedefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn clinicalusedefinition_delete(
resource: r5.Clinicalusedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn clinicalusedefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Clinicalusedefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn clinicalusedefinition_search(
search_for search_args: r5_sansio.SpClinicalusedefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Clinicalusedefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn clinicalusedefinition_search_bundled(
search_for search_args: r5_sansio.SpClinicalusedefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn clinicalusedefinition_update(
resource: r5.Clinicalusedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Clinicalusedefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn codesystem_create(
resource: r5.Codesystem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Codesystem, Err)) -> a,
) -> effect.Effect(a)
pub fn codesystem_delete(
resource: r5.Codesystem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn codesystem_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Codesystem, Err)) -> a,
) -> effect.Effect(a)
pub fn codesystem_search(
search_for search_args: r5_sansio.SpCodesystem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Codesystem), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn codesystem_search_bundled(
search_for search_args: r5_sansio.SpCodesystem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn codesystem_update(
resource: r5.Codesystem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Codesystem, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn communication_create(
resource: r5.Communication,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Communication, Err)) -> a,
) -> effect.Effect(a)
pub fn communication_delete(
resource: r5.Communication,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn communication_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Communication, Err)) -> a,
) -> effect.Effect(a)
pub fn communication_search(
search_for search_args: r5_sansio.SpCommunication,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Communication), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn communication_search_bundled(
search_for search_args: r5_sansio.SpCommunication,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn communication_update(
resource: r5.Communication,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Communication, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn communicationrequest_create(
resource: r5.Communicationrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Communicationrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn communicationrequest_delete(
resource: r5.Communicationrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn communicationrequest_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Communicationrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn communicationrequest_search(
search_for search_args: r5_sansio.SpCommunicationrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Communicationrequest), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn communicationrequest_search_bundled(
search_for search_args: r5_sansio.SpCommunicationrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn communicationrequest_update(
resource: r5.Communicationrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Communicationrequest, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn compartmentdefinition_create(
resource: r5.Compartmentdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Compartmentdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn compartmentdefinition_delete(
resource: r5.Compartmentdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn compartmentdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Compartmentdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn compartmentdefinition_search(
search_for search_args: r5_sansio.SpCompartmentdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Compartmentdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn compartmentdefinition_search_bundled(
search_for search_args: r5_sansio.SpCompartmentdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn compartmentdefinition_update(
resource: r5.Compartmentdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Compartmentdefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn composition_create(
resource: r5.Composition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Composition, Err)) -> a,
) -> effect.Effect(a)
pub fn composition_delete(
resource: r5.Composition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn composition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Composition, Err)) -> a,
) -> effect.Effect(a)
pub fn composition_search(
search_for search_args: r5_sansio.SpComposition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Composition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn composition_search_bundled(
search_for search_args: r5_sansio.SpComposition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn composition_update(
resource: r5.Composition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Composition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn conceptmap_create(
resource: r5.Conceptmap,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Conceptmap, Err)) -> a,
) -> effect.Effect(a)
pub fn conceptmap_delete(
resource: r5.Conceptmap,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn conceptmap_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Conceptmap, Err)) -> a,
) -> effect.Effect(a)
pub fn conceptmap_search(
search_for search_args: r5_sansio.SpConceptmap,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Conceptmap), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn conceptmap_search_bundled(
search_for search_args: r5_sansio.SpConceptmap,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn conceptmap_update(
resource: r5.Conceptmap,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Conceptmap, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn condition_create(
resource: r5.Condition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Condition, Err)) -> a,
) -> effect.Effect(a)
pub fn condition_delete(
resource: r5.Condition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn condition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Condition, Err)) -> a,
) -> effect.Effect(a)
pub fn condition_search(
search_for search_args: r5_sansio.SpCondition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Condition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn condition_search_bundled(
search_for search_args: r5_sansio.SpCondition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn condition_update(
resource: r5.Condition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Condition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn conditiondefinition_create(
resource: r5.Conditiondefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Conditiondefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn conditiondefinition_delete(
resource: r5.Conditiondefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn conditiondefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Conditiondefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn conditiondefinition_search(
search_for search_args: r5_sansio.SpConditiondefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Conditiondefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn conditiondefinition_search_bundled(
search_for search_args: r5_sansio.SpConditiondefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn conditiondefinition_update(
resource: r5.Conditiondefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Conditiondefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn consent_create(
resource: r5.Consent,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Consent, Err)) -> a,
) -> effect.Effect(a)
pub fn consent_delete(
resource: r5.Consent,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn consent_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Consent, Err)) -> a,
) -> effect.Effect(a)
pub fn consent_search(
search_for search_args: r5_sansio.SpConsent,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Consent), Err)) -> msg,
) -> effect.Effect(msg)
pub fn consent_search_bundled(
search_for search_args: r5_sansio.SpConsent,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn consent_update(
resource: r5.Consent,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Consent, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn contract_create(
resource: r5.Contract,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Contract, Err)) -> a,
) -> effect.Effect(a)
pub fn contract_delete(
resource: r5.Contract,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn contract_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Contract, Err)) -> a,
) -> effect.Effect(a)
pub fn contract_search(
search_for search_args: r5_sansio.SpContract,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Contract), Err)) -> msg,
) -> effect.Effect(msg)
pub fn contract_search_bundled(
search_for search_args: r5_sansio.SpContract,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn contract_update(
resource: r5.Contract,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Contract, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn coverage_create(
resource: r5.Coverage,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Coverage, Err)) -> a,
) -> effect.Effect(a)
pub fn coverage_delete(
resource: r5.Coverage,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn coverage_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Coverage, Err)) -> a,
) -> effect.Effect(a)
pub fn coverage_search(
search_for search_args: r5_sansio.SpCoverage,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Coverage), Err)) -> msg,
) -> effect.Effect(msg)
pub fn coverage_search_bundled(
search_for search_args: r5_sansio.SpCoverage,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn coverage_update(
resource: r5.Coverage,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Coverage, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn coverageeligibilityrequest_create(
resource: r5.Coverageeligibilityrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Coverageeligibilityrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn coverageeligibilityrequest_delete(
resource: r5.Coverageeligibilityrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn coverageeligibilityrequest_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Coverageeligibilityrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn coverageeligibilityrequest_search(
search_for search_args: r5_sansio.SpCoverageeligibilityrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Coverageeligibilityrequest), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn coverageeligibilityrequest_search_bundled(
search_for search_args: r5_sansio.SpCoverageeligibilityrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn coverageeligibilityrequest_update(
resource: r5.Coverageeligibilityrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Coverageeligibilityrequest, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn coverageeligibilityresponse_create(
resource: r5.Coverageeligibilityresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Coverageeligibilityresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn coverageeligibilityresponse_delete(
resource: r5.Coverageeligibilityresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn coverageeligibilityresponse_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Coverageeligibilityresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn coverageeligibilityresponse_search(
search_for search_args: r5_sansio.SpCoverageeligibilityresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Coverageeligibilityresponse), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn coverageeligibilityresponse_search_bundled(
search_for search_args: r5_sansio.SpCoverageeligibilityresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn coverageeligibilityresponse_update(
resource: r5.Coverageeligibilityresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Coverageeligibilityresponse, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn detectedissue_create(
resource: r5.Detectedissue,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Detectedissue, Err)) -> a,
) -> effect.Effect(a)
pub fn detectedissue_delete(
resource: r5.Detectedissue,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn detectedissue_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Detectedissue, Err)) -> a,
) -> effect.Effect(a)
pub fn detectedissue_search(
search_for search_args: r5_sansio.SpDetectedissue,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Detectedissue), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn detectedissue_search_bundled(
search_for search_args: r5_sansio.SpDetectedissue,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn detectedissue_update(
resource: r5.Detectedissue,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Detectedissue, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn device_create(
resource: r5.Device,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Device, Err)) -> a,
) -> effect.Effect(a)
pub fn device_delete(
resource: r5.Device,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn device_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Device, Err)) -> a,
) -> effect.Effect(a)
pub fn device_search(
search_for search_args: r5_sansio.SpDevice,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Device), Err)) -> msg,
) -> effect.Effect(msg)
pub fn device_search_bundled(
search_for search_args: r5_sansio.SpDevice,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn device_update(
resource: r5.Device,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Device, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn deviceassociation_create(
resource: r5.Deviceassociation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Deviceassociation, Err)) -> a,
) -> effect.Effect(a)
pub fn deviceassociation_delete(
resource: r5.Deviceassociation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn deviceassociation_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Deviceassociation, Err)) -> a,
) -> effect.Effect(a)
pub fn deviceassociation_search(
search_for search_args: r5_sansio.SpDeviceassociation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Deviceassociation), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn deviceassociation_search_bundled(
search_for search_args: r5_sansio.SpDeviceassociation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn deviceassociation_update(
resource: r5.Deviceassociation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Deviceassociation, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn devicedefinition_create(
resource: r5.Devicedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicedefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn devicedefinition_delete(
resource: r5.Devicedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn devicedefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicedefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn devicedefinition_search(
search_for search_args: r5_sansio.SpDevicedefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Devicedefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn devicedefinition_search_bundled(
search_for search_args: r5_sansio.SpDevicedefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn devicedefinition_update(
resource: r5.Devicedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicedefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn devicedispense_create(
resource: r5.Devicedispense,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicedispense, Err)) -> a,
) -> effect.Effect(a)
pub fn devicedispense_delete(
resource: r5.Devicedispense,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn devicedispense_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicedispense, Err)) -> a,
) -> effect.Effect(a)
pub fn devicedispense_search(
search_for search_args: r5_sansio.SpDevicedispense,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Devicedispense), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn devicedispense_search_bundled(
search_for search_args: r5_sansio.SpDevicedispense,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn devicedispense_update(
resource: r5.Devicedispense,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicedispense, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn devicemetric_create(
resource: r5.Devicemetric,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicemetric, Err)) -> a,
) -> effect.Effect(a)
pub fn devicemetric_delete(
resource: r5.Devicemetric,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn devicemetric_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicemetric, Err)) -> a,
) -> effect.Effect(a)
pub fn devicemetric_search(
search_for search_args: r5_sansio.SpDevicemetric,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Devicemetric), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn devicemetric_search_bundled(
search_for search_args: r5_sansio.SpDevicemetric,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn devicemetric_update(
resource: r5.Devicemetric,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicemetric, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn devicerequest_create(
resource: r5.Devicerequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicerequest, Err)) -> a,
) -> effect.Effect(a)
pub fn devicerequest_delete(
resource: r5.Devicerequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn devicerequest_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicerequest, Err)) -> a,
) -> effect.Effect(a)
pub fn devicerequest_search(
search_for search_args: r5_sansio.SpDevicerequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Devicerequest), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn devicerequest_search_bundled(
search_for search_args: r5_sansio.SpDevicerequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn devicerequest_update(
resource: r5.Devicerequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Devicerequest, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn deviceusage_create(
resource: r5.Deviceusage,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Deviceusage, Err)) -> a,
) -> effect.Effect(a)
pub fn deviceusage_delete(
resource: r5.Deviceusage,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn deviceusage_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Deviceusage, Err)) -> a,
) -> effect.Effect(a)
pub fn deviceusage_search(
search_for search_args: r5_sansio.SpDeviceusage,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Deviceusage), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn deviceusage_search_bundled(
search_for search_args: r5_sansio.SpDeviceusage,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn deviceusage_update(
resource: r5.Deviceusage,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Deviceusage, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn diagnosticreport_create(
resource: r5.Diagnosticreport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Diagnosticreport, Err)) -> a,
) -> effect.Effect(a)
pub fn diagnosticreport_delete(
resource: r5.Diagnosticreport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn diagnosticreport_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Diagnosticreport, Err)) -> a,
) -> effect.Effect(a)
pub fn diagnosticreport_search(
search_for search_args: r5_sansio.SpDiagnosticreport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Diagnosticreport), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn diagnosticreport_search_bundled(
search_for search_args: r5_sansio.SpDiagnosticreport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn diagnosticreport_update(
resource: r5.Diagnosticreport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Diagnosticreport, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn documentreference_create(
resource: r5.Documentreference,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Documentreference, Err)) -> a,
) -> effect.Effect(a)
pub fn documentreference_delete(
resource: r5.Documentreference,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn documentreference_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Documentreference, Err)) -> a,
) -> effect.Effect(a)
pub fn documentreference_search(
search_for search_args: r5_sansio.SpDocumentreference,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Documentreference), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn documentreference_search_bundled(
search_for search_args: r5_sansio.SpDocumentreference,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn documentreference_update(
resource: r5.Documentreference,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Documentreference, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn encounter_create(
resource: r5.Encounter,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Encounter, Err)) -> a,
) -> effect.Effect(a)
pub fn encounter_delete(
resource: r5.Encounter,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn encounter_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Encounter, Err)) -> a,
) -> effect.Effect(a)
pub fn encounter_search(
search_for search_args: r5_sansio.SpEncounter,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Encounter), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn encounter_search_bundled(
search_for search_args: r5_sansio.SpEncounter,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn encounter_update(
resource: r5.Encounter,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Encounter, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn encounterhistory_create(
resource: r5.Encounterhistory,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Encounterhistory, Err)) -> a,
) -> effect.Effect(a)
pub fn encounterhistory_delete(
resource: r5.Encounterhistory,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn encounterhistory_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Encounterhistory, Err)) -> a,
) -> effect.Effect(a)
pub fn encounterhistory_search(
search_for search_args: r5_sansio.SpEncounterhistory,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Encounterhistory), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn encounterhistory_search_bundled(
search_for search_args: r5_sansio.SpEncounterhistory,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn encounterhistory_update(
resource: r5.Encounterhistory,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Encounterhistory, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn endpoint_create(
resource: r5.Endpoint,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Endpoint, Err)) -> a,
) -> effect.Effect(a)
pub fn endpoint_delete(
resource: r5.Endpoint,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn endpoint_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Endpoint, Err)) -> a,
) -> effect.Effect(a)
pub fn endpoint_search(
search_for search_args: r5_sansio.SpEndpoint,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Endpoint), Err)) -> msg,
) -> effect.Effect(msg)
pub fn endpoint_search_bundled(
search_for search_args: r5_sansio.SpEndpoint,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn endpoint_update(
resource: r5.Endpoint,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Endpoint, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn enrollmentrequest_create(
resource: r5.Enrollmentrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Enrollmentrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn enrollmentrequest_delete(
resource: r5.Enrollmentrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn enrollmentrequest_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Enrollmentrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn enrollmentrequest_search(
search_for search_args: r5_sansio.SpEnrollmentrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Enrollmentrequest), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn enrollmentrequest_search_bundled(
search_for search_args: r5_sansio.SpEnrollmentrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn enrollmentrequest_update(
resource: r5.Enrollmentrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Enrollmentrequest, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn enrollmentresponse_create(
resource: r5.Enrollmentresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Enrollmentresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn enrollmentresponse_delete(
resource: r5.Enrollmentresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn enrollmentresponse_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Enrollmentresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn enrollmentresponse_search(
search_for search_args: r5_sansio.SpEnrollmentresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Enrollmentresponse), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn enrollmentresponse_search_bundled(
search_for search_args: r5_sansio.SpEnrollmentresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn enrollmentresponse_update(
resource: r5.Enrollmentresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Enrollmentresponse, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn episodeofcare_create(
resource: r5.Episodeofcare,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Episodeofcare, Err)) -> a,
) -> effect.Effect(a)
pub fn episodeofcare_delete(
resource: r5.Episodeofcare,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn episodeofcare_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Episodeofcare, Err)) -> a,
) -> effect.Effect(a)
pub fn episodeofcare_search(
search_for search_args: r5_sansio.SpEpisodeofcare,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Episodeofcare), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn episodeofcare_search_bundled(
search_for search_args: r5_sansio.SpEpisodeofcare,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn episodeofcare_update(
resource: r5.Episodeofcare,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Episodeofcare, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn eventdefinition_create(
resource: r5.Eventdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Eventdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn eventdefinition_delete(
resource: r5.Eventdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn eventdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Eventdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn eventdefinition_search(
search_for search_args: r5_sansio.SpEventdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Eventdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn eventdefinition_search_bundled(
search_for search_args: r5_sansio.SpEventdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn eventdefinition_update(
resource: r5.Eventdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Eventdefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn evidence_create(
resource: r5.Evidence,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Evidence, Err)) -> a,
) -> effect.Effect(a)
pub fn evidence_delete(
resource: r5.Evidence,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn evidence_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Evidence, Err)) -> a,
) -> effect.Effect(a)
pub fn evidence_search(
search_for search_args: r5_sansio.SpEvidence,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Evidence), Err)) -> msg,
) -> effect.Effect(msg)
pub fn evidence_search_bundled(
search_for search_args: r5_sansio.SpEvidence,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn evidence_update(
resource: r5.Evidence,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Evidence, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn evidencereport_create(
resource: r5.Evidencereport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Evidencereport, Err)) -> a,
) -> effect.Effect(a)
pub fn evidencereport_delete(
resource: r5.Evidencereport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn evidencereport_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Evidencereport, Err)) -> a,
) -> effect.Effect(a)
pub fn evidencereport_search(
search_for search_args: r5_sansio.SpEvidencereport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Evidencereport), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn evidencereport_search_bundled(
search_for search_args: r5_sansio.SpEvidencereport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn evidencereport_update(
resource: r5.Evidencereport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Evidencereport, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn evidencevariable_create(
resource: r5.Evidencevariable,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Evidencevariable, Err)) -> a,
) -> effect.Effect(a)
pub fn evidencevariable_delete(
resource: r5.Evidencevariable,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn evidencevariable_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Evidencevariable, Err)) -> a,
) -> effect.Effect(a)
pub fn evidencevariable_search(
search_for search_args: r5_sansio.SpEvidencevariable,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Evidencevariable), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn evidencevariable_search_bundled(
search_for search_args: r5_sansio.SpEvidencevariable,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn evidencevariable_update(
resource: r5.Evidencevariable,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Evidencevariable, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn examplescenario_create(
resource: r5.Examplescenario,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Examplescenario, Err)) -> a,
) -> effect.Effect(a)
pub fn examplescenario_delete(
resource: r5.Examplescenario,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn examplescenario_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Examplescenario, Err)) -> a,
) -> effect.Effect(a)
pub fn examplescenario_search(
search_for search_args: r5_sansio.SpExamplescenario,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Examplescenario), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn examplescenario_search_bundled(
search_for search_args: r5_sansio.SpExamplescenario,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn examplescenario_update(
resource: r5.Examplescenario,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Examplescenario, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn explanationofbenefit_create(
resource: r5.Explanationofbenefit,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Explanationofbenefit, Err)) -> a,
) -> effect.Effect(a)
pub fn explanationofbenefit_delete(
resource: r5.Explanationofbenefit,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn explanationofbenefit_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Explanationofbenefit, Err)) -> a,
) -> effect.Effect(a)
pub fn explanationofbenefit_search(
search_for search_args: r5_sansio.SpExplanationofbenefit,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Explanationofbenefit), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn explanationofbenefit_search_bundled(
search_for search_args: r5_sansio.SpExplanationofbenefit,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn explanationofbenefit_update(
resource: r5.Explanationofbenefit,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Explanationofbenefit, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn familymemberhistory_create(
resource: r5.Familymemberhistory,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Familymemberhistory, Err)) -> a,
) -> effect.Effect(a)
pub fn familymemberhistory_delete(
resource: r5.Familymemberhistory,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn familymemberhistory_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Familymemberhistory, Err)) -> a,
) -> effect.Effect(a)
pub fn familymemberhistory_search(
search_for search_args: r5_sansio.SpFamilymemberhistory,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Familymemberhistory), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn familymemberhistory_search_bundled(
search_for search_args: r5_sansio.SpFamilymemberhistory,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn familymemberhistory_update(
resource: r5.Familymemberhistory,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Familymemberhistory, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn fhirclient_new(baseurl: String) -> r5_sansio.FhirClient
pub fn flag_create(
resource: r5.Flag,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Flag, Err)) -> a,
) -> effect.Effect(a)
pub fn flag_delete(
resource: r5.Flag,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn flag_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Flag, Err)) -> a,
) -> effect.Effect(a)
pub fn flag_search(
search_for search_args: r5_sansio.SpFlag,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Flag), Err)) -> msg,
) -> effect.Effect(msg)
pub fn flag_search_bundled(
search_for search_args: r5_sansio.SpFlag,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn flag_update(
resource: r5.Flag,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Flag, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn formularyitem_create(
resource: r5.Formularyitem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Formularyitem, Err)) -> a,
) -> effect.Effect(a)
pub fn formularyitem_delete(
resource: r5.Formularyitem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn formularyitem_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Formularyitem, Err)) -> a,
) -> effect.Effect(a)
pub fn formularyitem_search(
search_for search_args: r5_sansio.SpFormularyitem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Formularyitem), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn formularyitem_search_bundled(
search_for search_args: r5_sansio.SpFormularyitem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn formularyitem_update(
resource: r5.Formularyitem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Formularyitem, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn genomicstudy_create(
resource: r5.Genomicstudy,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Genomicstudy, Err)) -> a,
) -> effect.Effect(a)
pub fn genomicstudy_delete(
resource: r5.Genomicstudy,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn genomicstudy_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Genomicstudy, Err)) -> a,
) -> effect.Effect(a)
pub fn genomicstudy_search(
search_for search_args: r5_sansio.SpGenomicstudy,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Genomicstudy), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn genomicstudy_search_bundled(
search_for search_args: r5_sansio.SpGenomicstudy,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn genomicstudy_update(
resource: r5.Genomicstudy,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Genomicstudy, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn goal_create(
resource: r5.Goal,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Goal, Err)) -> a,
) -> effect.Effect(a)
pub fn goal_delete(
resource: r5.Goal,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn goal_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Goal, Err)) -> a,
) -> effect.Effect(a)
pub fn goal_search(
search_for search_args: r5_sansio.SpGoal,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Goal), Err)) -> msg,
) -> effect.Effect(msg)
pub fn goal_search_bundled(
search_for search_args: r5_sansio.SpGoal,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn goal_update(
resource: r5.Goal,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Goal, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn graphdefinition_create(
resource: r5.Graphdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Graphdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn graphdefinition_delete(
resource: r5.Graphdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn graphdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Graphdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn graphdefinition_search(
search_for search_args: r5_sansio.SpGraphdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Graphdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn graphdefinition_search_bundled(
search_for search_args: r5_sansio.SpGraphdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn graphdefinition_update(
resource: r5.Graphdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Graphdefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn group_create(
resource: r5.Group,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Group, Err)) -> a,
) -> effect.Effect(a)
pub fn group_delete(
resource: r5.Group,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn group_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Group, Err)) -> a,
) -> effect.Effect(a)
pub fn group_search(
search_for search_args: r5_sansio.SpGroup,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Group), Err)) -> msg,
) -> effect.Effect(msg)
pub fn group_search_bundled(
search_for search_args: r5_sansio.SpGroup,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn group_update(
resource: r5.Group,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Group, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn guidanceresponse_create(
resource: r5.Guidanceresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Guidanceresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn guidanceresponse_delete(
resource: r5.Guidanceresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn guidanceresponse_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Guidanceresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn guidanceresponse_search(
search_for search_args: r5_sansio.SpGuidanceresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Guidanceresponse), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn guidanceresponse_search_bundled(
search_for search_args: r5_sansio.SpGuidanceresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn guidanceresponse_update(
resource: r5.Guidanceresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Guidanceresponse, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn healthcareservice_create(
resource: r5.Healthcareservice,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Healthcareservice, Err)) -> a,
) -> effect.Effect(a)
pub fn healthcareservice_delete(
resource: r5.Healthcareservice,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn healthcareservice_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Healthcareservice, Err)) -> a,
) -> effect.Effect(a)
pub fn healthcareservice_search(
search_for search_args: r5_sansio.SpHealthcareservice,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Healthcareservice), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn healthcareservice_search_bundled(
search_for search_args: r5_sansio.SpHealthcareservice,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn healthcareservice_update(
resource: r5.Healthcareservice,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Healthcareservice, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn imagingselection_create(
resource: r5.Imagingselection,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Imagingselection, Err)) -> a,
) -> effect.Effect(a)
pub fn imagingselection_delete(
resource: r5.Imagingselection,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn imagingselection_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Imagingselection, Err)) -> a,
) -> effect.Effect(a)
pub fn imagingselection_search(
search_for search_args: r5_sansio.SpImagingselection,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Imagingselection), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn imagingselection_search_bundled(
search_for search_args: r5_sansio.SpImagingselection,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn imagingselection_update(
resource: r5.Imagingselection,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Imagingselection, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn imagingstudy_create(
resource: r5.Imagingstudy,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Imagingstudy, Err)) -> a,
) -> effect.Effect(a)
pub fn imagingstudy_delete(
resource: r5.Imagingstudy,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn imagingstudy_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Imagingstudy, Err)) -> a,
) -> effect.Effect(a)
pub fn imagingstudy_search(
search_for search_args: r5_sansio.SpImagingstudy,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Imagingstudy), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn imagingstudy_search_bundled(
search_for search_args: r5_sansio.SpImagingstudy,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn imagingstudy_update(
resource: r5.Imagingstudy,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Imagingstudy, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn immunization_create(
resource: r5.Immunization,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Immunization, Err)) -> a,
) -> effect.Effect(a)
pub fn immunization_delete(
resource: r5.Immunization,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn immunization_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Immunization, Err)) -> a,
) -> effect.Effect(a)
pub fn immunization_search(
search_for search_args: r5_sansio.SpImmunization,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Immunization), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn immunization_search_bundled(
search_for search_args: r5_sansio.SpImmunization,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn immunization_update(
resource: r5.Immunization,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Immunization, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn immunizationevaluation_create(
resource: r5.Immunizationevaluation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Immunizationevaluation, Err)) -> a,
) -> effect.Effect(a)
pub fn immunizationevaluation_delete(
resource: r5.Immunizationevaluation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn immunizationevaluation_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Immunizationevaluation, Err)) -> a,
) -> effect.Effect(a)
pub fn immunizationevaluation_search(
search_for search_args: r5_sansio.SpImmunizationevaluation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Immunizationevaluation), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn immunizationevaluation_search_bundled(
search_for search_args: r5_sansio.SpImmunizationevaluation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn immunizationevaluation_update(
resource: r5.Immunizationevaluation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Immunizationevaluation, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn immunizationrecommendation_create(
resource: r5.Immunizationrecommendation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Immunizationrecommendation, Err)) -> a,
) -> effect.Effect(a)
pub fn immunizationrecommendation_delete(
resource: r5.Immunizationrecommendation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn immunizationrecommendation_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Immunizationrecommendation, Err)) -> a,
) -> effect.Effect(a)
pub fn immunizationrecommendation_search(
search_for search_args: r5_sansio.SpImmunizationrecommendation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Immunizationrecommendation), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn immunizationrecommendation_search_bundled(
search_for search_args: r5_sansio.SpImmunizationrecommendation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn immunizationrecommendation_update(
resource: r5.Immunizationrecommendation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Immunizationrecommendation, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn implementationguide_create(
resource: r5.Implementationguide,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Implementationguide, Err)) -> a,
) -> effect.Effect(a)
pub fn implementationguide_delete(
resource: r5.Implementationguide,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn implementationguide_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Implementationguide, Err)) -> a,
) -> effect.Effect(a)
pub fn implementationguide_search(
search_for search_args: r5_sansio.SpImplementationguide,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Implementationguide), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn implementationguide_search_bundled(
search_for search_args: r5_sansio.SpImplementationguide,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn implementationguide_update(
resource: r5.Implementationguide,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Implementationguide, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn ingredient_create(
resource: r5.Ingredient,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Ingredient, Err)) -> a,
) -> effect.Effect(a)
pub fn ingredient_delete(
resource: r5.Ingredient,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn ingredient_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Ingredient, Err)) -> a,
) -> effect.Effect(a)
pub fn ingredient_search(
search_for search_args: r5_sansio.SpIngredient,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Ingredient), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn ingredient_search_bundled(
search_for search_args: r5_sansio.SpIngredient,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn ingredient_update(
resource: r5.Ingredient,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Ingredient, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn insuranceplan_create(
resource: r5.Insuranceplan,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Insuranceplan, Err)) -> a,
) -> effect.Effect(a)
pub fn insuranceplan_delete(
resource: r5.Insuranceplan,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn insuranceplan_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Insuranceplan, Err)) -> a,
) -> effect.Effect(a)
pub fn insuranceplan_search(
search_for search_args: r5_sansio.SpInsuranceplan,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Insuranceplan), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn insuranceplan_search_bundled(
search_for search_args: r5_sansio.SpInsuranceplan,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn insuranceplan_update(
resource: r5.Insuranceplan,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Insuranceplan, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn inventoryitem_create(
resource: r5.Inventoryitem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Inventoryitem, Err)) -> a,
) -> effect.Effect(a)
pub fn inventoryitem_delete(
resource: r5.Inventoryitem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn inventoryitem_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Inventoryitem, Err)) -> a,
) -> effect.Effect(a)
pub fn inventoryitem_search(
search_for search_args: r5_sansio.SpInventoryitem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Inventoryitem), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn inventoryitem_search_bundled(
search_for search_args: r5_sansio.SpInventoryitem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn inventoryitem_update(
resource: r5.Inventoryitem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Inventoryitem, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn inventoryreport_create(
resource: r5.Inventoryreport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Inventoryreport, Err)) -> a,
) -> effect.Effect(a)
pub fn inventoryreport_delete(
resource: r5.Inventoryreport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn inventoryreport_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Inventoryreport, Err)) -> a,
) -> effect.Effect(a)
pub fn inventoryreport_search(
search_for search_args: r5_sansio.SpInventoryreport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Inventoryreport), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn inventoryreport_search_bundled(
search_for search_args: r5_sansio.SpInventoryreport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn inventoryreport_update(
resource: r5.Inventoryreport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Inventoryreport, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn invoice_create(
resource: r5.Invoice,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Invoice, Err)) -> a,
) -> effect.Effect(a)
pub fn invoice_delete(
resource: r5.Invoice,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn invoice_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Invoice, Err)) -> a,
) -> effect.Effect(a)
pub fn invoice_search(
search_for search_args: r5_sansio.SpInvoice,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Invoice), Err)) -> msg,
) -> effect.Effect(msg)
pub fn invoice_search_bundled(
search_for search_args: r5_sansio.SpInvoice,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn invoice_update(
resource: r5.Invoice,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Invoice, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn library_create(
resource: r5.Library,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Library, Err)) -> a,
) -> effect.Effect(a)
pub fn library_delete(
resource: r5.Library,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn library_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Library, Err)) -> a,
) -> effect.Effect(a)
pub fn library_search(
search_for search_args: r5_sansio.SpLibrary,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Library), Err)) -> msg,
) -> effect.Effect(msg)
pub fn library_search_bundled(
search_for search_args: r5_sansio.SpLibrary,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn library_update(
resource: r5.Library,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Library, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn linkage_create(
resource: r5.Linkage,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Linkage, Err)) -> a,
) -> effect.Effect(a)
pub fn linkage_delete(
resource: r5.Linkage,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn linkage_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Linkage, Err)) -> a,
) -> effect.Effect(a)
pub fn linkage_search(
search_for search_args: r5_sansio.SpLinkage,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Linkage), Err)) -> msg,
) -> effect.Effect(msg)
pub fn linkage_search_bundled(
search_for search_args: r5_sansio.SpLinkage,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn linkage_update(
resource: r5.Linkage,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Linkage, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn listfhir_create(
resource: r5.Listfhir,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Listfhir, Err)) -> a,
) -> effect.Effect(a)
pub fn listfhir_delete(
resource: r5.Listfhir,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn listfhir_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Listfhir, Err)) -> a,
) -> effect.Effect(a)
pub fn listfhir_search(
search_for search_args: r5_sansio.SpListfhir,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Listfhir), Err)) -> msg,
) -> effect.Effect(msg)
pub fn listfhir_search_bundled(
search_for search_args: r5_sansio.SpListfhir,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn listfhir_update(
resource: r5.Listfhir,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Listfhir, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn location_create(
resource: r5.Location,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Location, Err)) -> a,
) -> effect.Effect(a)
pub fn location_delete(
resource: r5.Location,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn location_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Location, Err)) -> a,
) -> effect.Effect(a)
pub fn location_search(
search_for search_args: r5_sansio.SpLocation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Location), Err)) -> msg,
) -> effect.Effect(msg)
pub fn location_search_bundled(
search_for search_args: r5_sansio.SpLocation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn location_update(
resource: r5.Location,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Location, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn manufactureditemdefinition_create(
resource: r5.Manufactureditemdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Manufactureditemdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn manufactureditemdefinition_delete(
resource: r5.Manufactureditemdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn manufactureditemdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Manufactureditemdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn manufactureditemdefinition_search(
search_for search_args: r5_sansio.SpManufactureditemdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Manufactureditemdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn manufactureditemdefinition_search_bundled(
search_for search_args: r5_sansio.SpManufactureditemdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn manufactureditemdefinition_update(
resource: r5.Manufactureditemdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Manufactureditemdefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn measure_create(
resource: r5.Measure,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Measure, Err)) -> a,
) -> effect.Effect(a)
pub fn measure_delete(
resource: r5.Measure,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn measure_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Measure, Err)) -> a,
) -> effect.Effect(a)
pub fn measure_search(
search_for search_args: r5_sansio.SpMeasure,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Measure), Err)) -> msg,
) -> effect.Effect(msg)
pub fn measure_search_bundled(
search_for search_args: r5_sansio.SpMeasure,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn measure_update(
resource: r5.Measure,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Measure, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn measurereport_create(
resource: r5.Measurereport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Measurereport, Err)) -> a,
) -> effect.Effect(a)
pub fn measurereport_delete(
resource: r5.Measurereport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn measurereport_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Measurereport, Err)) -> a,
) -> effect.Effect(a)
pub fn measurereport_search(
search_for search_args: r5_sansio.SpMeasurereport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Measurereport), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn measurereport_search_bundled(
search_for search_args: r5_sansio.SpMeasurereport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn measurereport_update(
resource: r5.Measurereport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Measurereport, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medication_create(
resource: r5.Medication,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medication, Err)) -> a,
) -> effect.Effect(a)
pub fn medication_delete(
resource: r5.Medication,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medication_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medication, Err)) -> a,
) -> effect.Effect(a)
pub fn medication_search(
search_for search_args: r5_sansio.SpMedication,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Medication), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn medication_search_bundled(
search_for search_args: r5_sansio.SpMedication,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn medication_update(
resource: r5.Medication,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medication, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationadministration_create(
resource: r5.Medicationadministration,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationadministration, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationadministration_delete(
resource: r5.Medicationadministration,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationadministration_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationadministration, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationadministration_search(
search_for search_args: r5_sansio.SpMedicationadministration,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Medicationadministration), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn medicationadministration_search_bundled(
search_for search_args: r5_sansio.SpMedicationadministration,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn medicationadministration_update(
resource: r5.Medicationadministration,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationadministration, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationdispense_create(
resource: r5.Medicationdispense,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationdispense, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationdispense_delete(
resource: r5.Medicationdispense,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationdispense_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationdispense, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationdispense_search(
search_for search_args: r5_sansio.SpMedicationdispense,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Medicationdispense), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn medicationdispense_search_bundled(
search_for search_args: r5_sansio.SpMedicationdispense,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn medicationdispense_update(
resource: r5.Medicationdispense,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationdispense, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationknowledge_create(
resource: r5.Medicationknowledge,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationknowledge, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationknowledge_delete(
resource: r5.Medicationknowledge,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationknowledge_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationknowledge, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationknowledge_search(
search_for search_args: r5_sansio.SpMedicationknowledge,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Medicationknowledge), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn medicationknowledge_search_bundled(
search_for search_args: r5_sansio.SpMedicationknowledge,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn medicationknowledge_update(
resource: r5.Medicationknowledge,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationknowledge, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationrequest_create(
resource: r5.Medicationrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationrequest_delete(
resource: r5.Medicationrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationrequest_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationrequest_search(
search_for search_args: r5_sansio.SpMedicationrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Medicationrequest), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn medicationrequest_search_bundled(
search_for search_args: r5_sansio.SpMedicationrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn medicationrequest_update(
resource: r5.Medicationrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationrequest, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationstatement_create(
resource: r5.Medicationstatement,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationstatement, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationstatement_delete(
resource: r5.Medicationstatement,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicationstatement_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationstatement, Err)) -> a,
) -> effect.Effect(a)
pub fn medicationstatement_search(
search_for search_args: r5_sansio.SpMedicationstatement,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Medicationstatement), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn medicationstatement_search_bundled(
search_for search_args: r5_sansio.SpMedicationstatement,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn medicationstatement_update(
resource: r5.Medicationstatement,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicationstatement, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicinalproductdefinition_create(
resource: r5.Medicinalproductdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicinalproductdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn medicinalproductdefinition_delete(
resource: r5.Medicinalproductdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn medicinalproductdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicinalproductdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn medicinalproductdefinition_search(
search_for search_args: r5_sansio.SpMedicinalproductdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Medicinalproductdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn medicinalproductdefinition_search_bundled(
search_for search_args: r5_sansio.SpMedicinalproductdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn medicinalproductdefinition_update(
resource: r5.Medicinalproductdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Medicinalproductdefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn messagedefinition_create(
resource: r5.Messagedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Messagedefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn messagedefinition_delete(
resource: r5.Messagedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn messagedefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Messagedefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn messagedefinition_search(
search_for search_args: r5_sansio.SpMessagedefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Messagedefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn messagedefinition_search_bundled(
search_for search_args: r5_sansio.SpMessagedefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn messagedefinition_update(
resource: r5.Messagedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Messagedefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn messageheader_create(
resource: r5.Messageheader,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Messageheader, Err)) -> a,
) -> effect.Effect(a)
pub fn messageheader_delete(
resource: r5.Messageheader,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn messageheader_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Messageheader, Err)) -> a,
) -> effect.Effect(a)
pub fn messageheader_search(
search_for search_args: r5_sansio.SpMessageheader,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Messageheader), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn messageheader_search_bundled(
search_for search_args: r5_sansio.SpMessageheader,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn messageheader_update(
resource: r5.Messageheader,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Messageheader, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn molecularsequence_create(
resource: r5.Molecularsequence,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Molecularsequence, Err)) -> a,
) -> effect.Effect(a)
pub fn molecularsequence_delete(
resource: r5.Molecularsequence,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn molecularsequence_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Molecularsequence, Err)) -> a,
) -> effect.Effect(a)
pub fn molecularsequence_search(
search_for search_args: r5_sansio.SpMolecularsequence,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Molecularsequence), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn molecularsequence_search_bundled(
search_for search_args: r5_sansio.SpMolecularsequence,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn molecularsequence_update(
resource: r5.Molecularsequence,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Molecularsequence, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn namingsystem_create(
resource: r5.Namingsystem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Namingsystem, Err)) -> a,
) -> effect.Effect(a)
pub fn namingsystem_delete(
resource: r5.Namingsystem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn namingsystem_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Namingsystem, Err)) -> a,
) -> effect.Effect(a)
pub fn namingsystem_search(
search_for search_args: r5_sansio.SpNamingsystem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Namingsystem), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn namingsystem_search_bundled(
search_for search_args: r5_sansio.SpNamingsystem,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn namingsystem_update(
resource: r5.Namingsystem,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Namingsystem, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn nutritionintake_create(
resource: r5.Nutritionintake,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Nutritionintake, Err)) -> a,
) -> effect.Effect(a)
pub fn nutritionintake_delete(
resource: r5.Nutritionintake,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn nutritionintake_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Nutritionintake, Err)) -> a,
) -> effect.Effect(a)
pub fn nutritionintake_search(
search_for search_args: r5_sansio.SpNutritionintake,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Nutritionintake), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn nutritionintake_search_bundled(
search_for search_args: r5_sansio.SpNutritionintake,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn nutritionintake_update(
resource: r5.Nutritionintake,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Nutritionintake, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn nutritionorder_create(
resource: r5.Nutritionorder,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Nutritionorder, Err)) -> a,
) -> effect.Effect(a)
pub fn nutritionorder_delete(
resource: r5.Nutritionorder,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn nutritionorder_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Nutritionorder, Err)) -> a,
) -> effect.Effect(a)
pub fn nutritionorder_search(
search_for search_args: r5_sansio.SpNutritionorder,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Nutritionorder), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn nutritionorder_search_bundled(
search_for search_args: r5_sansio.SpNutritionorder,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn nutritionorder_update(
resource: r5.Nutritionorder,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Nutritionorder, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn nutritionproduct_create(
resource: r5.Nutritionproduct,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Nutritionproduct, Err)) -> a,
) -> effect.Effect(a)
pub fn nutritionproduct_delete(
resource: r5.Nutritionproduct,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn nutritionproduct_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Nutritionproduct, Err)) -> a,
) -> effect.Effect(a)
pub fn nutritionproduct_search(
search_for search_args: r5_sansio.SpNutritionproduct,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Nutritionproduct), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn nutritionproduct_search_bundled(
search_for search_args: r5_sansio.SpNutritionproduct,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn nutritionproduct_update(
resource: r5.Nutritionproduct,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Nutritionproduct, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn observation_create(
resource: r5.Observation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Observation, Err)) -> a,
) -> effect.Effect(a)
pub fn observation_delete(
resource: r5.Observation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn observation_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Observation, Err)) -> a,
) -> effect.Effect(a)
pub fn observation_search(
search_for search_args: r5_sansio.SpObservation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Observation), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn observation_search_bundled(
search_for search_args: r5_sansio.SpObservation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn observation_update(
resource: r5.Observation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Observation, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn observationdefinition_create(
resource: r5.Observationdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Observationdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn observationdefinition_delete(
resource: r5.Observationdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn observationdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Observationdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn observationdefinition_search(
search_for search_args: r5_sansio.SpObservationdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Observationdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn observationdefinition_search_bundled(
search_for search_args: r5_sansio.SpObservationdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn observationdefinition_update(
resource: r5.Observationdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Observationdefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn operation_any(
params params: option.Option(r5.Parameters),
operation_name operation_name: String,
res_type res_type: String,
res_id res_id: option.Option(String),
res_decoder res_decoder: decode.Decoder(res),
client client: r5_sansio.FhirClient,
handle_response handle_response: fn(Result(res, Err)) -> msg,
) -> effect.Effect(msg)
pub fn operationdefinition_create(
resource: r5.Operationdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn operationdefinition_delete(
resource: r5.Operationdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn operationdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn operationdefinition_search(
search_for search_args: r5_sansio.SpOperationdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Operationdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn operationdefinition_search_bundled(
search_for search_args: r5_sansio.SpOperationdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn operationdefinition_update(
resource: r5.Operationdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationdefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn operationoutcome_create(
resource: r5.Operationoutcome,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> effect.Effect(a)
pub fn operationoutcome_delete(
resource: r5.Operationoutcome,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn operationoutcome_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> effect.Effect(a)
pub fn operationoutcome_search(
search_for search_args: r5_sansio.SpOperationoutcome,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Operationoutcome), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn operationoutcome_search_bundled(
search_for search_args: r5_sansio.SpOperationoutcome,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn operationoutcome_update(
resource: r5.Operationoutcome,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn organization_create(
resource: r5.Organization,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Organization, Err)) -> a,
) -> effect.Effect(a)
pub fn organization_delete(
resource: r5.Organization,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn organization_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Organization, Err)) -> a,
) -> effect.Effect(a)
pub fn organization_search(
search_for search_args: r5_sansio.SpOrganization,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Organization), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn organization_search_bundled(
search_for search_args: r5_sansio.SpOrganization,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn organization_update(
resource: r5.Organization,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Organization, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn organizationaffiliation_create(
resource: r5.Organizationaffiliation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Organizationaffiliation, Err)) -> a,
) -> effect.Effect(a)
pub fn organizationaffiliation_delete(
resource: r5.Organizationaffiliation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn organizationaffiliation_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Organizationaffiliation, Err)) -> a,
) -> effect.Effect(a)
pub fn organizationaffiliation_search(
search_for search_args: r5_sansio.SpOrganizationaffiliation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Organizationaffiliation), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn organizationaffiliation_search_bundled(
search_for search_args: r5_sansio.SpOrganizationaffiliation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn organizationaffiliation_update(
resource: r5.Organizationaffiliation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Organizationaffiliation, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn packagedproductdefinition_create(
resource: r5.Packagedproductdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Packagedproductdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn packagedproductdefinition_delete(
resource: r5.Packagedproductdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn packagedproductdefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Packagedproductdefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn packagedproductdefinition_search(
search_for search_args: r5_sansio.SpPackagedproductdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Packagedproductdefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn packagedproductdefinition_search_bundled(
search_for search_args: r5_sansio.SpPackagedproductdefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn packagedproductdefinition_update(
resource: r5.Packagedproductdefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Packagedproductdefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn patient_create(
resource: r5.Patient,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Patient, Err)) -> a,
) -> effect.Effect(a)
pub fn patient_delete(
resource: r5.Patient,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn patient_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Patient, Err)) -> a,
) -> effect.Effect(a)
pub fn patient_search(
search_for search_args: r5_sansio.SpPatient,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Patient), Err)) -> msg,
) -> effect.Effect(msg)
pub fn patient_search_bundled(
search_for search_args: r5_sansio.SpPatient,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn patient_update(
resource: r5.Patient,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Patient, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn paymentnotice_create(
resource: r5.Paymentnotice,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Paymentnotice, Err)) -> a,
) -> effect.Effect(a)
pub fn paymentnotice_delete(
resource: r5.Paymentnotice,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn paymentnotice_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Paymentnotice, Err)) -> a,
) -> effect.Effect(a)
pub fn paymentnotice_search(
search_for search_args: r5_sansio.SpPaymentnotice,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Paymentnotice), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn paymentnotice_search_bundled(
search_for search_args: r5_sansio.SpPaymentnotice,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn paymentnotice_update(
resource: r5.Paymentnotice,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Paymentnotice, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn paymentreconciliation_create(
resource: r5.Paymentreconciliation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Paymentreconciliation, Err)) -> a,
) -> effect.Effect(a)
pub fn paymentreconciliation_delete(
resource: r5.Paymentreconciliation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn paymentreconciliation_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Paymentreconciliation, Err)) -> a,
) -> effect.Effect(a)
pub fn paymentreconciliation_search(
search_for search_args: r5_sansio.SpPaymentreconciliation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Paymentreconciliation), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn paymentreconciliation_search_bundled(
search_for search_args: r5_sansio.SpPaymentreconciliation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn paymentreconciliation_update(
resource: r5.Paymentreconciliation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Paymentreconciliation, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn permission_create(
resource: r5.Permission,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Permission, Err)) -> a,
) -> effect.Effect(a)
pub fn permission_delete(
resource: r5.Permission,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn permission_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Permission, Err)) -> a,
) -> effect.Effect(a)
pub fn permission_search(
search_for search_args: r5_sansio.SpPermission,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Permission), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn permission_search_bundled(
search_for search_args: r5_sansio.SpPermission,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn permission_update(
resource: r5.Permission,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Permission, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn person_create(
resource: r5.Person,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Person, Err)) -> a,
) -> effect.Effect(a)
pub fn person_delete(
resource: r5.Person,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn person_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Person, Err)) -> a,
) -> effect.Effect(a)
pub fn person_search(
search_for search_args: r5_sansio.SpPerson,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Person), Err)) -> msg,
) -> effect.Effect(msg)
pub fn person_search_bundled(
search_for search_args: r5_sansio.SpPerson,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn person_update(
resource: r5.Person,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Person, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn plandefinition_create(
resource: r5.Plandefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Plandefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn plandefinition_delete(
resource: r5.Plandefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn plandefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Plandefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn plandefinition_search(
search_for search_args: r5_sansio.SpPlandefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Plandefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn plandefinition_search_bundled(
search_for search_args: r5_sansio.SpPlandefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn plandefinition_update(
resource: r5.Plandefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Plandefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn practitioner_create(
resource: r5.Practitioner,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Practitioner, Err)) -> a,
) -> effect.Effect(a)
pub fn practitioner_delete(
resource: r5.Practitioner,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn practitioner_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Practitioner, Err)) -> a,
) -> effect.Effect(a)
pub fn practitioner_search(
search_for search_args: r5_sansio.SpPractitioner,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Practitioner), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn practitioner_search_bundled(
search_for search_args: r5_sansio.SpPractitioner,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn practitioner_update(
resource: r5.Practitioner,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Practitioner, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn practitionerrole_create(
resource: r5.Practitionerrole,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Practitionerrole, Err)) -> a,
) -> effect.Effect(a)
pub fn practitionerrole_delete(
resource: r5.Practitionerrole,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn practitionerrole_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Practitionerrole, Err)) -> a,
) -> effect.Effect(a)
pub fn practitionerrole_search(
search_for search_args: r5_sansio.SpPractitionerrole,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Practitionerrole), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn practitionerrole_search_bundled(
search_for search_args: r5_sansio.SpPractitionerrole,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn practitionerrole_update(
resource: r5.Practitionerrole,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Practitionerrole, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn procedure_create(
resource: r5.Procedure,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Procedure, Err)) -> a,
) -> effect.Effect(a)
pub fn procedure_delete(
resource: r5.Procedure,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn procedure_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Procedure, Err)) -> a,
) -> effect.Effect(a)
pub fn procedure_search(
search_for search_args: r5_sansio.SpProcedure,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Procedure), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn procedure_search_bundled(
search_for search_args: r5_sansio.SpProcedure,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn procedure_update(
resource: r5.Procedure,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Procedure, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn provenance_create(
resource: r5.Provenance,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Provenance, Err)) -> a,
) -> effect.Effect(a)
pub fn provenance_delete(
resource: r5.Provenance,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn provenance_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Provenance, Err)) -> a,
) -> effect.Effect(a)
pub fn provenance_search(
search_for search_args: r5_sansio.SpProvenance,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Provenance), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn provenance_search_bundled(
search_for search_args: r5_sansio.SpProvenance,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn provenance_update(
resource: r5.Provenance,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Provenance, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn questionnaire_create(
resource: r5.Questionnaire,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Questionnaire, Err)) -> a,
) -> effect.Effect(a)
pub fn questionnaire_delete(
resource: r5.Questionnaire,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn questionnaire_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Questionnaire, Err)) -> a,
) -> effect.Effect(a)
pub fn questionnaire_search(
search_for search_args: r5_sansio.SpQuestionnaire,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Questionnaire), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn questionnaire_search_bundled(
search_for search_args: r5_sansio.SpQuestionnaire,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn questionnaire_update(
resource: r5.Questionnaire,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Questionnaire, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn questionnaireresponse_create(
resource: r5.Questionnaireresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Questionnaireresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn questionnaireresponse_delete(
resource: r5.Questionnaireresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn questionnaireresponse_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Questionnaireresponse, Err)) -> a,
) -> effect.Effect(a)
pub fn questionnaireresponse_search(
search_for search_args: r5_sansio.SpQuestionnaireresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Questionnaireresponse), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn questionnaireresponse_search_bundled(
search_for search_args: r5_sansio.SpQuestionnaireresponse,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn questionnaireresponse_update(
resource: r5.Questionnaireresponse,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Questionnaireresponse, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn regulatedauthorization_create(
resource: r5.Regulatedauthorization,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Regulatedauthorization, Err)) -> a,
) -> effect.Effect(a)
pub fn regulatedauthorization_delete(
resource: r5.Regulatedauthorization,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn regulatedauthorization_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Regulatedauthorization, Err)) -> a,
) -> effect.Effect(a)
pub fn regulatedauthorization_search(
search_for search_args: r5_sansio.SpRegulatedauthorization,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Regulatedauthorization), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn regulatedauthorization_search_bundled(
search_for search_args: r5_sansio.SpRegulatedauthorization,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn regulatedauthorization_update(
resource: r5.Regulatedauthorization,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Regulatedauthorization, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn relatedperson_create(
resource: r5.Relatedperson,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Relatedperson, Err)) -> a,
) -> effect.Effect(a)
pub fn relatedperson_delete(
resource: r5.Relatedperson,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn relatedperson_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Relatedperson, Err)) -> a,
) -> effect.Effect(a)
pub fn relatedperson_search(
search_for search_args: r5_sansio.SpRelatedperson,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Relatedperson), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn relatedperson_search_bundled(
search_for search_args: r5_sansio.SpRelatedperson,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn relatedperson_update(
resource: r5.Relatedperson,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Relatedperson, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn requestorchestration_create(
resource: r5.Requestorchestration,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Requestorchestration, Err)) -> a,
) -> effect.Effect(a)
pub fn requestorchestration_delete(
resource: r5.Requestorchestration,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn requestorchestration_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Requestorchestration, Err)) -> a,
) -> effect.Effect(a)
pub fn requestorchestration_search(
search_for search_args: r5_sansio.SpRequestorchestration,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Requestorchestration), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn requestorchestration_search_bundled(
search_for search_args: r5_sansio.SpRequestorchestration,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn requestorchestration_update(
resource: r5.Requestorchestration,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Requestorchestration, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn requirements_create(
resource: r5.Requirements,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Requirements, Err)) -> a,
) -> effect.Effect(a)
pub fn requirements_delete(
resource: r5.Requirements,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn requirements_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Requirements, Err)) -> a,
) -> effect.Effect(a)
pub fn requirements_search(
search_for search_args: r5_sansio.SpRequirements,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Requirements), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn requirements_search_bundled(
search_for search_args: r5_sansio.SpRequirements,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn requirements_update(
resource: r5.Requirements,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Requirements, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn researchstudy_create(
resource: r5.Researchstudy,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Researchstudy, Err)) -> a,
) -> effect.Effect(a)
pub fn researchstudy_delete(
resource: r5.Researchstudy,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn researchstudy_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Researchstudy, Err)) -> a,
) -> effect.Effect(a)
pub fn researchstudy_search(
search_for search_args: r5_sansio.SpResearchstudy,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Researchstudy), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn researchstudy_search_bundled(
search_for search_args: r5_sansio.SpResearchstudy,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn researchstudy_update(
resource: r5.Researchstudy,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Researchstudy, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn researchsubject_create(
resource: r5.Researchsubject,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Researchsubject, Err)) -> a,
) -> effect.Effect(a)
pub fn researchsubject_delete(
resource: r5.Researchsubject,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn researchsubject_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Researchsubject, Err)) -> a,
) -> effect.Effect(a)
pub fn researchsubject_search(
search_for search_args: r5_sansio.SpResearchsubject,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Researchsubject), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn researchsubject_search_bundled(
search_for search_args: r5_sansio.SpResearchsubject,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn researchsubject_update(
resource: r5.Researchsubject,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Researchsubject, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn riskassessment_create(
resource: r5.Riskassessment,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Riskassessment, Err)) -> a,
) -> effect.Effect(a)
pub fn riskassessment_delete(
resource: r5.Riskassessment,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn riskassessment_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Riskassessment, Err)) -> a,
) -> effect.Effect(a)
pub fn riskassessment_search(
search_for search_args: r5_sansio.SpRiskassessment,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Riskassessment), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn riskassessment_search_bundled(
search_for search_args: r5_sansio.SpRiskassessment,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn riskassessment_update(
resource: r5.Riskassessment,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Riskassessment, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn schedule_create(
resource: r5.Schedule,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Schedule, Err)) -> a,
) -> effect.Effect(a)
pub fn schedule_delete(
resource: r5.Schedule,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn schedule_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Schedule, Err)) -> a,
) -> effect.Effect(a)
pub fn schedule_search(
search_for search_args: r5_sansio.SpSchedule,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Schedule), Err)) -> msg,
) -> effect.Effect(msg)
pub fn schedule_search_bundled(
search_for search_args: r5_sansio.SpSchedule,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn schedule_update(
resource: r5.Schedule,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Schedule, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn search_any(
search_string: String,
res_type: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
write out search string manually, in case typed search params don’t work
pub fn searchparameter_create(
resource: r5.Searchparameter,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Searchparameter, Err)) -> a,
) -> effect.Effect(a)
pub fn searchparameter_delete(
resource: r5.Searchparameter,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn searchparameter_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Searchparameter, Err)) -> a,
) -> effect.Effect(a)
pub fn searchparameter_search(
search_for search_args: r5_sansio.SpSearchparameter,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Searchparameter), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn searchparameter_search_bundled(
search_for search_args: r5_sansio.SpSearchparameter,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn searchparameter_update(
resource: r5.Searchparameter,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Searchparameter, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn servicerequest_create(
resource: r5.Servicerequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Servicerequest, Err)) -> a,
) -> effect.Effect(a)
pub fn servicerequest_delete(
resource: r5.Servicerequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn servicerequest_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Servicerequest, Err)) -> a,
) -> effect.Effect(a)
pub fn servicerequest_search(
search_for search_args: r5_sansio.SpServicerequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Servicerequest), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn servicerequest_search_bundled(
search_for search_args: r5_sansio.SpServicerequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn servicerequest_update(
resource: r5.Servicerequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Servicerequest, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn slot_create(
resource: r5.Slot,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Slot, Err)) -> a,
) -> effect.Effect(a)
pub fn slot_delete(
resource: r5.Slot,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn slot_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Slot, Err)) -> a,
) -> effect.Effect(a)
pub fn slot_search(
search_for search_args: r5_sansio.SpSlot,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Slot), Err)) -> msg,
) -> effect.Effect(msg)
pub fn slot_search_bundled(
search_for search_args: r5_sansio.SpSlot,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn slot_update(
resource: r5.Slot,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Slot, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn specimen_create(
resource: r5.Specimen,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Specimen, Err)) -> a,
) -> effect.Effect(a)
pub fn specimen_delete(
resource: r5.Specimen,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn specimen_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Specimen, Err)) -> a,
) -> effect.Effect(a)
pub fn specimen_search(
search_for search_args: r5_sansio.SpSpecimen,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Specimen), Err)) -> msg,
) -> effect.Effect(msg)
pub fn specimen_search_bundled(
search_for search_args: r5_sansio.SpSpecimen,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn specimen_update(
resource: r5.Specimen,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Specimen, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn specimendefinition_create(
resource: r5.Specimendefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Specimendefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn specimendefinition_delete(
resource: r5.Specimendefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn specimendefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Specimendefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn specimendefinition_search(
search_for search_args: r5_sansio.SpSpecimendefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Specimendefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn specimendefinition_search_bundled(
search_for search_args: r5_sansio.SpSpecimendefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn specimendefinition_update(
resource: r5.Specimendefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Specimendefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn structuredefinition_create(
resource: r5.Structuredefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Structuredefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn structuredefinition_delete(
resource: r5.Structuredefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn structuredefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Structuredefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn structuredefinition_search(
search_for search_args: r5_sansio.SpStructuredefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Structuredefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn structuredefinition_search_bundled(
search_for search_args: r5_sansio.SpStructuredefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn structuredefinition_update(
resource: r5.Structuredefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Structuredefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn structuremap_create(
resource: r5.Structuremap,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Structuremap, Err)) -> a,
) -> effect.Effect(a)
pub fn structuremap_delete(
resource: r5.Structuremap,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn structuremap_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Structuremap, Err)) -> a,
) -> effect.Effect(a)
pub fn structuremap_search(
search_for search_args: r5_sansio.SpStructuremap,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Structuremap), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn structuremap_search_bundled(
search_for search_args: r5_sansio.SpStructuremap,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn structuremap_update(
resource: r5.Structuremap,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Structuremap, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn subscription_create(
resource: r5.Subscription,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Subscription, Err)) -> a,
) -> effect.Effect(a)
pub fn subscription_delete(
resource: r5.Subscription,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn subscription_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Subscription, Err)) -> a,
) -> effect.Effect(a)
pub fn subscription_search(
search_for search_args: r5_sansio.SpSubscription,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Subscription), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn subscription_search_bundled(
search_for search_args: r5_sansio.SpSubscription,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn subscription_update(
resource: r5.Subscription,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Subscription, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn subscriptionstatus_create(
resource: r5.Subscriptionstatus,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Subscriptionstatus, Err)) -> a,
) -> effect.Effect(a)
pub fn subscriptionstatus_delete(
resource: r5.Subscriptionstatus,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn subscriptionstatus_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Subscriptionstatus, Err)) -> a,
) -> effect.Effect(a)
pub fn subscriptionstatus_search(
search_for search_args: r5_sansio.SpSubscriptionstatus,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Subscriptionstatus), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn subscriptionstatus_search_bundled(
search_for search_args: r5_sansio.SpSubscriptionstatus,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn subscriptionstatus_update(
resource: r5.Subscriptionstatus,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Subscriptionstatus, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn subscriptiontopic_create(
resource: r5.Subscriptiontopic,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Subscriptiontopic, Err)) -> a,
) -> effect.Effect(a)
pub fn subscriptiontopic_delete(
resource: r5.Subscriptiontopic,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn subscriptiontopic_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Subscriptiontopic, Err)) -> a,
) -> effect.Effect(a)
pub fn subscriptiontopic_search(
search_for search_args: r5_sansio.SpSubscriptiontopic,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Subscriptiontopic), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn subscriptiontopic_search_bundled(
search_for search_args: r5_sansio.SpSubscriptiontopic,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn subscriptiontopic_update(
resource: r5.Subscriptiontopic,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Subscriptiontopic, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substance_create(
resource: r5.Substance,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substance, Err)) -> a,
) -> effect.Effect(a)
pub fn substance_delete(
resource: r5.Substance,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substance_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substance, Err)) -> a,
) -> effect.Effect(a)
pub fn substance_search(
search_for search_args: r5_sansio.SpSubstance,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Substance), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn substance_search_bundled(
search_for search_args: r5_sansio.SpSubstance,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn substance_update(
resource: r5.Substance,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substance, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancedefinition_create(
resource: r5.Substancedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancedefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn substancedefinition_delete(
resource: r5.Substancedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancedefinition_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancedefinition, Err)) -> a,
) -> effect.Effect(a)
pub fn substancedefinition_search(
search_for search_args: r5_sansio.SpSubstancedefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Substancedefinition), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn substancedefinition_search_bundled(
search_for search_args: r5_sansio.SpSubstancedefinition,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn substancedefinition_update(
resource: r5.Substancedefinition,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancedefinition, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancenucleicacid_create(
resource: r5.Substancenucleicacid,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancenucleicacid, Err)) -> a,
) -> effect.Effect(a)
pub fn substancenucleicacid_delete(
resource: r5.Substancenucleicacid,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancenucleicacid_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancenucleicacid, Err)) -> a,
) -> effect.Effect(a)
pub fn substancenucleicacid_search(
search_for search_args: r5_sansio.SpSubstancenucleicacid,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Substancenucleicacid), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn substancenucleicacid_search_bundled(
search_for search_args: r5_sansio.SpSubstancenucleicacid,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn substancenucleicacid_update(
resource: r5.Substancenucleicacid,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancenucleicacid, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancepolymer_create(
resource: r5.Substancepolymer,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancepolymer, Err)) -> a,
) -> effect.Effect(a)
pub fn substancepolymer_delete(
resource: r5.Substancepolymer,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancepolymer_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancepolymer, Err)) -> a,
) -> effect.Effect(a)
pub fn substancepolymer_search(
search_for search_args: r5_sansio.SpSubstancepolymer,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Substancepolymer), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn substancepolymer_search_bundled(
search_for search_args: r5_sansio.SpSubstancepolymer,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn substancepolymer_update(
resource: r5.Substancepolymer,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancepolymer, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substanceprotein_create(
resource: r5.Substanceprotein,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substanceprotein, Err)) -> a,
) -> effect.Effect(a)
pub fn substanceprotein_delete(
resource: r5.Substanceprotein,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substanceprotein_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substanceprotein, Err)) -> a,
) -> effect.Effect(a)
pub fn substanceprotein_search(
search_for search_args: r5_sansio.SpSubstanceprotein,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Substanceprotein), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn substanceprotein_search_bundled(
search_for search_args: r5_sansio.SpSubstanceprotein,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn substanceprotein_update(
resource: r5.Substanceprotein,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substanceprotein, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancereferenceinformation_create(
resource: r5.Substancereferenceinformation,
client: r5_sansio.FhirClient,
handle_response: fn(
Result(r5.Substancereferenceinformation, Err),
) -> a,
) -> effect.Effect(a)
pub fn substancereferenceinformation_delete(
resource: r5.Substancereferenceinformation,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancereferenceinformation_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(
Result(r5.Substancereferenceinformation, Err),
) -> a,
) -> effect.Effect(a)
pub fn substancereferenceinformation_search(
search_for search_args: r5_sansio.SpSubstancereferenceinformation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Substancereferenceinformation), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn substancereferenceinformation_search_bundled(
search_for search_args: r5_sansio.SpSubstancereferenceinformation,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn substancereferenceinformation_update(
resource: r5.Substancereferenceinformation,
client: r5_sansio.FhirClient,
handle_response: fn(
Result(r5.Substancereferenceinformation, Err),
) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancesourcematerial_create(
resource: r5.Substancesourcematerial,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancesourcematerial, Err)) -> a,
) -> effect.Effect(a)
pub fn substancesourcematerial_delete(
resource: r5.Substancesourcematerial,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn substancesourcematerial_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancesourcematerial, Err)) -> a,
) -> effect.Effect(a)
pub fn substancesourcematerial_search(
search_for search_args: r5_sansio.SpSubstancesourcematerial,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Substancesourcematerial), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn substancesourcematerial_search_bundled(
search_for search_args: r5_sansio.SpSubstancesourcematerial,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn substancesourcematerial_update(
resource: r5.Substancesourcematerial,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Substancesourcematerial, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn supplydelivery_create(
resource: r5.Supplydelivery,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Supplydelivery, Err)) -> a,
) -> effect.Effect(a)
pub fn supplydelivery_delete(
resource: r5.Supplydelivery,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn supplydelivery_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Supplydelivery, Err)) -> a,
) -> effect.Effect(a)
pub fn supplydelivery_search(
search_for search_args: r5_sansio.SpSupplydelivery,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Supplydelivery), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn supplydelivery_search_bundled(
search_for search_args: r5_sansio.SpSupplydelivery,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn supplydelivery_update(
resource: r5.Supplydelivery,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Supplydelivery, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn supplyrequest_create(
resource: r5.Supplyrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Supplyrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn supplyrequest_delete(
resource: r5.Supplyrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn supplyrequest_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Supplyrequest, Err)) -> a,
) -> effect.Effect(a)
pub fn supplyrequest_search(
search_for search_args: r5_sansio.SpSupplyrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Supplyrequest), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn supplyrequest_search_bundled(
search_for search_args: r5_sansio.SpSupplyrequest,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn supplyrequest_update(
resource: r5.Supplyrequest,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Supplyrequest, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn task_create(
resource: r5.Task,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Task, Err)) -> a,
) -> effect.Effect(a)
pub fn task_delete(
resource: r5.Task,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn task_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Task, Err)) -> a,
) -> effect.Effect(a)
pub fn task_search(
search_for search_args: r5_sansio.SpTask,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Task), Err)) -> msg,
) -> effect.Effect(msg)
pub fn task_search_bundled(
search_for search_args: r5_sansio.SpTask,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn task_update(
resource: r5.Task,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Task, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn terminologycapabilities_create(
resource: r5.Terminologycapabilities,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Terminologycapabilities, Err)) -> a,
) -> effect.Effect(a)
pub fn terminologycapabilities_delete(
resource: r5.Terminologycapabilities,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn terminologycapabilities_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Terminologycapabilities, Err)) -> a,
) -> effect.Effect(a)
pub fn terminologycapabilities_search(
search_for search_args: r5_sansio.SpTerminologycapabilities,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Terminologycapabilities), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn terminologycapabilities_search_bundled(
search_for search_args: r5_sansio.SpTerminologycapabilities,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn terminologycapabilities_update(
resource: r5.Terminologycapabilities,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Terminologycapabilities, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn testplan_create(
resource: r5.Testplan,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Testplan, Err)) -> a,
) -> effect.Effect(a)
pub fn testplan_delete(
resource: r5.Testplan,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn testplan_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Testplan, Err)) -> a,
) -> effect.Effect(a)
pub fn testplan_search(
search_for search_args: r5_sansio.SpTestplan,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Testplan), Err)) -> msg,
) -> effect.Effect(msg)
pub fn testplan_search_bundled(
search_for search_args: r5_sansio.SpTestplan,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn testplan_update(
resource: r5.Testplan,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Testplan, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn testreport_create(
resource: r5.Testreport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Testreport, Err)) -> a,
) -> effect.Effect(a)
pub fn testreport_delete(
resource: r5.Testreport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn testreport_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Testreport, Err)) -> a,
) -> effect.Effect(a)
pub fn testreport_search(
search_for search_args: r5_sansio.SpTestreport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Testreport), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn testreport_search_bundled(
search_for search_args: r5_sansio.SpTestreport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn testreport_update(
resource: r5.Testreport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Testreport, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn testscript_create(
resource: r5.Testscript,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Testscript, Err)) -> a,
) -> effect.Effect(a)
pub fn testscript_delete(
resource: r5.Testscript,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn testscript_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Testscript, Err)) -> a,
) -> effect.Effect(a)
pub fn testscript_search(
search_for search_args: r5_sansio.SpTestscript,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Testscript), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn testscript_search_bundled(
search_for search_args: r5_sansio.SpTestscript,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn testscript_update(
resource: r5.Testscript,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Testscript, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn transport_create(
resource: r5.Transport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Transport, Err)) -> a,
) -> effect.Effect(a)
pub fn transport_delete(
resource: r5.Transport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn transport_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Transport, Err)) -> a,
) -> effect.Effect(a)
pub fn transport_search(
search_for search_args: r5_sansio.SpTransport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Transport), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn transport_search_bundled(
search_for search_args: r5_sansio.SpTransport,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn transport_update(
resource: r5.Transport,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Transport, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn valueset_create(
resource: r5.Valueset,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Valueset, Err)) -> a,
) -> effect.Effect(a)
pub fn valueset_delete(
resource: r5.Valueset,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn valueset_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Valueset, Err)) -> a,
) -> effect.Effect(a)
pub fn valueset_search(
search_for search_args: r5_sansio.SpValueset,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(List(r5.Valueset), Err)) -> msg,
) -> effect.Effect(msg)
pub fn valueset_search_bundled(
search_for search_args: r5_sansio.SpValueset,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn valueset_update(
resource: r5.Valueset,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Valueset, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn verificationresult_create(
resource: r5.Verificationresult,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Verificationresult, Err)) -> a,
) -> effect.Effect(a)
pub fn verificationresult_delete(
resource: r5.Verificationresult,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn verificationresult_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Verificationresult, Err)) -> a,
) -> effect.Effect(a)
pub fn verificationresult_search(
search_for search_args: r5_sansio.SpVerificationresult,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Verificationresult), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn verificationresult_search_bundled(
search_for search_args: r5_sansio.SpVerificationresult,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn verificationresult_update(
resource: r5.Verificationresult,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Verificationresult, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn visionprescription_create(
resource: r5.Visionprescription,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Visionprescription, Err)) -> a,
) -> effect.Effect(a)
pub fn visionprescription_delete(
resource: r5.Visionprescription,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Operationoutcome, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)
pub fn visionprescription_read(
id: String,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Visionprescription, Err)) -> a,
) -> effect.Effect(a)
pub fn visionprescription_search(
search_for search_args: r5_sansio.SpVisionprescription,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(
Result(List(r5.Visionprescription), Err),
) -> msg,
) -> effect.Effect(msg)
pub fn visionprescription_search_bundled(
search_for search_args: r5_sansio.SpVisionprescription,
with_client client: r5_sansio.FhirClient,
response_msg handle_response: fn(Result(r5.Bundle, Err)) -> msg,
) -> effect.Effect(msg)
pub fn visionprescription_update(
resource: r5.Visionprescription,
client: r5_sansio.FhirClient,
handle_response: fn(Result(r5.Visionprescription, Err)) -> a,
) -> Result(effect.Effect(a), ErrNoId)