Uses of Class
org.hl7.fhir.r4.model.ServiceRequest
-
Packages that use ServiceRequest Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ServiceRequest in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ServiceRequest Modifier and Type Method Description protected ServiceRequestJsonParser. parseServiceRequest(com.google.gson.JsonObject json)protected ServiceRequestXmlParser. parseServiceRequest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type ServiceRequest Modifier and Type Method Description protected voidJsonParser. composeServiceRequest(String name, ServiceRequest element)protected voidRdfParser. composeServiceRequest(Turtle.Complex parent, String parentType, String name, ServiceRequest element, int index)protected voidXmlParser. composeServiceRequest(String name, ServiceRequest element)protected voidXmlParser. composeServiceRequestElements(ServiceRequest element)protected voidJsonParser. composeServiceRequestInner(ServiceRequest element)protected booleanXmlParser. parseServiceRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ServiceRequest res)protected voidJsonParser. parseServiceRequestProperties(com.google.gson.JsonObject json, ServiceRequest res) -
Uses of ServiceRequest in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ServiceRequest Modifier and Type Field Description protected ServiceRequestClaim. referralTargetThe actual object that is the target of the reference (A reference to a referral resource.)protected ServiceRequestExplanationOfBenefit. referralTargetThe actual object that is the target of the reference (A reference to a referral resource.)Fields in org.hl7.fhir.r4.model with type parameters of type ServiceRequest Modifier and Type Field Description protected List<ServiceRequest>Appointment. basedOnTargetThe actual objects that are the target of the reference (The service request this appointment is allocated to assess (e.g.protected List<ServiceRequest>DeviceUseStatement. basedOnTargetThe actual objects that are the target of the reference (A plan, proposal or order that is fulfilled in whole or in part by this DeviceUseStatement.)protected List<ServiceRequest>Encounter. basedOnTargetThe actual objects that are the target of the reference (The request this encounter satisfies (e.g.protected List<ServiceRequest>EpisodeOfCare. referralRequestTargetThe actual objects that are the target of the reference (Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.)protected List<ServiceRequest>ServiceRequest. replacesTargetThe actual objects that are the target of the reference (The request takes the place of the referenced completed or terminated request(s).)protected List<ServiceRequest>BiologicallyDerivedProduct. requestTargetThe actual objects that are the target of the reference (Procedure request to obtain this biologically derived product.)protected List<ServiceRequest>Specimen. requestTargetThe actual objects that are the target of the reference (Details concerning a service request that required a specimen to be collected.)Methods in org.hl7.fhir.r4.model that return types with arguments of type ServiceRequest Modifier and Type Method Description List<ServiceRequest>Appointment. getBasedOnTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ServiceRequest>DeviceUseStatement. getBasedOnTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ServiceRequest>Encounter. getBasedOnTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ServiceRequest>EpisodeOfCare. getReferralRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ServiceRequest>ServiceRequest. getReplacesTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ServiceRequest>BiologicallyDerivedProduct. getRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ServiceRequest>Specimen. getRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type ServiceRequest Modifier and Type Method Description voidServiceRequest. copyValues(ServiceRequest dst)ClaimClaim. setReferralTarget(ServiceRequest value)ExplanationOfBenefitExplanationOfBenefit. setReferralTarget(ServiceRequest value)
-