
Uses of Class
org.hl7.fhir.r4.model.ServiceRequest
Packages that use ServiceRequest
-
Uses of ServiceRequest in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ServiceRequestModifier and TypeMethodDescriptionprotected 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 ServiceRequestModifier and TypeMethodDescriptionprotected 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 ServiceRequestModifier and TypeFieldDescriptionprotected 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 ServiceRequestModifier and TypeFieldDescriptionprotected List<ServiceRequest> Appointment.basedOnTargetThe actual objects that are the target of the reference (The service request this appointment is allocated to assess (e.g. incoming referral or procedure request).)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. incoming referral or procedure request).)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 ServiceRequestModifier and TypeMethodDescriptionServiceRequest.addBasedOn(Reference t) ServiceRequest.addBodySite(CodeableConcept t) ServiceRequest.addCategory(CodeableConcept t) ServiceRequest.addIdentifier(Identifier t) ServiceRequest.addInstantiatesCanonical(String value) ServiceRequest.addInstantiatesUri(String value) ServiceRequest.addInsurance(Reference t) ServiceRequest.addLocationCode(CodeableConcept t) ServiceRequest.addLocationReference(Reference t) ServiceRequest.addNote(Annotation t) ServiceRequest.addOrderDetail(CodeableConcept t) ServiceRequest.addPerformer(Reference t) ServiceRequest.addReasonCode(CodeableConcept t) ServiceRequest.addReasonReference(Reference t) ServiceRequest.addRelevantHistory(Reference t) ServiceRequest.addReplaces(Reference t) ServiceRequest.addSpecimen(Reference t) ServiceRequest.addSupportingInfo(Reference t) ServiceRequest.copy()Claim.getReferralTarget()ExplanationOfBenefit.getReferralTarget()ServiceRequest.setAsNeeded(Type value) ServiceRequest.setAuthoredOn(Date value) ServiceRequest.setAuthoredOnElement(DateTimeType value) ServiceRequest.setBasedOn(List<Reference> theBasedOn) ServiceRequest.setBodySite(List<CodeableConcept> theBodySite) ServiceRequest.setCategory(List<CodeableConcept> theCategory) ServiceRequest.setCode(CodeableConcept value) ServiceRequest.setDoNotPerform(boolean value) ServiceRequest.setDoNotPerformElement(BooleanType value) ServiceRequest.setEncounter(Reference value) ServiceRequest.setEncounterTarget(Encounter value) ServiceRequest.setIdentifier(List<Identifier> theIdentifier) ServiceRequest.setInstantiatesCanonical(List<CanonicalType> theInstantiatesCanonical) ServiceRequest.setInstantiatesUri(List<UriType> theInstantiatesUri) ServiceRequest.setInsurance(List<Reference> theInsurance) ServiceRequest.setIntent(ServiceRequest.ServiceRequestIntent value) ServiceRequest.setIntentElement(Enumeration<ServiceRequest.ServiceRequestIntent> value) ServiceRequest.setLocationCode(List<CodeableConcept> theLocationCode) ServiceRequest.setLocationReference(List<Reference> theLocationReference) ServiceRequest.setNote(List<Annotation> theNote) ServiceRequest.setOccurrence(Type value) ServiceRequest.setOrderDetail(List<CodeableConcept> theOrderDetail) ServiceRequest.setPatientInstruction(String value) ServiceRequest.setPatientInstructionElement(StringType value) ServiceRequest.setPerformer(List<Reference> thePerformer) ServiceRequest.setPerformerType(CodeableConcept value) ServiceRequest.setPriority(ServiceRequest.ServiceRequestPriority value) ServiceRequest.setPriorityElement(Enumeration<ServiceRequest.ServiceRequestPriority> value) ServiceRequest.setQuantity(Type value) ServiceRequest.setReasonCode(List<CodeableConcept> theReasonCode) ServiceRequest.setReasonReference(List<Reference> theReasonReference) ServiceRequest.setRelevantHistory(List<Reference> theRelevantHistory) ServiceRequest.setReplaces(List<Reference> theReplaces) ServiceRequest.setRequester(Reference value) ServiceRequest.setRequesterTarget(Resource value) ServiceRequest.setRequisition(Identifier value) ServiceRequest.setSpecimen(List<Reference> theSpecimen) ServiceRequest.setStatus(ServiceRequest.ServiceRequestStatus value) ServiceRequest.setStatusElement(Enumeration<ServiceRequest.ServiceRequestStatus> value) ServiceRequest.setSubject(Reference value) ServiceRequest.setSubjectTarget(Resource value) ServiceRequest.setSupportingInfo(List<Reference> theSupportingInfo) protected ServiceRequestServiceRequest.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type ServiceRequestModifier and TypeMethodDescriptionvoidServiceRequest.copyValues(ServiceRequest dst) Claim.setReferralTarget(ServiceRequest value) ExplanationOfBenefit.setReferralTarget(ServiceRequest value)