Uses of Class
org.projecthusky.fhir.emed.ch.epr.resource.extension.ChEmedExtTreatmentPlan
Packages that use ChEmedExtTreatmentPlan
Package
Description
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of ChEmedExtTreatmentPlan in org.projecthusky.fhir.emed.ch.epr.resource
Fields in org.projecthusky.fhir.emed.ch.epr.resource declared as ChEmedExtTreatmentPlanModifier and TypeFieldDescriptionprotected @Nullable ChEmedExtTreatmentPlan
ChEmedEprMedicationDispense.treatmentPlan
Reference to the medication treatment planprotected @Nullable ChEmedExtTreatmentPlan
ChEmedEprMedicationRequest.treatmentPlan
protected @Nullable ChEmedExtTreatmentPlan
ChEmedEprObservation.treatmentPlan
Reference to the medication treatment plan.Methods in org.projecthusky.fhir.emed.ch.epr.resource that return ChEmedExtTreatmentPlanModifier and TypeMethodDescriptionChEmedEprMedicationDispense.getTreatmentPlanElement()
Gets the treatment plan element.ChEmedEprMedicationRequest.getTreatmentPlanElement()
Gets the treatment plan element.ChEmedEprObservation.getTreatmentPlanElement()
Gets the treatment plan element.Methods in org.projecthusky.fhir.emed.ch.epr.resource with parameters of type ChEmedExtTreatmentPlanModifier and TypeMethodDescriptionChEmedEprMedicationDispense.setTreatmentPlanElement
(ChEmedExtTreatmentPlan treatmentPlan) Sets the treatment plan reference.ChEmedEprMedicationRequest.setTreatmentPlanElement
(ChEmedExtTreatmentPlan treatmentPlan) Sets the treatment plan reference.ChEmedEprObservation.setTreatmentPlanElement
(ChEmedExtTreatmentPlan treatmentPlan) Sets the treatment plan reference. -
Uses of ChEmedExtTreatmentPlan in org.projecthusky.fhir.emed.ch.epr.resource.extension
Methods in org.projecthusky.fhir.emed.ch.epr.resource.extension that return ChEmedExtTreatmentPlan -
Uses of ChEmedExtTreatmentPlan in org.projecthusky.fhir.emed.ch.epr.resource.pml
Fields in org.projecthusky.fhir.emed.ch.epr.resource.pml declared as ChEmedExtTreatmentPlanModifier and TypeFieldDescriptionprotected @Nullable ChEmedExtTreatmentPlan
ChEmedEprMedicationStatementPml.parentDocument
Reference to the original document.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pml that return ChEmedExtTreatmentPlanModifier and TypeMethodDescriptionChEmedEprMedicationStatementPml.getParentDocumentElement()
Gets the parent document element.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pml with parameters of type ChEmedExtTreatmentPlanModifier and TypeMethodDescriptionChEmedEprMedicationStatementPml.setParentDocumentElement
(ChEmedExtTreatmentPlan parentDocument) Sets the parent document reference. -
Uses of ChEmedExtTreatmentPlan in org.projecthusky.fhir.emed.ch.epr.resource.pmlc
Fields in org.projecthusky.fhir.emed.ch.epr.resource.pmlc declared as ChEmedExtTreatmentPlanModifier and TypeFieldDescriptionprotected @Nullable ChEmedExtTreatmentPlan
ChEmedEprMedicationStatementPmlc.treatmentPlan
Reference to the MTP that introduced this medication in the treatment plan.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pmlc that return ChEmedExtTreatmentPlanModifier and TypeMethodDescriptionChEmedEprMedicationStatementPmlc.getTreatmentPlanElement()
Gets the treatment plan element.Methods in org.projecthusky.fhir.emed.ch.epr.resource.pmlc with parameters of type ChEmedExtTreatmentPlanModifier and TypeMethodDescriptionChEmedEprMedicationStatementPmlc.setTreatmentPlanElement
(ChEmedExtTreatmentPlan treatmentPlan) Sets the treatment plan reference.