May 2020
We've got some exciting things released this month! *queue the 🎉 please*
In advance of HL7 May 2020 Virtual HL7 FHIR Connectathon we released our release supporting FHIR version Release 4 (R4) for all ResourceTypes.
To query everything simply hit this endpoint with the patient's id, fhir version type (dstu2/stu3/r4) and their bearer access token.
curl -X DELETE 'https://api.1up.health/{fhirVersion}/Patient/{patient_id}/$everything' \
-H "Authorization: Bearer accesstokenaccesstoken"
Removed auth requirements for /metadata FHIR API endpoints for DSTU2, STU3, R4.
Added ability to extract DocumentReference and Binary resources to CCDA to FHIR conversion capability.
Enabled demo flow for synthetic members to authorize health plan data be ingested into the 1upHealth patient app.

Last modified 2yr ago