Class MemberMatchR4ResourceProvider

java.lang.Object
ca.uhn.fhir.jpa.provider.r4.MemberMatchR4ResourceProvider

  • Constructor Summary

    Constructors
    Constructor
    Description
    MemberMatchR4ResourceProvider(ca.uhn.fhir.context.FhirContext theFhirContext, MemberMatcherR4Helper theMemberMatcherR4Helper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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