FHIR Chat · How does a PAS server advertise required bundle resources? · Da Vinci PAS

Stream: Da Vinci PAS

Topic: How does a PAS server advertise required bundle resources?


view this post on Zulip John Silva (May 14 2021 at 14:59):

In order for a DTR client to assemble the set of resources required by a PAS server, how is it supposed to discover these required resources? I've been looking through the PASBundle profile and it seems like it only requires a Claim. I'm assuming though that a PAS Server, on behalf of a payer, will require more than that so how does the DTR client discover this?

view this post on Zulip Jean Duteau (May 14 2021 at 17:35):

The only mandatory entry is a Claim resource. Various references are probably also required, but the exact number of those isn't known at design time. We could add Organization, Coverage, Patient to the slices because those will normally be there, but they would be optional slices, so I'm not sure that gives you the entire information you would need.

view this post on Zulip John Silva (May 14 2021 at 20:32):

@Jean Duteau OK, that makes sense (Claim only req'd one according to the profile). I guess my question is, if a payer's PAS server wanted to 'advertise' what resources they expect, is there a way to do that (in a computable format not via out-of-band contractual arrangement)?

Or to illustrate a problem -- if my system, a DTR client, doesn't know that the PAS server requires certain resources in order to approve the request, it can't know a-priori, what resources to bundle up to meet the payer's requirements.


Last updated: Apr 12 2022 at 19:14 UTC