Package ca.uhn.fhir.jpa.provider.r4
Class MemberMatcherR4Helper
java.lang.Object
ca.uhn.fhir.jpa.provider.r4.MemberMatcherR4Helper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMemberIdentifierToMemberPatient
(org.hl7.fhir.r4.model.Patient theMemberPatient, org.hl7.fhir.r4.model.Identifier theNewIdentifier) org.hl7.fhir.r4.model.Parameters
buildSuccessReturnParameters
(org.hl7.fhir.r4.model.Patient theMemberPatient, org.hl7.fhir.r4.model.Coverage theCoverage) Optional<org.hl7.fhir.r4.model.Coverage>
findMatchingCoverage
(org.hl7.fhir.r4.model.Coverage theCoverageToMatch) Find Coverage matching the received member (Patient) by coverage id or by coverage identifier Matching by member patient demographics is not supported.Optional<org.hl7.fhir.r4.model.Patient>
getBeneficiaryPatient
(org.hl7.fhir.r4.model.Coverage theCoverage)
-
Constructor Details
-
MemberMatcherR4Helper
-
-
Method Details
-
findMatchingCoverage
public Optional<org.hl7.fhir.r4.model.Coverage> findMatchingCoverage(org.hl7.fhir.r4.model.Coverage theCoverageToMatch) Find Coverage matching the received member (Patient) by coverage id or by coverage identifier Matching by member patient demographics is not supported. -
buildSuccessReturnParameters
public org.hl7.fhir.r4.model.Parameters buildSuccessReturnParameters(org.hl7.fhir.r4.model.Patient theMemberPatient, org.hl7.fhir.r4.model.Coverage theCoverage) -
addMemberIdentifierToMemberPatient
public void addMemberIdentifierToMemberPatient(org.hl7.fhir.r4.model.Patient theMemberPatient, org.hl7.fhir.r4.model.Identifier theNewIdentifier) -
getBeneficiaryPatient
public Optional<org.hl7.fhir.r4.model.Patient> getBeneficiaryPatient(org.hl7.fhir.r4.model.Coverage theCoverage)
-