$everything
b.well FHIR Server
The FHIR $everything operation retrieves a comprehensive bundle of all data associated with a patient in a single request. This operation returns the patient's full patient record, including demographics, conditions, medications, observations, procedures, and all related clinical and non-clinical resources.
$everything Endpoints
- Sandbox:
https://fhir.client-sandbox.icanbwell.com/4_0_0/Patient/{patient_id}/$everything - Production:
https://fhir.icanbwell.com/4_0_0/Patient/{patient_id}/$everything
Replace {patient_id} with the patient's unique identifier in the b.well FHIR server.
Authentication
All requests to the b.well FHIR Server require authentication. See System Authentication for details on obtaining an access token.
Include your access token in the Authorization header of all requests:
Example Request:
GET https://fhir.client-sandbox.icanbwell.com/4_0_0/Patient/12345/$everything
Authorization: Bearer {your_access_token}
Accept: application/fhir+jsonResponse:
The response will be a FHIR Bundle resource containing all the patient's associated data, such as demographics, conditions, observations, medications, and more.
For more details on the FHIR $everything operation, refer to the FHIR Specification.
Updated 8 days ago
