| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected ReferralRequest |
ExplanationOfBenefit.referralTarget
The actual object that is the target of the reference (The referral resource which lists the date, practitioner, reason and other supporting information.)
|
protected ReferralRequest |
Claim.referralTarget
The actual object that is the target of the reference (The referral resource which lists the date, practitioner, reason and other supporting information.)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ReferralRequest> |
Encounter.incomingReferralTarget
The actual objects that are the target of the reference (The referral request this encounter satisfies (incoming referral).)
|
protected List<ReferralRequest> |
Appointment.incomingReferralTarget
The actual objects that are the target of the reference (The referral request this appointment is allocated to assess (incoming referral).)
|
protected List<ReferralRequest> |
EpisodeOfCare.referralRequestTarget
The actual objects that are the target of the reference (Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.)
|
protected List<ReferralRequest> |
ReferralRequest.replacesTarget
The actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferralRequest> |
Encounter.getIncomingReferralTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ReferralRequest> |
Appointment.getIncomingReferralTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ReferralRequest> |
EpisodeOfCare.getReferralRequestTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ReferralRequest> |
ReferralRequest.getReplacesTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
ExplanationOfBenefit |
ExplanationOfBenefit.setReferralTarget(ReferralRequest value) |
Claim |
Claim.setReferralTarget(ReferralRequest value) |
Copyright © 2014–2017 University Health Network. All rights reserved.