Prior authorization is the payer's pre-approval gate for certain services and medications: before care is delivered, documentation justifying it goes to the payer, and an approval (with an authorization number) or a denial comes back. Deliver the service without that approval and you usually will not be paid. It is a deliberately upstream control payers use to manage cost and necessity, and for designated services there is no way around it.
What makes prior authorization hard for a product is that it is workflow-heavy rather than a single call. There is status tracking while the payer reviews, appeals when a request is denied, and expiration dates after which an approval lapses — a whole state lifecycle, not a yes/no field. Industry is moving to automate this through the X12 278 transaction and, increasingly, emerging FHIR-based prior-authorization APIs that CMS interoperability rules are pushing payers to adopt, which over time should make the exchange more programmatic and less fax-and-phone.
The implication for a telemedicine product that schedules or prescribes services subject to prior authorization is to model it as a first-class state machine, not an external nuisance bolted on at the edge. The system needs to represent submitted, pending, approved, denied, appealing, and expired states, surface them to staff, and gate downstream actions accordingly. The common mistake is treating prior authorization as an afterthought; when it is not modeled, services get delivered without valid authorization and the denials show up weeks later as lost revenue and rework.

