FHIR Chat · PAS Bundle Example Mistake · Da Vinci PAS

Stream: Da Vinci PAS

Topic: PAS Bundle Example Mistake


view this post on Zulip Sean O'Quinn (Aug 24 2021 at 20:24):

Reviewing the "Referral Authorization Response Bundle Example" - https://build.fhir.org/ig/HL7/davinci-pas/Bundle-ReferralAuthorizationResponseBundleExample.json.html

The requestor reference in the example is "Organization/UMOExample".

    "requestor" : {
      "reference" : "Organization/UMOExample"

Is this correct?

From my understanding of ClaimResponse, ClaimResponse.requestor should be a link/id to reference the Claim resource that prompted the response. Is that a correct interpretation?
If it should be the id of the Claim, then it should be "Claim/ReferralAuthorizationExample" from this Claim example: https://build.fhir.org/ig/HL7/davinci-pas/Claim-ReferralAuthorizationExample.json.html

view this post on Zulip Jean Duteau (Aug 24 2021 at 20:37):

Here is a screenshot of the ClaimResponse resource:
Screen-Shot-2021-08-24-at-2.36.46-PM.png

That clearly shows that ClaimResponse.requestor is the party responsible for the claim and is a Reference(Practitioner|PractitionerRole|Organization).

view this post on Zulip Sean O'Quinn (Aug 25 2021 at 00:39):

Oh man.. I am crossing my hairs today. Youre right. I was mixing it with the ClaimResponse.Request

That being said, why would the example not include the ClaimResponse.Request?


Last updated: Apr 12 2022 at 19:14 UTC