40.3.1$bulk-member-match operation
Experimental

 

40.3.1.1$bulk-member-match

  • The $bulk-member-match operation is used to get matches for a Group of Patient resources in a asynchronous manner. The operation starts a batch job and the returns a polling url.
  • Once the batch job is completed, the response is generated in a Binary resource.
  • It is based off the spec link.
  • The underlying matching logic utilizes the same infrastructure for $member-match.
  • Sample kickoff request

  • Sample output

  • Sample polling request

  • Sample response when process is in progress

  • Sample response when process is complete

40.3.1.2$bulk-member-match-sync

  • The $bulk-member-match-sync endpoint adds capability to perform $bulk-member-match in a synchronous manner.
  • NOTE: This endpoint is specifically created for quick debugging purposes and it is not recommended to use this in production.