Safeguard protected health information (PHI)
Use the Piiano Vault APIs to securely collect and store medical and health structured data and files in minutes.
Looking for a solution to securely collect and store health information?
Problem
Storing medical and health data comes with risks.
Data breaches and theft are on the rise. The Health Insurance Portability and Accountability Act (HIPAA) requires safeguards for medical and health data. Other security, privacy, and health regulations require strong security for patient data and conventional databases don’t provide this functionality.
Solution
Safely store medical data using our simple APIs
To collect sensitive medical and health data securely from your web and mobile apps choose between
Client-side Integration
Storing or loading PHI data directly in Piiano Vault and keeping your app out of privacy scope.
Server-side Integration
Integrate Piiano Vault into your backend and use it to store your app's PHI data.
Benefits
Let us do the heavy lifting
Regulations
Vault is HIPAA compliant environment
Key management
Stop managing keys, it’s now automatic and transparent
Security
Use granular data access policies, data masking, and tokenization
Privacy
Define data retention and expiration policies or use Data Subject Access Request (DSAR) APIs
Simplicity
Manage everything using a friendly dashboard
Tracing
All operations are audited and recorded to logs
Affordable
A cost-effective turn-key solution
Process
Work with medical data securely
Step 1
Create a free Vault account
Step 2
Create a collection for your patient health information
Step 3
Use the add object API to insert a patient health record into the collection
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Add
this to your
pom.xml
file -->
<dependency>
<groupId>com.piiano.vault
</groupId>
<artifactId>hibernate-encryption</artifactId>
<version>0.9.0
</version>
</dependency>
Step 4
Use the get object API to read the patient’s data using their ID
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Add
this to your
pom.xml
file -->
<dependency>
<groupId>com.piiano.vault
</groupId>
<artifactId>hibernate-encryption</artifactId>
<version>0.9.0
</version>
</dependency>
Step 5
Upload a file using a couple of options
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Add
this to your
pom.xml
file -->
<dependency>
<groupId>com.piiano.vault
</groupId>
<artifactId>hibernate-encryption</artifactId>
<version>0.9.0
</version>
</dependency>
Step 5
Upload a file