Class KbvPatientFaker
java.lang.Object
de.gematik.test.erezept.fhir.builder.kbv.KbvPatientFaker
-
Method Summary
Modifier and TypeMethodDescriptionstatic KbvPatientFakerbuilder()fake()withAddress(String city, String postal, String street) withAssignerRef(InstitutionalOrganization assigner) withBirthDate(Date birthDate) withInsuranceType(de.gematik.bbriccs.fhir.de.valueset.InsuranceTypeDe insuranceType) withKvnrAndInsuranceType(de.gematik.bbriccs.fhir.de.value.KVNR kvnr, de.gematik.bbriccs.fhir.de.valueset.InsuranceTypeDe insuranceType) withVersion(KbvItaForVersion version)
-
Method Details
-
builder
-
withInsuranceType
public KbvPatientFaker withInsuranceType(de.gematik.bbriccs.fhir.de.valueset.InsuranceTypeDe insuranceType) -
withKvnrAndInsuranceType
public KbvPatientFaker withKvnrAndInsuranceType(de.gematik.bbriccs.fhir.de.value.KVNR kvnr, de.gematik.bbriccs.fhir.de.valueset.InsuranceTypeDe insuranceType) -
withBirthDate
-
withAddress
-
withName
-
withAssignerRef
-
withVersion
-
fake
-
toBuilder
-