Stream: australia
Topic: AUPD search for all Providers at a Practice by name?
John Carter (Jul 04 2019 at 22:50):
Is there a single-pass way in the AUPD specifications to get a listing of all providers working at a given clinic if all I know is the clinic name? The user's query is "Show me all the providers at Newmarket Clinic". I can do this in two passes by looking up the HPI-O or VDI first and then listing PracRoles from there, but I haven't figured out a single-pass strategy. And on a related note, is there any formal guidance on how HealthcareService resources are supposed to be named?
Brett Esler (Jul 09 2019 at 12:07):
hi @John Carter assuming we are looking for an Organization.name we have not included a requirement the the chained search on PractitionerRole that would help here; if we did support am thinking something like
GET [base]/PractitionerRole?organization.name=Newmarket Clinic&_include=PractitionerRole:practitioner
Brett Esler (Jul 09 2019 at 12:08):
so will get a list of PractitionerRoles for that clinic and will include the details of the individual practitioner referenced from the role; i.e. the name etc of the practitioner person
Brett Esler (Jul 09 2019 at 12:10):
we did specify Organization.name search in the PD Organization profile search requirements; so think requiring a chained search on same parameter from PractitionerRole would not be a big ask...
Brian Postlethwaite (Jul 09 2019 at 22:57):
You could test it on our server too John, as it natively supports that chaining.
John Carter (Jul 09 2019 at 23:48):
@Brett Esler that example would solve the problem for me, let's put that to the TWG and see if any objections. @Brian Postlethwaite , thanks, good to know!
Last updated: Apr 12 2022 at 19:14 UTC