FHIR Chat · Questions/Answers for Future Sessions · Da Vinci/plan-net-connectathon

Stream: Da Vinci/plan-net-connectathon

Topic: Questions/Answers for Future Sessions


view this post on Zulip Saul Kravitz (Jan 14 2021 at 19:53):

re: What search capabilities are required -- everything mentioned here is required. http://hl7.org/fhir/us/davinci-pdex-plan-net/CapabilityStatement-plan-net.html#resource--details

view this post on Zulip Robert Little (Jan 14 2021 at 20:03):

Thank you @Saul Kravitz my question comes down to: /fhir/PractitionerRole?_include=PractitionerRole:practitioner&_include=PractitionerRole:location&location.address-city=Kansas City&network=Organization/network-QBSLC0001
In this, "&_include=PractitionerRole:location&location.address-city=Kansas City" is a command I found in the test box but I dont see this kind of command called out on the capability statement. Can you point me in the right direction where to find this? I know this is a requirement when calling the "location" end point but I dont see it included as a requirement when it comes to the "includes". Is there an assumption here?

view this post on Zulip Saul Kravitz (Jan 14 2021 at 20:22):

Breaking it out, we have:
1) _include=PractitionerRole:practitioner. - PractitionerRole practitioner search param.
2) _include=PractitionerRole:location. - PractitionerRole location search param.
3) location.address.city=Kansas City. - PractitionerRole location search param + forward chaining on the Location resource
4) network=Organizaiton/network-QBSLC0001 PractitionerRole network search param

Unfortunately, chaining is not part of the capability statement, but rather defined in the search parameters.
So, #3 means: Find a PractitionerRole where the location reference points to an instance where the address.city = KC.
See: http://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter-practitionerrole-location.html
image.png

view this post on Zulip Robert Little (Jan 14 2021 at 20:33):

Thank you @Saul Kravitz !!! I really appreciate it!


Last updated: Apr 12 2022 at 19:14 UTC