You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beneficiary Claims Data API (BCDA) Community
Hi BCDA team,
I was looking into how the _since cutoff date is applied to Patient resources and whether it was based off:
The latest update date of an ExplanationOfBenefit that references it
The last date that the Patient data was updated
Something else?
After talking with some other people it sounds like it worked like 2 when BCDA was using the v1 API, and from briefly looking at the code it seems like the case (I noticed some CCLF8 date comparisons with the _since date). From what I can tell, the sandbox data seems to all have the same update date so I wasn't able to confirm using it. Am I understanding how this works correctly?
Thanks,
Nik
Beneficiary Claims Data API (BCDA) Community
unread,
Jul 17, 2024, 4:36:07 PM7/17/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beneficiary Claims Data API (BCDA) Community
Hi Nik,
Thanks for your question. Your understanding is correct - requests using the _since parameter will exclude Patient resources which have not been updated after the date provided.