
Uses of Class
org.hl7.fhir.dstu3.model.ReferralRequest
Packages that use ReferralRequest
-
Uses of ReferralRequest in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ReferralRequestModifier and TypeMethodDescriptionprotected ReferralRequestJsonParser.parseReferralRequest(com.google.gson.JsonObject json) protected ReferralRequestXmlParser.parseReferralRequest(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type ReferralRequestModifier and TypeMethodDescriptionprotected voidJsonParser.composeReferralRequest(String name, ReferralRequest element) protected voidRdfParser.composeReferralRequest(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ReferralRequest element, int index) protected voidXmlParser.composeReferralRequest(String name, ReferralRequest element) protected voidXmlParser.composeReferralRequestElements(ReferralRequest element) protected voidJsonParser.composeReferralRequestInner(ReferralRequest element) protected booleanXmlParser.parseReferralRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ReferralRequest res) protected voidJsonParser.parseReferralRequestProperties(com.google.gson.JsonObject json, ReferralRequest res) JsonParser.parseReferralRequestReferralRequestRequesterComponent(com.google.gson.JsonObject json, ReferralRequest owner) XmlParser.parseReferralRequestReferralRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, ReferralRequest owner) protected booleanXmlParser.parseReferralRequestReferralRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ReferralRequest owner, ReferralRequest.ReferralRequestRequesterComponent res) protected voidJsonParser.parseReferralRequestReferralRequestRequesterComponentProperties(com.google.gson.JsonObject json, ReferralRequest owner, ReferralRequest.ReferralRequestRequesterComponent res) -
Uses of ReferralRequest in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ReferralRequestModifier and TypeFieldDescriptionprotected 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 ReferralRequestModifier and TypeFieldDescriptionprotected 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 ReferralRequestModifier and TypeMethodDescriptionReferralRequest.addBasedOn(Reference t) ReferralRequest.addDefinition(Reference t) ReferralRequest.addIdentifier(Identifier t) ReferralRequest.addNote(Annotation t) ReferralRequest.addReasonCode(CodeableConcept t) ReferralRequest.addReasonReference(Reference t) ReferralRequest.addRecipient(Reference t) ReferralRequest.addRelevantHistory(Reference t) ReferralRequest.addReplaces(Reference t) ReferralRequest.addServiceRequested(CodeableConcept t) ReferralRequest.addSupportingInfo(Reference t) ReferralRequest.copy()Claim.getReferralTarget()ExplanationOfBenefit.getReferralTarget()ReferralRequest.setAuthoredOn(Date value) ReferralRequest.setAuthoredOnElement(DateTimeType value) ReferralRequest.setBasedOn(List<Reference> theBasedOn) ReferralRequest.setContext(Reference value) ReferralRequest.setContextTarget(Resource value) ReferralRequest.setDefinition(List<Reference> theDefinition) ReferralRequest.setDescription(String value) ReferralRequest.setDescriptionElement(StringType value) ReferralRequest.setGroupIdentifier(Identifier value) ReferralRequest.setIdentifier(List<Identifier> theIdentifier) ReferralRequest.setIntent(ReferralRequest.ReferralCategory value) ReferralRequest.setIntentElement(Enumeration<ReferralRequest.ReferralCategory> value) ReferralRequest.setNote(List<Annotation> theNote) ReferralRequest.setOccurrence(Type value) ReferralRequest.setPriority(ReferralRequest.ReferralPriority value) ReferralRequest.setPriorityElement(Enumeration<ReferralRequest.ReferralPriority> value) ReferralRequest.setReasonCode(List<CodeableConcept> theReasonCode) ReferralRequest.setReasonReference(List<Reference> theReasonReference) ReferralRequest.setRecipient(List<Reference> theRecipient) ReferralRequest.setRelevantHistory(List<Reference> theRelevantHistory) ReferralRequest.setReplaces(List<Reference> theReplaces) ReferralRequest.setRequester(ReferralRequest.ReferralRequestRequesterComponent value) ReferralRequest.setServiceRequested(List<CodeableConcept> theServiceRequested) ReferralRequest.setSpecialty(CodeableConcept value) ReferralRequest.setStatus(ReferralRequest.ReferralRequestStatus value) ReferralRequest.setStatusElement(Enumeration<ReferralRequest.ReferralRequestStatus> value) ReferralRequest.setSubject(Reference value) ReferralRequest.setSubjectTarget(Resource value) ReferralRequest.setSupportingInfo(List<Reference> theSupportingInfo) ReferralRequest.setType(CodeableConcept value) protected ReferralRequestReferralRequest.typedCopy()Methods in org.hl7.fhir.dstu3.model with parameters of type ReferralRequestModifier and TypeMethodDescriptionClaim.setReferralTarget(ReferralRequest value) ExplanationOfBenefit.setReferralTarget(ReferralRequest value)