Tagged Questions

Subset of the ASC X12 EDI standard for to transfer of healthcare-related information

learn more… | top users | synonyms

10
votes
4answers
902 views

Is there a HIPAA certification that would be helpful to programmers?

I work at a Medical Billing company that's software handles many facets of the centers practice, including patients, treatments, etc. To be frank, the only thing I know about HIPAA is security is ...
9
votes
3answers
571 views

Membership Providers and HIPAA Compliance

Does anyone know if the provided SQL and Active Directory Membership Providers in ASP.NET 2.0+ are HIPAA compliant? Clarification: I understand that HIPAA mandates patient information be secured and ...
7
votes
6answers
372 views

Overloading a Native PHP Function to Encypt Data for HIPAA Compliance

Background Information: I'm part of a team of developers that runs a web application that stores and retrieves HIPAA (medical) data. Recently, the HIPAA guidelines were updated to include a policy ...
7
votes
4answers
1k views

Can you create a HIPAA compliant Amazon S3 Web Application?

I am facing some questions when trying to design an S3 application using ASP.NET MVC and trying to stay HIPAA compliant. My initial plan was to require an SSL connection to my web server, encrypt the ...
4
votes
1answer
277 views

How can we make our iPhone App HIPAA compliant? [closed]

I wanted to develop an iOS App for managing medical records.How can we make our iPhone App HIPAA compliant? UPDATE: Is there any specific Encryption Algorithm you would suggest to safeguard EMR ?
3
votes
1answer
75 views

Anonymizing your application database

I'd like to keep the real names, emails, and any other personal identifiable information out of my primary application database, and in another database/encrypted file. And I'm curious on if there's a ...
3
votes
0answers
195 views

HIPAA Compliancy, What do I need to know? [closed]

Ok so I would for a branding company and we're just scratching the surface of collecting pharma data. I know a bit about HIPAA com pliancy but I guess where I'm fuzzy is.. A). when collecting data ...
3
votes
1answer
328 views

Security HIPAA ePHI Encryption

I have some down time and I am think of picking a new project for fun. I am a college student and every year we have a online pitch competition. I want to create a project for this pitch competition ...
3
votes
3answers
1k views

Web site HIPAA compliance [closed]

Ok I got the concept of HIPAA. Thanks to all those who participated. But anybody has real experience on how to setup the website and programming. I am trying to implement this with .NET. Is SSL ...
3
votes
1answer
904 views

Audit trails and implementing HIPAA best practices

Are there any best practices for audit trail implementation for HIPPA starting with database design.
2
votes
1answer
431 views

Heroku HIPAA Compliance

Is it possible to run apps on Heroku that are HIPAA compliant? More specifically, I need two apps, one that stores member information and another that stores private health information of the members. ...
2
votes
1answer
286 views

Maintaining HIPAA Compliance Using Views in MySQL

The Problem We have a large web application that stores and displays sensitive HIPAA-related data. We're currently researching ways to improve HIPAA compliance and reduce the risk of having a ...
1
vote
1answer
142 views

BizTalk 2009 EDI HIPAA 5010A Hotfix/Update

I was wondering if anyone could offer any insight as to when an update is going to be released for BizTalk to comply with the 5010A standard, all addendums and errata included. I've just about ...
1
vote
1answer
127 views

MS Stack web host with HIPAA expertice?

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 ...
1
vote
5answers
857 views

EDI HIPAA X12 Developer tools

What are some develper tools other than Altova Mapforce for mapping HIPAA X12 such as the 837, 835, 277?
0
votes
1answer
11 views

Error received after submitting translated 4010 xml to legacy webservice

Good Afternoon. I am sending a 270 to the state(Michigan) and receiving a 271 which I then transform into a 4010 version of the 271 so that a legacy webservice can attempt to absorb the data. The ...
0
votes
0answers
16 views

Is the oracle audit option DB enough for HIPAA? Or is DB EXTENT needed?

We are working on Oracle auditing. Right now the auditing is set to DB, which does not capture SQL and binding values. I wonder if DB is enough for HIPAA, or if DB Extent is needed. Because HIPAA ...
0
votes
0answers
84 views

BizTalk Global EDI Properties - HIPAA 5010

In the BizTalk 2009 party configuration dialog, there exists the property "Use ISA11 as repetition separator" to define the usage of the ISA11 element. This property does not exist in the Global EDI ...
0
votes
1answer
91 views

Should HIPAA complinace not allow offline storage in Mobile Native Applications? [closed]

Should HIPAA complinace not allow offline storage in Mobile Native Applications??I dont know if already there is this sort of regulation in HIPAA. I assume there is no such thing. If you feel this ...
0
votes
0answers
84 views

Identify, Authenticate and Digitally Sign PDFs (with Certificate) for Users

I'm trying to provide a Certified Digital Signing Solution for Users to sign PDF documents with details through a PHP/MySQL application (LAMP). The solution has to comply with the HIPAA Security ...
0
votes
0answers
35 views

Does HIPAA allow delimiters to be separated by blank spaces? [closed]

Concerning the 835, is there anything that says delimiters, whether regular or sub-element, CANNOT be separated by blank spaces per HIPAA guidelines? Thank you! I really appreciate any help you can ...
0
votes
2answers
178 views

WCF netTCPBinding Built-in Transport Security Strength and HIPAA Compliance

What is the strength of the default TCP transport security using WCF netTCPBinding? Is it HIPAA compliant and where is documentation stating this?
0
votes
5answers
423 views

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 ...
0
votes
1answer
78 views

Can I have on Party in BizTalk use two different GS02 segments for the same EDI Message type?

Calling all BizTalk / HIPAA EDI Gurus... I have a connection to an EDI clearinghouse to whom I send X12 270 documents using BizTalk 2009. The "Information Source" for these 270s can be either of two ...
0
votes
1answer
559 views

C# XML Deserializer fails to deserialize Child Node

I have an XSD and a class generated by XSD.EXE I'm using to deserialize an XML document. For some reason, a node fairly deep into the XML document is failing to deserialize, and I can't find why it ...
0
votes
3answers
323 views

Standards for Encrypting data in SOX/HIPAA in SQL Server 200x

I was wondering if there are any standards for encrypting sensitive data in Database which are compliant w/ SOX or HIPAA. Or does the Encrypt Function in SQLServer necessary?. or handle in Business ...