Comment on page
How can we get all data associated with a patient?
This would query everything associated to an individual patient. You can also use query parameters to search for specific data associated with that patient. Here is the link for more information.
curl -X GET 'https://api.1up.health/dstu2/Patient/{patient_id}/$everything' -H "Authorization: Bearer accesstokenaccesstoken"