Does Patient-everything operation in Azure Health Data Services - FHIR service fetches the claim records that references the Patient ID?

P, Pioline (Cognizant) 195 Reputation points
2023-10-17T09:23:07.9266667+00:00

Hi

I have a claim record say xyz, which has a property 'reference'. Inside this 'reference' property, Patient/abc is referenced.

Now, when I do Patient-everything operation for this Patient ID abc, will it also return the claim resource 'xyz'.

During test operation, I was not able to get this claim resource in the response.

Is this the expected results? Kindly let me know soon.

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
149 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 22,121 Reputation points
    2023-10-23T16:49:50.96+00:00

    @P, Pioline (Cognizant) The Patient-everything operation in Azure Health Data Services - FHIR service should fetch all resources related to a specific patient, including claim records that reference the Patient ID.

    In your case, if the claim resource ‘xyz’ is related to the patient ‘abc’ it should be included in the response of the Patient-everything operation.

    If you were not able to get the Claim resource 'xyz' in the response during your test operation, it's possible that there is an issue with the implementation or configuration of your system. I would recommend reviewing the documentation and specifications for the Patient-everything operation and the relationship between the Patient and Claim resources in your system to see if there are any issues or discrepancies.

    https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/patient-everything#patient-everything-response-order

    let me know incase of further queries, I would be happy to assist you.