Patient
GET https://api.flexpa.com/fhir/Patient
Patient is an adminstrative FHIR resource that contains demographic information about a patient, such as name(s), address(es), and birth date.
As a core administrative resource, all payers make this available and is one of the most fundamental building blocks Flexpa provides access to today.
#Sample request
While some servers may support a resource-level search without any parameters, not all do. We recommend using the read operation below with the patient ID as part of the path via the $PATIENT_ID
wildcard.
This is a sample request using curl
:
ACCESS_TOKEN=flexpa-link-access-token
curl "https://api.flexpa.com/fhir/Patient/$PATIENT_ID" \
-H "Authorization: Bearer $ACCESS_TOKEN"
See the Patient $everything operation to pull all resources that reference a Patient in one API request.
#Sample response
This is a sample response from Humana using Flexpa API in test mode