Uses of Class
org.hl7.fhir.dstu3.model.ReferralRequest
-
Packages that use ReferralRequest Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ReferralRequest in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ReferralRequest Modifier and Type Method Description protected ReferralRequestJsonParser. parseReferralRequest(com.google.gson.JsonObject json)protected ReferralRequestXmlParser. parseReferralRequest(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ReferralRequest in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ReferralRequest Modifier and Type Field Description protected ReferralRequestClaim. referralTargetThe actual object that is the target of the reference (The referral resource which lists the date, practitioner, reason and other supporting information.)protected ReferralRequestExplanationOfBenefit. referralTargetThe actual object that is the target of the reference (The referral resource which lists the date, practitioner, reason and other supporting information.)Fields in org.hl7.fhir.dstu3.model with type parameters of type ReferralRequest Modifier and Type Field Description protected List<ReferralRequest>Appointment. incomingReferralTargetThe actual objects that are the target of the reference (The referral request this appointment is allocated to assess (incoming referral).)protected List<ReferralRequest>Encounter. incomingReferralTargetThe actual objects that are the target of the reference (The referral request this encounter satisfies (incoming referral).)protected List<ReferralRequest>EpisodeOfCare. referralRequestTargetThe actual objects that are the target of the reference (Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.)protected List<ReferralRequest>ReferralRequest. replacesTargetThe actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ReferralRequest Modifier and Type Method Description List<ReferralRequest>Appointment. getIncomingReferralTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ReferralRequest>Encounter. getIncomingReferralTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ReferralRequest>EpisodeOfCare. getReferralRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ReferralRequest>ReferralRequest. getReplacesTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type ReferralRequest Modifier and Type Method Description ClaimClaim. setReferralTarget(ReferralRequest value)ExplanationOfBenefitExplanationOfBenefit. setReferralTarget(ReferralRequest value)
-