Stream: patient administration WG
Topic: Need sample Invoice(FHIR) DataModel from HealthCare facility
raj (Mar 23 2020 at 15:39):
I am trying to implement a Datamodel for our company using Invoice FHIR data structure.
https://www.hl7.org/fhir/invoice.html
https://www.hl7.org/fhir/invoice-example.json.html
We specifically want to see a Invoice sample/example from a Provider or Nursing Home/Homecare facility who currently uses FHIR Datamodel.
There are couple of queries that I currently have:
-
There is only one tag for date field.
"date" : "<dateTime>", // Invoice date / posting date
If the services availed by an insured is two weeks, how does a provider/facility send this two weeks date range through this Invoice model? -
Does the provider/facility calculates average daily amount for the service on day basis and sends 14 Invoices corresponding to each day of the service availed ?
- Is there a provision to include net amt/gross amount on hourly basis alongside with option to have date ranges?
Thanks for any information you provide. Please let me know if this post needs to goto another stream.
Simone Heckmann (Apr 22 2020 at 08:53):
Invoice.date is the date et which the INvoice has been posted, so it's always a date, never a period.
Services that are billed in the invoice my have been provided over a preiod of time, which is stated in ChargeItem.occurence[x]
What we don't have is an overarching period on the Invoice that covers the overall period in which any of the billed items have been provided.
Is that what you need?
Last updated: Apr 12 2022 at 19:14 UTC