Uses of Class
org.hl7.fhir.r4.model.MedicationRequest
-
Packages that use MedicationRequest Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicationRequest in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicationRequest Modifier and Type Method Description protected MedicationRequestJsonParser. parseMedicationRequest(com.google.gson.JsonObject json)protected MedicationRequestXmlParser. parseMedicationRequest(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MedicationRequest in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as MedicationRequest Modifier and Type Field Description protected MedicationRequestExplanationOfBenefit. originalPrescriptionTargetThe actual object that is the target of the reference (Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.)protected MedicationRequestMedicationRequest. priorPrescriptionTargetThe actual object that is the target of the reference (A link to a resource representing an earlier order related order or prescription.)protected MedicationRequestMedicationAdministration. requestTargetThe actual object that is the target of the reference (The original request, instruction or authority to perform the administration.)Fields in org.hl7.fhir.r4.model with type parameters of type MedicationRequest Modifier and Type Field Description protected List<MedicationRequest>MedicationDispense. authorizingPrescriptionTargetThe actual objects that are the target of the reference (Indicates the medication order that is being dispensed against.)Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicationRequest Modifier and Type Method Description List<MedicationRequest>MedicationDispense. getAuthorizingPrescriptionTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type MedicationRequest Modifier and Type Method Description voidMedicationRequest. copyValues(MedicationRequest dst)ExplanationOfBenefitExplanationOfBenefit. setOriginalPrescriptionTarget(MedicationRequest value)MedicationRequestMedicationRequest. setPriorPrescriptionTarget(MedicationRequest value)MedicationAdministrationMedicationAdministration. setRequestTarget(MedicationRequest value)
-