Stream: implementers
Topic: Searching Coverage by patient
Josh Mandel (Dec 01 2017 at 16:42):
It looks like Coverage.beneficiary
(as well as Coverage.subscriber
and a couple of more fields) is a Reference(Patient)
but there's no search parameter called "patient" on the Coverage resource. Should there be one? By comparison: you can search Observation.subject
using a parameter called subject
or patient
. This leads to API consistency for users who want to query for resources associated with a patient.
Lloyd McKenzie (Dec 01 2017 at 16:58):
Coverage should be part of the Patient compartment, so it ought to have a patient search criteria. @Paul Knapp ?
Paul Knapp (Dec 07 2017 at 21:54):
Has been added.
Last updated: Apr 12 2022 at 19:14 UTC