Why Telehealth Is a Different Detection Problem
For most remote workers, location detection is one question with one answer. The employer's SSO and conditional-access policies log where the login came from, decide if it matches expectations, and either let you in or flag the session. The worker either passes the IP and metadata check, or they don't. End of story.
For telehealth providers, that's only half the picture. Telehealth ties the location question to a legal one: which state is the provider actually practicing in, and does the provider hold a valid license in that state. State medical boards, state nursing boards, and state therapist licensing boards each consider the provider's physical location at the moment of care to be one of the inputs that determines whether the encounter was lawful. The patient's location is the other input, and the two have to align with the provider's licensure.
This is the part nobody writes about on the generic remote-work side. A software engineer working from a state they're not officially in is risking an employer policy violation. A nurse practitioner doing the same thing is risking that plus a license board complaint plus a potential malpractice carrier issue if a claim ever surfaces from a visit conducted while the provider was outside their licensed state. The stakes are different, and the controls are layered.
That's the actual question telehealth providers are working with. The technical side and the regulatory side run in parallel and have different controls, different consequences, and different paths to resolution. The rest of this guide handles them separately.
Detection vs Licensure: Two Different Questions
Before going into platform-specific behavior, it helps to separate the two concerns clearly. Confusing them is how providers end up over-engineering one side while ignoring the other.
Employer Detection
This is the technical layer. Your employer's IT stack logs where you connect from, what device you're on, and what time zone your software thinks you're in. The stack is built for cybersecurity reasons, not licensure enforcement. If an alert fires, it's almost always because the signal looks like an account compromise, not because IT cares about license geography. Employer detection is a solvable problem at the network and metadata layers.
Licensure Enforcement
This is the legal layer. State boards, malpractice carriers, and occasionally federal regulators care about where you were physically located when care was delivered. They almost never have proactive technical surveillance. What triggers a review is usually a complaint: a patient files something, a state board investigates, and the investigation pulls records. At that point, geolocation logs from the platform, IP records from the employer, and the provider's stated address all get compared. Licensure is not solvable technically. It's solvable by holding the right licenses for the states you actually practice from.
A provider can address employer detection completely and still be in regulatory hot water if their licensure doesn't cover their physical location. Conversely, a provider with proper compact licensure can be totally clean legally even if their employer thinks they're in a different state than they are. The two questions don't determine each other.
What Major Telehealth Platforms Log About Your Location
Most telehealth platforms record location for compliance and audit purposes, but the granularity varies a lot. Knowing what each platform actually captures helps you understand the threat model.
Zoom for Healthcare
Logs the IP address of every meeting host and participant. Geolocates the IP to a city and country in admin reports. Time zone is pulled from the device. Does not actively block sessions based on location, but the data is retained and queryable by compliance staff. A practice running Zoom for Healthcare with default settings will see your IP-resolved location in their meeting reports.
Doxy.me
Browser-based, captures IP at session start. Less aggressive about location reporting in standard dashboards but the data is captured and available to admins under audit request. No active blocking. Provider-side reports show session counts but not detailed location unless an admin queries the underlying logs.
SimplePractice
EHR plus telehealth. Logs IP for every login and every session. Has built-in audit reports practice owners can pull. The audit trail is reasonably granular, and an investigator who knows what to look for would find provider-side IP records pretty easily.
Doximity
Physician-focused. Captures IP at login and during video sessions. Has anti-fraud heuristics that compare login locations across sessions, so a provider who consistently shows IPs from a state other than their NPI registration may flag internally. Most providers never see this, but it's there.
Teladoc Health, Amwell, MDLive
Enterprise platforms. Generally the most aggressive about location verification because they contract with insurance plans that require state-of-service matching. Some require provider attestation of physical location at the start of each session. Failing to attest correctly is a separate compliance issue from technical detection, because the provider is actively asserting a location.
The common pattern across all of these: IP and time zone get logged, the data is available to compliance staff, and no platform actively blocks sessions based on geographic mismatch in real time. Enforcement happens after the fact, when a complaint or audit triggers a review.
What Your Employer's IT Stack Adds on Top
Beyond the telehealth platform itself, your employer's IT stack adds another layer of logging. Three pieces matter most.
SSO and conditional access. If your employer uses Okta, Microsoft Entra, or any modern identity provider, every login to the EHR, the telehealth platform, and the email system passes through a policy engine. The engine checks the IP, the ASN, the time zone, and the device fingerprint. Anomalies trigger session flags. The most common policy that catches remote providers is "impossible travel" โ a login from one state followed by another login from a different state within a time window that physically can't accommodate the trip. Most providers who get noticed get noticed this way, not because anyone is geo-fencing them deliberately.
EHR access audit logs. Epic, Cerner, eClinicalWorks, and Athenahealth all log the IP address of every chart access. The logs are retained for years and are pulled for HIPAA audits as a matter of routine. A provider whose chart-access IP consistently maps to a state they're not licensed in shows up clearly in those logs. No one is staring at them in real time, but they're discoverable.
Device-side telemetry. This is the variable that changes the threat model the most. If you're on a company-issued laptop running MDM software (Jamf, Intune, Kandji, etc.), the laptop itself reports its WiFi-derived geolocation back to IT, separate from any IP-based check. That signal is much harder to mask because it doesn't care about your network setup. If you're on a personal laptop with no MDM, this signal doesn't exist at all, and the threat model collapses to network and metadata.
What the Licensing Boards Actually Care About
License board scope-of-practice rules tie the lawful provision of care to where the provider was physically located at the time of service. This is true for nurses, physicians, therapists, psychologists, social workers, and most other licensed health professions. The specifics vary by state and by profession, but the general principle is consistent.
Compact agreements ease this for some professions. The Interstate Medical Licensure Compact (IMLC) lets physicians hold a primary license in one state and obtain expedited licenses in 39 other states. The Nurse Licensure Compact (NLC) lets registered nurses with a multistate license practice in any other NLC state without separately licensing there. The Audiology and Speech-Language Pathology Compact, PSY|PACT for psychologists, and a few others extend similar reach. If your profession is in a compact and your home state participates, your licensure problem is mostly solved.
Outside the compacts, the rules are stricter. Social workers, marriage and family therapists, and licensed counselors generally have to be licensed in each state they practice from. Some states are starting to relax this for telehealth specifically, but the trend is uneven. Working from a state you're not licensed in, in a profession without a compact, is a real regulatory exposure that no amount of network masking solves.
Patient location is the parallel question. Some states require the provider to be licensed where the patient is located at the time of the visit. Others require the provider to be licensed where the provider is located. A few require both. This is the dimension that often surprises providers because the patient's location matters in ways that aren't obvious until a complaint surfaces.
The plain-language version: before you focus on the technical question of whether you can hide your physical location from your employer, confirm that the regulatory question doesn't make your physical location matter regardless. If your state and profession allow you to practice from where you actually are, the technical question becomes much smaller. If they don't, the technical question doesn't make the legal question go away.
What Actually Works for Telehealth Providers
Assuming the licensure question is resolved in your favor (compact, multistate, or properly licensed where you actually are), the remaining work is technical. For a provider on a personal laptop, three layers cover the realistic detection vectors.
Network layer. Your IP needs to consistently resolve to the state your employer expects. A pre-configured travel router that tunnels through a residential connection in that state is the cleanest solution because it presents a residential ISP IP on a residential ASN, which reads as "provider working from home" rather than "VPN service." Anything that exits on a commercial VPN ASN is louder than just connecting from the actual state, because the policy engine recognizes the ASN as a privacy tool. The deep dive on how IT departments detect remote workers walks through the network layer in detail.
Metadata layer. Your laptop's time zone, locale, and language headers need to match the IP. Most operating systems auto-set time zone based on physical location signals, so you typically have to set it manually to your work state and turn off automatic adjustment. Calendar apps, Slack, Outlook, and email clients all pull time zone from the OS, and a mismatch is one of the more common ways people get noticed when their IP is consistent but their calendar shows the wrong time zone. The breakdown of how work apps leak timezone covers the specifics.
Behavioral layer. The thing no tool solves: don't reference your physical location in casual conversation with colleagues, don't show local landmarks in your video background, and be mindful of regional speech patterns or accents that might surprise a colleague. This isn't paranoia โ it's the most common way that remote providers get noticed, and it's purely human awareness rather than technical detection.
For a provider working from a personal laptop with no MDM, the three layers above cover the real risks. For a provider working from a company-issued laptop, the device telemetry layer adds a fourth concern that's much harder to address without the IT team's involvement.
How Telehealth Providers Actually Land on a Setup
Across the telehealth-specific conversations we have with prospective customers, the same arc shows up. A provider has either moved or is planning to move to a state they're not licensed in. They start by overestimating the technical risk and underestimating the legal one. They invest in commercial VPN subscriptions, browser-level privacy tools, and bluetooth-off workflows, mostly because the internet tells them to.
When the conversation gets specific, a few things usually clarify. Their license either does or doesn't cover their physical state via a compact. Their device is either company-issued with MDM or personal without it. Their telehealth platform either does or doesn't actively monitor session location. With those three answers, the actual setup needed gets much smaller than what they started with.
For the common case (personal laptop, profession in a compact, platform that logs but doesn't actively block), the remaining work is the network and metadata layers. Both are solvable cleanly. The harder cases (no compact, company-issued laptop with MDM, platform that requires location attestation) are not really technical problems โ they're regulatory or HR problems that need to be addressed at that layer, not by adding more tools.
Where to Start, Based on Your Specifics
If you're in a profession with a compact and your home state participates, your licensure question is largely solved and the remaining work is technical. The network and metadata layers above are the real fix.
If you're outside a compact and the state you're physically in isn't one you're licensed in, the technical solution doesn't address the underlying legal exposure. Worth talking to a healthcare attorney or your professional association before optimizing any technical setup.
If you're on a company-issued laptop with MDM software installed, the device telemetry layer makes pure network masking insufficient. That's a harder conversation with IT or a decision to switch to a personal device.
For the broader context on what employer IT stacks actually detect, how IT departments track remote workers in 2026 walks through SIEM, EDR, impossible travel, and conditional access in depth. For the layered system view, the full-stack overview covers network, OS, device, and MDM as one model.
If you want to walk through your specific situation, Link (the agent at the bottom-right of this page) can take into account your profession, state, license type, employer, and device, and tell you which of the layers above actually apply to your case. Most of the conversations end with us explaining what's already covered and what isn't, not with a sale.
๐ Get the Pre-Travel Checklist
Every check from this guide, in one printable PDF.
Network layer, handled
HomeLink ships pre-configured. Plug the home node in at your licensed-state address, take the travel router with you, every device routes through that home connection automatically. No mesh, no VPN service, no commercial ASN that policy engines recognize as a privacy tool.