Referrals and Authorizations Flashcards
What is a referral?
A referral is used to track events where a provider sends a patient to another physician for the purpose of specialized diagnostic assessment and treatment.197
What is authorization?
An authorization tracks authorization information from payers. Authorization staff communicate with payers to secure authorization numbers and make sure the numbers appear on the claims to avoid denials.197
What is an Authorization/Certification?
When a patient’s insurance place requires authorization for an inpatient stay or surgery, a special kind of authorization called an authorization/certification (auth/cert) is necessary. The auth/cert is the process of calling the insurance company to obtain authorization for treatment. 197
What is the core of referrals, authorizations, and encounters?
Fundamentally, the core concern regarding referrals, authorizations, and encounters is whether an encounter was authorized.199
What is an epic-released report that gives you information about prior authorization?
It is the encounters requiring an Authorization data model and it allows users to report on prior authorization rates at your organization. 199
What does the table VisitFact.AuthorizationStatus Reflect?
It reflects whether a visit has been authorized. The column stores the authorization status of a visit by evaluating all the authorizations linked to an appointment and stores values like authorized, not authorized, and authorization not needed.199
Is the AuthorizationStatus in VisitFact?
True 199
What happens if a visit need authorization?
If a visit needs authorization, then it needs to have at least one linked referral, and all of its linked referrals must be authorized for the encounter to be authorized.199
What happens if the visits does not need authorization?
If the visit doesn’t need authorization, the system will still check for any linked referrals. Any such referrals must be authorized. If there are no linked referrals, the encounter authorization status is “Authorization Not Needed.”199
What can I do to link visits to referrals?
If you need details about the referrals that contribute to VisitFact’s AuthorizationStatus column, use the VisitReferralMappingFact table to link the visits to the referrals 199
How do referrals appear in Chronicles?
Referrals appear as RFL records in chronicles.
What table would I use for referrals?
ReferralFactReferrals reporting can be quickly summarized with one statement: use ReferralFact. This table also forms the core of the Referrals data model in SlicerDicer.201
True or False:Referal Fact is used in SlicerDicer?
True, it forms the core of the referrals data model in Slicerdicer. 201
What does the referrals data model report on?
The referrals data model allows users to report on referral activity, including referral patterns, and key metrics like referral cycle times and completion rates. 201
What is a referral?
Referrals are peer to peer referrals where providers write an order for a patient to receive care from another provider. 201
What are authorizations?
Authorizations exist for anything that must be authorized, which can include high-value threatments.
What is the different between a referral versus an authorization?
Conceptually, referrals are peer‐to‐peer referrals where providers write an order for a patient to receive care from another provider. Authorizations exist for anything that must be authorized, which can include high‐value treatments. They are not mutually exclusive. If a referral is for an expensive procedure that requires preauthorization, clinical users at your organizations will likely call it a referral, and authorizations staff will treat it as an authorization; in other words, it is both a referral and an authorization.
Practically, if a requester is focused on where we are referring patients to, they are primarily concerned with referrals. If the requester is focused on tracking authorization rates or authorization‐related denials, they are primarily concerned with authorizations. 196
If a requester is focused on where we are referring patients to they are primarily concerned with what?
Referrals 201
If the requester is focused on tracking authorization rates or authorization-related denials, they are primarily concerned with what?
Authorizations 201
What is service level authorization?
t is possible for a coverage to grant authorizations at the level of each procedure, each date range of care, or the combination of both associated with the RFL record. This is known as service‐level authorization (SLA). SLA has special functionality that automatically finds the charges associated with the procedure that was the cause of the SLA, and then tracks the coverage’s authorization for those charges.
What is the ReferredByProviderDurableKey?
Provider who placed the referral 201
How do organizations define unique values that appear as referrals?
Typically, organizations define unique values in RFL 430 which appears as ReferralFact.Type201
How does the REF master file store records?
The Referral Source REF master file stores a record for each entity that may refer patients. Examples include physicians who write medical referrals and marketing sources by which you acquire new patients. 202
How would you connect the referring provider to the referral?
The referring provider field stores the REF record ID. In Clarity, this requires that you link from REFERRAL.REFERRING_PROV_ID to REFERRAL_SOURCE.REFERRING_PROV_ID. Once in REFERRAL_SOURCE, the REF_PROVIDER_ID column stores the corresponding SER record ID.202