
Package ca.uhn.fhir.jpa.provider.r4
Class MemberMatchR4ResourceProvider
java.lang.Object
ca.uhn.fhir.jpa.provider.r4.MemberMatchR4ResourceProvider
-
Constructor Summary
ConstructorsConstructorDescriptionMemberMatchR4ResourceProvider
(ca.uhn.fhir.context.FhirContext theFhirContext, MemberMatcherR4Helper theMemberMatcherR4Helper) -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.Parameters
patientMemberMatch
(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r4.model.Patient theMemberPatient, org.hl7.fhir.r4.model.Coverage oldCoverage, org.hl7.fhir.r4.model.Coverage newCoverage, org.hl7.fhir.r4.model.Consent theConsent, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) /Patient/$member-match operation Basic implementation matching by coverage id or by coverage identifier.
-
Constructor Details
-
MemberMatchR4ResourceProvider
public MemberMatchR4ResourceProvider(ca.uhn.fhir.context.FhirContext theFhirContext, MemberMatcherR4Helper theMemberMatcherR4Helper)
-
-
Method Details
-
patientMemberMatch
public org.hl7.fhir.r4.model.Parameters patientMemberMatch(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r4.model.Patient theMemberPatient, org.hl7.fhir.r4.model.Coverage oldCoverage, org.hl7.fhir.r4.model.Coverage newCoverage, org.hl7.fhir.r4.model.Consent theConsent, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) /Patient/$member-match operation Basic implementation matching by coverage id or by coverage identifier. Matching by Beneficiary (Patient) demographics on family name and birthdate in this version
-