Uses of Class
org.projecthusky.fhir.emed.ch.epr.resource.ChEmedEprMedication
Packages that use ChEmedEprMedication
Package
Description
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of ChEmedEprMedication in org.projecthusky.fhir.emed.ch.epr.narrative.services
Methods in org.projecthusky.fhir.emed.ch.epr.narrative.services with parameters of type ChEmedEprMedicationModifier and TypeMethodDescription@Nullable StringMedicationImageProvider.provide(ChEmedEprMedication medication) Provides an image for the given medication, encoded in a data URL with an 'image' MIME type. -
Uses of ChEmedEprMedication in org.projecthusky.fhir.emed.ch.epr.resource
Methods in org.projecthusky.fhir.emed.ch.epr.resource that return ChEmedEprMedicationModifier and TypeMethodDescriptionChEmedEprMedication.addActiveIngredient(ChEmedEprMedicationIngredient ingredient) Adds active ingredient.ChEmedEprMedication.copy()ChEmedEprMedicationRequest.resolveMedication()Resolves the medication or throws.ChEmedEprMedicationStatement.resolveMedication()Returns the medication or throws.Sets the ATC.ChEmedEprMedication.setForm(PharmaceuticalDoseFormEdqm doseForm) Sets the pharmaceutical dose form, with an English display name.ChEmedEprMedication.setForm(PharmaceuticalDoseFormEdqm doseForm, LanguageCode languageCode) Sets the pharmaceutical dose form, with a display name in the requested language.Sets the GTIN.Methods in org.projecthusky.fhir.emed.ch.epr.resource with parameters of type ChEmedEprMedicationModifier and TypeMethodDescriptionChEmedEprMedicationRequest.setMedicationReference(ChEmedEprMedication chEmedEprMedication) Sets the medication reference. -
Uses of ChEmedEprMedication in org.projecthusky.fhir.emed.ch.epr.resource.dis
Subclasses of ChEmedEprMedication in org.projecthusky.fhir.emed.ch.epr.resource.disModifier and TypeClassDescriptionclassThe HAPI custom structure for CH-EMED-EPR Medication (DIS). -
Uses of ChEmedEprMedication in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan that return ChEmedEprMedicationModifier and TypeMethodDescriptionEMediplanMedicationResolver.getMedication(MedicamentIdType idType, String id) Gets a valid FHIR CH EMED EPR Medication resource from the medicationEMediplanMedicationResolver.NoOpMedicationResolver.getMedication(MedicamentIdType idType, String id) Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with parameters of type ChEmedEprMedicationModifier and TypeMethodDescriptionprotected MChMed16ABaseConverter.toMedicament(ChEmedEprMedication medication, ChEmedEprDosage baseDosage, List<@NonNull ChEmedEprDosage> additionalDosages, @Nullable String treatmentReason, Author medicalAuthor, SubstanceAdministrationSubstitutionCode substitutionCode, @Nullable org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent dispenseRequest, EMediplanType mediplanType) protected EPrescriptionMedicamentEPrescriptionConverter.toMedicament(ChEmedEprMedication medication, ChEmedEprDosage baseDosage, List<@NonNull ChEmedEprDosage> additionalDosages, @Nullable String treatmentReason, Author medicalAuthor, SubstanceAdministrationSubstitutionCode substitutionCode, @Nullable org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent dispenseRequest, EMediplanType mediplanType)