| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceRequest |
JsonParser.parseServiceRequest(com.google.gson.JsonObject json) |
protected ServiceRequest |
XmlParser.parseServiceRequest(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeServiceRequest(String name,
ServiceRequest element) |
protected void |
XmlParser.composeServiceRequest(String name,
ServiceRequest element) |
protected void |
RdfParser.composeServiceRequest(Turtle.Complex parent,
String parentType,
String name,
ServiceRequest element,
int index) |
protected void |
XmlParser.composeServiceRequestElements(ServiceRequest element) |
protected void |
JsonParser.composeServiceRequestInner(ServiceRequest element) |
protected boolean |
XmlParser.parseServiceRequestContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
ServiceRequest res) |
protected void |
JsonParser.parseServiceRequestProperties(com.google.gson.JsonObject json,
ServiceRequest res) |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceRequest |
ExplanationOfBenefit.referralTarget
The actual object that is the target of the reference (A reference to a referral resource.)
|
protected ServiceRequest |
Claim.referralTarget
The actual object that is the target of the reference (A reference to a referral resource.)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ServiceRequest> |
Encounter.basedOnTarget
The actual objects that are the target of the reference (The request this encounter satisfies (e.g.
|
protected List<ServiceRequest> |
DeviceUseStatement.basedOnTarget
The 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> |
Appointment.basedOnTarget
The actual objects that are the target of the reference (The service request this appointment is allocated to assess (e.g.
|
protected List<ServiceRequest> |
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<ServiceRequest> |
ServiceRequest.replacesTarget
The 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.requestTarget
The actual objects that are the target of the reference (Procedure request to obtain this biologically derived product.)
|
protected List<ServiceRequest> |
Specimen.requestTarget
The actual objects that are the target of the reference (Details concerning a service request that required a specimen to be collected.)
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceRequest> |
Encounter.getBasedOnTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ServiceRequest> |
DeviceUseStatement.getBasedOnTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ServiceRequest> |
Appointment.getBasedOnTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ServiceRequest> |
EpisodeOfCare.getReferralRequestTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ServiceRequest> |
ServiceRequest.getReplacesTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ServiceRequest> |
BiologicallyDerivedProduct.getRequestTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<ServiceRequest> |
Specimen.getRequestTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRequest.copyValues(ServiceRequest dst) |
ExplanationOfBenefit |
ExplanationOfBenefit.setReferralTarget(ServiceRequest value) |
Claim |
Claim.setReferralTarget(ServiceRequest value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.