Hello Team,
I am currently working on retrieving billing information for a patient through the Cerner FHIR APIs. I explored the /ChargeItem endpoint; however, I observed that it does not support direct filtering by Patient ID. Instead, ChargeItem queries must be performed using either the Encounter (context) or Account resource identifiers.
So far, I have:
Fetched the Patient details and verified the identifiers.
Retrieved the patient’s Encounter data (e.g., Encounter ID: 97954262).
Attempted to call the ChargeItem API using the Encounter reference:
However, this did not return billing information.
I also attempted to use the Federated Person Principal Identifier (e.g., URN:CERNER:IDENTITY-FEDERATION:...), but I learned this is not the correct Account reference for billing, as ChargeItem requires a FHIR Account ID, not a federated identity value.
To proceed, I need guidance on:
How to correctly retrieve the FHIR Account resource associated with the patient or the encounter.
Confirming whether the Account or ChargeItem FHIR financial resources are enabled in our Cerner environment.
Any assistance or pointers would be appreciated.