Uses of Class
org.projecthusky.fhir.emed.ch.common.resource.ChCorePatientEpr
Packages that use ChCorePatientEpr
Package
Description
Custom HAPI resources (as extension of the official resources) for the CH-CORE and CH-EMED projects.
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of ChCorePatientEpr in org.projecthusky.fhir.emed.ch.common.resource
Methods in org.projecthusky.fhir.emed.ch.common.resource that return ChCorePatientEpr -
Uses of ChCorePatientEpr in org.projecthusky.fhir.emed.ch.epr.model.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan with parameters of type ChCorePatientEprModifier and TypeMethodDescriptionstatic EMediplanPatient
EMediplanPatient.fromEprFhir
(ChCorePatientEpr eprFhirPatient, @Nullable org.hl7.fhir.r4.model.Observation weightObservation) Gets an EMediplanPatient from an CH EPR patient. -
Uses of ChCorePatientEpr in org.projecthusky.fhir.emed.ch.epr.resource
Subclasses of ChCorePatientEpr in org.projecthusky.fhir.emed.ch.epr.resourceModifier and TypeClassDescriptionclass
The HAPI custom structure for CH-EMED-EPR Patient.Methods in org.projecthusky.fhir.emed.ch.epr.resource that return ChCorePatientEprModifier and TypeMethodDescriptionChEmedEprComposition.resolvePatient()
Returns the targeted patient.ChEmedEprDocument.resolvePatient()
Resolves the patient targeted by this medication treatment plan.ChEmedEprMedicationRequest.resolvePatient()
Resolves the targeted patient.ChEmedEprMedicationDispense.resolveSubject()
Resolves the subject as aChCorePatientEpr
.ChEmedEprMedicationRequest.resolveSubject()
Resolves the subject as aChCorePatientEpr
.ChEmedEprMedicationStatement.resolveSubject()
Resolves the subject as aChCorePatientEpr
.ChEmedEprObservation.resolveSubject()
Resolves the subject as aChCorePatientEpr
.ChEmedEprObservationBodyWeight.resolveSubject()
Resolves the subject as aChCorePatientEpr
.Methods in org.projecthusky.fhir.emed.ch.epr.resource with parameters of type ChCorePatientEprModifier and TypeMethodDescriptionChEmedEprComposition.setPatient
(ChCorePatientEpr chCorePatientEpr) Set the patient targeted.org.hl7.fhir.r4.model.Bundle.BundleEntryComponent
ChEmedEprDocument.setPatient
(ChCorePatientEpr patient) Sets the patient targeted by this document.ChEmedEprMedicationRequest.setPatient
(ChCorePatientEpr chCorePatientEpr) Set the patient targeted. -
Uses of ChCorePatientEpr in org.projecthusky.fhir.emed.ch.epr.resource.dis
Methods in org.projecthusky.fhir.emed.ch.epr.resource.dis with parameters of type ChCorePatientEprModifier and TypeMethodDescriptionChEmedEprCompositionDis.addAuthor
(ChCorePatientEpr author) Adds aChCorePatientEpr
to the list of document authors. -
Uses of ChCorePatientEpr in org.projecthusky.fhir.emed.ch.epr.resource.mtp
Methods in org.projecthusky.fhir.emed.ch.epr.resource.mtp with parameters of type ChCorePatientEprModifier and TypeMethodDescriptionChEmedEprCompositionMtp.addAuthor
(ChCorePatientEpr author) Adds aChCorePatientEpr
to the list of document authors. -
Uses of ChCorePatientEpr in org.projecthusky.fhir.emed.ch.epr.resource.padv
Methods in org.projecthusky.fhir.emed.ch.epr.resource.padv with parameters of type ChCorePatientEprModifier and TypeMethodDescriptionChEmedEprCompositionPadv.addAuthor
(ChCorePatientEpr author) Adds aChCorePatientEpr
to the list of document authors. -
Uses of ChCorePatientEpr in org.projecthusky.fhir.emed.ch.epr.resource.pml
Methods in org.projecthusky.fhir.emed.ch.epr.resource.pml with parameters of type ChCorePatientEprModifier and TypeMethodDescriptionChEmedEprObservationPml.setPerformer
(ChCorePatientEpr performer) Sets the author and her/his organization of the medical decision. -
Uses of ChCorePatientEpr in org.projecthusky.fhir.emed.ch.epr.resource.pre
Methods in org.projecthusky.fhir.emed.ch.epr.resource.pre with parameters of type ChCorePatientEprModifier and TypeMethodDescriptionChEmedEprCompositionPre.addAuthor
(ChCorePatientEpr author) Adds aChCorePatientEpr
to the list of document authors.