Uses of Class
org.projecthusky.fhir.emed.ch.epr.resource.extension.ChEmedExtPrescription
Packages that use ChEmedExtPrescription
Package
Description
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of ChEmedExtPrescription in org.projecthusky.fhir.emed.ch.epr.resource
Fields in org.projecthusky.fhir.emed.ch.epr.resource declared as ChEmedExtPrescriptionModifier and TypeFieldDescriptionprotected @Nullable ChEmedExtPrescriptionChEmedEprMedicationDispense.prescriptionReference to the medication prescription.protected @Nullable ChEmedExtPrescriptionChEmedEprObservation.prescriptionReference to the medication prescription.Methods in org.projecthusky.fhir.emed.ch.epr.resource that return ChEmedExtPrescriptionModifier and TypeMethodDescriptionChEmedEprMedicationDispense.getPrescriptionElement()Gets the prescription element.ChEmedEprObservation.getPrescriptionElement()Gets the prescription element.Methods in org.projecthusky.fhir.emed.ch.epr.resource with parameters of type ChEmedExtPrescriptionModifier and TypeMethodDescriptionChEmedEprMedicationDispense.setPrescriptionElement(ChEmedExtPrescription prescription) Sets the prescription reference.ChEmedEprObservation.setPrescriptionElement(ChEmedExtPrescription prescription) Sets the prescription reference. -
Uses of ChEmedExtPrescription in org.projecthusky.fhir.emed.ch.epr.resource.extension
Methods in org.projecthusky.fhir.emed.ch.epr.resource.extension that return ChEmedExtPrescription -
Uses of ChEmedExtPrescription in org.projecthusky.fhir.emed.ch.epr.resource.pml
Fields in org.projecthusky.fhir.emed.ch.epr.resource.pml declared as ChEmedExtPrescriptionModifier and TypeFieldDescriptionprotected @Nullable ChEmedExtPrescriptionChEmedEprMedicationRequestPml.parentDocumentReference to the original document.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pml that return ChEmedExtPrescriptionModifier and TypeMethodDescriptionChEmedEprMedicationRequestPml.getParentDocumentElement()Gets the parent document element.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pml with parameters of type ChEmedExtPrescriptionModifier and TypeMethodDescriptionChEmedEprMedicationRequestPml.setParentDocumentElement(ChEmedExtPrescription parentDocument) Sets the parent document reference. -
Uses of ChEmedExtPrescription in org.projecthusky.fhir.emed.ch.epr.resource.pmlc
Fields in org.projecthusky.fhir.emed.ch.epr.resource.pmlc declared as ChEmedExtPrescriptionModifier and TypeFieldDescriptionprotected @Nullable ChEmedExtPrescriptionChEmedEprMedicationStatementPmlc.prescriptionReference to the PRE that introduced this medication in the treatment plan.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pmlc that return ChEmedExtPrescriptionModifier and TypeMethodDescriptionChEmedEprMedicationStatementPmlc.getPrescriptionElement()Gets the prescription element.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pmlc with parameters of type ChEmedExtPrescriptionModifier and TypeMethodDescriptionChEmedEprMedicationStatementPmlc.setTreatmentPlanElement(ChEmedExtPrescription prescription) Sets the prescription reference.