Working:
we are making a migration from Cerner script to FHIR Apis.
So, In Cerner script it's taking personID as input and getting patient_list_id from “DCP_PL_RELTN” table and via JOIN from “dcp_pl_custom_entry” table it gets list of personIDs by the patient_list_id.
So, we want to replicate same working in FHIR.
Any help will be appreciated.