Uses of Class
org.projecthusky.fhir.emed.ch.epr.resource.ChEmedEprMedicationStatement
Packages that use ChEmedEprMedicationStatement
Package
Description
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of ChEmedEprMedicationStatement in org.projecthusky.fhir.emed.ch.epr.resource
Subclasses of ChEmedEprMedicationStatement in org.projecthusky.fhir.emed.ch.epr.resourceModifier and TypeClassDescriptionclass
Base class for PML and PMLC medication statements with common behaviour.Methods in org.projecthusky.fhir.emed.ch.epr.resource that return ChEmedEprMedicationStatementModifier and TypeMethodDescriptionChEmedEprMedicationStatement.addDosageAdditionalEntry
(ChEmedEprDosage dosageAdditionalEntry) Adds additional entry of the dosage instruction.ChEmedEprMedicationStatement.setDosageBaseEntry
(ChEmedEprDosage dosageBaseEntry) Sets the base entry of the dosage instruction.ChEmedEprMedicationStatement.setIdentifier
(UUID documentUUID) Sets the medication statement UUID.ChEmedEprMedicationStatement.setInformationSource
(Author author) Sets the information source (medical author) of the statement.ChEmedEprMedicationStatement.setSubstitution
(SubstanceAdministrationSubstitutionCode value) Sets the substitution code in the medication statement, with an English display name.ChEmedEprMedicationStatement.setSubstitution
(SubstanceAdministrationSubstitutionCode value, LanguageCode languageCode) Sets the substitution code in the medication statement, with a display name in the requested language.ChEmedEprMedicationStatement.setSubstitutionElement
(org.hl7.fhir.r4.model.CodeableConcept value) Sets the substitution element in the medication statement.ChEmedEprMedicationStatement.setTreatmentReason
(String treatmentReason) Sets the treatment reason. -
Uses of ChEmedEprMedicationStatement in org.projecthusky.fhir.emed.ch.epr.resource.mtp
Modifier and TypeClassDescriptionclass
The HAPI custom structure for CH-EMED-EPR MedicationStatement (MTP). -
Uses of ChEmedEprMedicationStatement in org.projecthusky.fhir.emed.ch.epr.resource.padv
Modifier and TypeClassDescriptionclass
The HAPI custom structure for CH EMED EPR MedicationStatement Changed (PADV). -
Uses of ChEmedEprMedicationStatement in org.projecthusky.fhir.emed.ch.epr.resource.pml
Modifier and TypeClassDescriptionclass
class
The HAPI custom structure for CH-EMED-EPR MedicationStatement (PML). -
Uses of ChEmedEprMedicationStatement in org.projecthusky.fhir.emed.ch.epr.resource.pmlc
Modifier and TypeClassDescriptionclass
The HAPI custom structure for CH-EMED-EPR MedicationStatement (PMLC).