Class KbvErpBundleFaker
java.lang.Object
de.gematik.test.erezept.fhir.builder.kbv.KbvErpBundleFaker
-
Method Summary
Modifier and TypeMethodDescriptionstatic KbvErpBundleFakerbuilder()fake()withAccident(AccidentExtension accident) withAssignerOrganization(InstitutionalOrganization organization) withAttester(KbvPractitioner attester) withAuthorDate(Date authoredOn) withAuthorDate(Date authoredOn, ca.uhn.fhir.model.api.TemporalPrecisionEnum precisionEnum) withBvg(boolean bvg) withCoPaymentStatus(StatusCoPayment statusCoPayment) withCustodian(KbvMedicalOrganization organization) withDosageInstruction(String text) withEmergencyServiceFee(boolean emergencyServiceFee) withInsurance(KbvCoverage coverage, KbvPatient patient) withIntent(String code) withKvnr(de.gematik.bbriccs.fhir.de.value.KVNR kvnr) withMedication(KbvErpMedication medication) withPatient(KbvPatient patient) withPractitioner(KbvPractitioner practitioner) withPrescriptionId(PrescriptionId prescriptionId) withPrescriptionId(String code) withPznAndMedicationName(de.gematik.bbriccs.fhir.de.value.PZN pzn, String medicationName) withQuantity(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent quantity) withQuantity(org.hl7.fhir.r4.model.Quantity quantity) withQuantityPackages(int amount) withStatus(String code) withStatus(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestStatus status) withStatusKennzeichen(StatusKennzeichen statusKennzeichen) withStatusKennzeichen(String code) withSubstitution(boolean substitution) withVersion(KbvItaErpVersion erpVersion, KbvItaForVersion forVersion)
-
Method Details
-
builder
-
withVersion
-
withPrescriptionId
-
withPrescriptionId
-
withStatusKennzeichen
-
withStatusKennzeichen
-
withKvnr
-
withPatient
-
withInsurance
-
withDosageInstruction
-
withBvg
-
withEmergencyServiceFee
-
withAccident
-
withQuantity
public KbvErpBundleFaker withQuantity(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent quantity) -
withQuantity
-
withQuantityPackages
-
withCoPaymentStatus
-
withStatus
public KbvErpBundleFaker withStatus(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestStatus status) -
withStatus
-
withIntent
-
withMvo
-
withNote
-
withCustodian
-
withAssignerOrganization
-
withPractitioner
-
withAuthorDate
-
withAuthorDate
public KbvErpBundleFaker withAuthorDate(Date authoredOn, ca.uhn.fhir.model.api.TemporalPrecisionEnum precisionEnum) -
withSubstitution
-
withMedication
-
withPznAndMedicationName
public KbvErpBundleFaker withPznAndMedicationName(de.gematik.bbriccs.fhir.de.value.PZN pzn, String medicationName) -
withAttester
-
fake
-
toBuilder
-