Earlier quoted context omitted.
can you elaborate on the HIPAA concerns related to faxing/transmitting health data? Faxing is a transport service... is the concern around security and privacy while en route from the API to the destination? If there was a way to facilitate that transfer without compromising privacy or security en route would that address HIPAA concerns? We've developed a privacy preserving trust relay protocol which might be applica…
Aren't faxes unencrypted? Are we living in a world where tapping phone lines is impossible?
Programmable Fax – API for sending and receiving faxes
121–130 of 174 posts
Re: Programmable Fax – API for sending and receiving faxes
#122Earlier quoted context omitted.
I'm in healthcare. I'm not kidding you, we got an 800 page fax last month from one of our clients. It wasn't a generated e-fax either, we received it electronically (we use sfax), but the lady who sent it literally printed 800 pages and put them on her fax machine. It isn't the business opportunity that is the problem (that is huge), it is the all of the HIPAA/HITECH regulations which creep into every part of your bu…
can you elaborate on the HIPAA concerns related to faxing/transmitting health data? Faxing is a transport service... is the concern around security and privacy while en route from the API to the destination? If there was a way to facilitate that transfer without compromising privacy or security en route would that address HIPAA concerns? We've developed a privacy preserving trust relay protocol which might be applica…
Now you have to store all of these faxes encrypted at rest, log who has accessed any of the files and why they needed access, always transmit over https, safeguards to ensure high availability, the list goes on and on. Surprisingly HIPAA/HITECH does not have an authority or a checklist by which you can guarantee compliance. That designation is solely determined by the covered entity or their business associates since the rules allow for a lot of leeway in implementation. Due to this ambiguity a lot of people will forego the healthcare field entirely which causes crazy prices for what I think are relatively simple services.
Re: Programmable Fax – API for sending and receiving faxes
#123Re: Programmable Fax – API for sending and receiving faxes
#124Re: Programmable Fax – API for sending and receiving faxes
#125Earlier quoted context omitted.
I wouldn't think that a Fax API provider would be exempt under the conduit exception of HIPAA/HITECH. You couldn't guarantee that the API vendor wasn't sniffing/storing/protecting data while transmitting the data between entities. You can read more about this exception here: http://www.hitechanswers.net/when-does-the-hipaa-conduit-exc... You would facilitate that transfer by having both parties of business associates…
You actually can guarantee the transmission of information from one entity to another without sniffing or alteration...that is how internet transport layer security works....our API is built on those principles. Of course there may be other caveats that I am not aware of, I don't know much about HIPAA. EDIT: You don't need to trust twilio (or any intermediary)...You can transmit encrypted information end-to-end witho…
Re: Programmable Fax – API for sending and receiving faxes
#126This has been kicked around for a really long time and I'm happy they finally launched it. Around 2013 or so, one of the junior engineers on the Twilio Voice team pitched his innovation week project with a single slide saying "Fax: The time is now." The time has finally arrived! Congrats John.
I have previously integrated with eFax in 2010, so an internet fax provider is not new to me, but forgive my ignorance as I haven't visited the space in a while. Which innovation are you excited about and referring to? From the comments it seems to be 'developer friendly API' or 'Simplicity in pricing' as the to big draws, just curious what has changed since my last days?
Re: Programmable Fax – API for sending and receiving faxes
#127Earlier quoted context omitted.
You actually can guarantee the transmission of information from one entity to another without sniffing or alteration...that is how internet transport layer security works....our API is built on those principles. Of course there may be other caveats that I am not aware of, I don't know much about HIPAA. EDIT: You don't need to trust twilio (or any intermediary)...You can transmit encrypted information end-to-end witho…
HIPAA doesn't care about the logistics of whether or not the intermediary can/cannot decrypt the data. If the intermediary touches the data and it's not exempt by the conduit exception, then there has to be a BAA in place. It's why even though FaceTime hypothetically has E2E encryption and Apple claims to not have the capability to decrypt the data, it's still inappropriate to use for patient-doctor communication due…
Re: Programmable Fax – API for sending and receiving faxes
#128The shocking thing about this is that there must still be enough Faxes being sent to actually justify this new product. Where are they still used at 'scale'?
A lot of the Uber-for-food-delivery startups use them for ordering at restaurants because there is no text-based API to restaurants and the UX of receiving an automated phone call is poor. They're pervasive in finance, insurance, employee benefits, etc. They're also a good one-to-many API multiplexer. So many businesses can take a fax and have a human operate on it that many software companies can use them to add act…
Re: Programmable Fax – API for sending and receiving faxes
#129I just assumed from first glance that this was an early April Fools (I guess it must be April 1st in Australia by now) But after seeing full API docs... is this real? I'm so confused!
I'm guessing it's an American thing. I think they still use checks too.
Re: Programmable Fax – API for sending and receiving faxes
#130Earlier quoted context omitted.
Aren't faxes unencrypted? Are we living in a world where tapping phone lines is impossible?
Phone carriers are exempted under the carrier exception of HIPAA. Same thing with phone calls. API transactions are not exempted, even when encryption is used or data is not persisted in the middleware. http://www.hitechanswers.net/when-does-the-hipaa-conduit-exc...