
Uses of Class
org.hl7.fhir.dstu3.model.MedicationRequest
-
Packages that use MedicationRequest Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of MedicationRequest in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return MedicationRequest Modifier and Type Method Description protected MedicationRequest
JsonParser. parseMedicationRequest(com.google.gson.JsonObject json)
protected MedicationRequest
XmlParser. parseMedicationRequest(org.xmlpull.v1.XmlPullParser xpp)
-
Uses of MedicationRequest in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as MedicationRequest Modifier and Type Field Description protected MedicationRequest
Claim. originalPrescriptionTarget
The actual object that is the target of the reference (Original prescription which has been superceded by this prescription to support the dispensing of pharmacy services, medications or products.protected MedicationRequest
ExplanationOfBenefit. originalPrescriptionTarget
The actual object that is the target of the reference (Original prescription which has been superceded by this prescription to support the dispensing of pharmacy services, medications or products.protected MedicationRequest
MedicationAdministration. prescriptionTarget
The actual object that is the target of the reference (The original request, instruction or authority to perform the administration.)protected MedicationRequest
MedicationRequest. priorPrescriptionTarget
The actual object that is the target of the reference (A link to a resource representing an earlier order related order or prescription.)Fields in org.hl7.fhir.dstu3.model with type parameters of type MedicationRequest Modifier and Type Field Description protected List<MedicationRequest>
MedicationDispense. authorizingPrescriptionTarget
The actual objects that are the target of the reference (Indicates the medication order that is being dispensed against.)Methods in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type MedicationRequest Modifier and Type Method Description Claim
Claim. setOriginalPrescriptionTarget(MedicationRequest value)
ExplanationOfBenefit
ExplanationOfBenefit. setOriginalPrescriptionTarget(MedicationRequest value)
MedicationAdministration
MedicationAdministration. setPrescriptionTarget(MedicationRequest value)
MedicationRequest
MedicationRequest. setPriorPrescriptionTarget(MedicationRequest value)
-