Questions tagged [hipaa]

Health Insurance Portability and Accountability Act, subset of the ASC X12 EDI standard for to transfer of healthcare-related information.

HIPAA in this context refers to the data transmission standards mandated by the U.S. healthcare privacy act. It is based on the 004010 and 005010 versions of the X12 EDI standard, maintained by DISA.

The specific messages involve transferring inquiries, notifications, billing information and procedures between both healthcare providers (such as doctors, hospitals and other services) and billing agencies.

The Washington Publishing Company has the responsibility of publishing the actual standards documents.

105 questions
1
vote
1 answer

Is google endpoints hipaa compliance

I'm not sure about this, i think i can use it for a app that needs hipaa compliance, because the nginx container is running on GKE or GCE and this services are hipaa compliance. Or is it not compliant?
Aron
  • 1,179
  • 15
  • 29
1
vote
1 answer

Is it HIPAA compliant to keep user application data in SQLite/Android?

I am building a health app for Android and that need to be HIPAA compliant. Is it allowed to store user activity data in SQLite database?
Techie Manoj
  • 432
  • 3
  • 14
1
vote
2 answers

How do I make my application using Mongodb and nodejs HIPAA compliant?

I am writing an application to be used potentially by doctors to keep in notes about patients (my app is not targeted for doctors but other professions don't need such strict rules). My app is written in nodejs and only the backend can access the…
arisalexis
  • 2,079
  • 2
  • 21
  • 42
1
vote
0 answers

How to Follow HIPAA Compliance in My sails + waterline App?

I Need to encrypt all the details(name, email, phone, address) related to patient and doctors for HIPAA Compliance. If data is encrypted then how find query will work ex: I want records from database in the basis of email.
Nitesh singh
  • 915
  • 11
  • 21
1
vote
1 answer

Parsing EDI file in IIB V10

I am very new to IIB V10 and am starting to work on it for a new project. I need to parse EDI 999 file in IIB. Is there any node/component to do so? I will have multiple Success/Failure in y EDI 999 file and I need to parse them in IIB using some…
user3845894
  • 353
  • 1
  • 5
  • 17
1
vote
1 answer

Hipaa Compliance with ASP.NET

I have came across a term Hippa Compliance. Is it just encryption on data in the database or something else? Do I need to integrate with third party website like "truevault" or I can do it in my local database?
Jigar Shah
  • 175
  • 2
  • 3
  • 13
1
vote
6 answers

Examples of 2 factor authentication?

I am doing a HIPAA application soon and it requires 2 factor authentication. Can anyone give me an example? I am thinking a secure login and then a form that requires the user to enter their birth date or something. Thanks, Darren
Darren
  • 10,631
  • 8
  • 42
  • 64
1
vote
0 answers

Where can I find the HIPAA compliance documents or procedures to develop a web application with RESTful service?

I would like to understand the HIPAA compliance to develop a angular js framework web application for health care industry. Is there any place to get some inputs to adhere HIPAA compliance?
user416
  • 516
  • 3
  • 12
  • 34
1
vote
1 answer

How can using https in an iframe be secure?

I've come across a medical provider website that serves its pages over aspx. This provider has new client forms within this same aspx page. I contacted the vendor that built the website asking why they aren't using https. They assured me they are…
Jared
  • 1,887
  • 3
  • 20
  • 45
1
vote
1 answer

Does Google App Engine support incoming streams via sFTP?

Previous answers have eluded to the fact that Google App Engine now supports FTP - but does it support sFTP as well for incoming data streams? We are looking to simulate an sFTP endpoint on GAE to leverage its HIPAA compliance. If incoming sFTP is…
Praxiteles
  • 5,802
  • 9
  • 47
  • 78
1
vote
3 answers

Does using TrueVault automatically make my web app HIPAA compliant?

I am working on a health startup that deals with personal records of patients and it is essential for us to be HIPAA Complaint. I heard of TrueVault, a company that provides RESTful API for transfer of data. Does using TrueVault for this…
user3720088
  • 93
  • 1
  • 5
1
vote
0 answers

Direction with HIPAA SOAP Transactions

I'm attempting to build a SOAP client for an organization for the sake of automating eligibility requests (trading partner is *NYS-DOH, eMedNY. Documentation is extremely poor. I've gotten to the point where I'm able to download their WSDL and…
Isaac Kleinman
  • 3,994
  • 3
  • 31
  • 35
1
vote
0 answers

Can an OAuth provider impersonate a user on a dependent service?

I'm creating a service to safeguard personal data that is being sent over email. Because gmail is a common transport, I'd like to allow users to authenticate to my service, which holds their data, using Gmail. But Google holds the username (their…
austinfromboston
  • 3,791
  • 25
  • 25
1
vote
1 answer

Microsoft stack web host with HIPAA expertise?

I'm a consultant, helping a provider of small medical practice management software move to the web. We're looking for a host that has experience with HIPAA-compliance, and supports the MS Web stack (IIS/.NET/SQL Server) Can anyone here provide a…
AndrewCr
  • 549
  • 9
  • 18
1
vote
1 answer

HIPAA compliant PHP/MySQL application

I'm working on a PHP/MySQL application that must be HIPAA compliant. From what I've read, any personal data that may identify someone or any medical information must be 256-bit encrypted both at rest and in transit. I'm trying to figure out what the…
user2096821
  • 11
  • 1
  • 2