Most secure & fastest way to FHIR
1upHealth's secure cloud-based platform is a serverless solution that simplifies connectivity, integration, and automation. No need to run your own servers, deploy infrastructure, or manage firewalls. Just get API keys and have a fully compliant, secure FHIR API with connectivity to 1000s of health systems. 1upHealth enables digital transformation through actionable health data for 1000s of developers today.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"resourceType": "Patient",
"id": "proband",
"identifier": [
{ "use":"usual",
"type": {
"text": "Computer-Stored Ambulatory Records (COSTAR)" },
"system": "urn:oid:2.16.840.1.113883.6.117",
"value": "999999999",
"assigner": {
"display": "Boston Massachusetts General Hospital" }
}
],
"active": true,
"gender": "female",
"birthDate": "1966-04-04",
"deceasedBoolean": false
}