Uses of Class
org.projecthusky.fhir.emed.ch.epr.resource.ChEmedEprPatient
Packages that use ChEmedEprPatient
Package
Description
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of ChEmedEprPatient in org.projecthusky.fhir.emed.ch.epr.model.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan that return ChEmedEprPatientModifier and TypeMethodDescriptionEMediplanPatient.toFhir()Gets the CH EMED EPR FHIR representation of the eMediplan patient object. -
Uses of ChEmedEprPatient in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed16a with parameters of type ChEmedEprPatientModifier and TypeMethodDescriptionstatic ChMed16APatientChMed16APatient.fromEprFhir(ChEmedEprPatient eprFhirPatient, @Nullable org.hl7.fhir.r4.model.Observation weightObservation, List<org.hl7.fhir.r4.model.Reference> informationRecipients, EMediplanType mediplanType) Gets an EMediplanPatient from an CH EPR patient. -
Uses of ChEmedEprPatient in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed23a
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed23a with parameters of type ChEmedEprPatientModifier and TypeMethodDescriptionstatic ChMed23APatientChMed23APatient.fromEprFhir(ChEmedEprPatient eprFhirPatient, @Nullable org.hl7.fhir.r4.model.Observation weightObservation) Gets an EMediplanPatient from an CH EPR patient. -
Uses of ChEmedEprPatient in org.projecthusky.fhir.emed.ch.epr.resource
Methods in org.projecthusky.fhir.emed.ch.epr.resource that return ChEmedEprPatientModifier and TypeMethodDescriptionChEmedEprDocument.resolvePatient()Resolves the patient targeted by this medication treatment plan. -
Uses of ChEmedEprPatient in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with parameters of type ChEmedEprPatientModifier and TypeMethodDescriptionprotected ChEmedEprMedicationRequestPreEPrescriptionConverter.toMedicationRequest(EPrescriptionMedicament medicament, ChEmedEprPatient patient, ChEmedEprPractitionerRole requester, Instant timestamp, LanguageCode language) Gets the CH EMED EPR MedicationRequest representation of a received medication from an eMediplan ePrescription.