Stream: implementers
Topic: ServiceRequest and Referring Provider and Ordering Organizat
nicola (RIO/SS) (Apr 13 2021 at 20:27):
Hello, FHIR community.
We are working on a billing platform for labs in the US. While routing procedure to right payer and building Claim it is important to know referring provider (i.e. Practitioner with NPI) and ordering organization (Laboratory Client). This information supposed to be taken from ServiceRequest (Order), but in ServiceRequest we have only one requester. How are you storing information about both - Referral & Client? PractitionerRole? Extension?
Vitali Khvatkov (Apr 13 2021 at 21:27):
This is the scenario for independent diagnostic lab order. Lab Requisition includes a client organization that sent requisition and referring physician who has ordered the tests for the patient. Which fields should be used for the ordering client organization and referring physician in FHIR Service Request?
Vassil Peytchev (Apr 14 2021 at 03:31):
Is the "client organization" the place where the physician practices? Or is it a lab setting? If the question is how to convey both the physician and their organization, PractitionerRole seems to be good fit, as it provides the Practitioner context within an Organization.
Vitali Khvatkov (Apr 14 2021 at 15:20):
Client organization would be a clinic or doctor's office where a referring physician is practicing. This clinic or doctor's office holds contact with the lab for testing and places requisitions. So on the order, we need to capture both the ordering organization and specific referring physician. HL7 DFT field : PV1.39 (Servicing Facility) and PV1.8 -Referring Doctor
Lloyd McKenzie (Apr 16 2021 at 16:56):
If you have a ServiceRequest that is based on another ServiceRequest - e.g. Practitioner orders lab, Lab orders something based on Practitioner order, you'd need both ServiceRequests to see the full story - the second ServiceRequest would point to the first via 'basedOn'.
Lloyd McKenzie (Apr 16 2021 at 16:57):
If you just want the doctor and the clinic they're working for, you can do that via PractitionerRole.
Last updated: Apr 12 2022 at 19:14 UTC