Your latest 100 clinical access requests and grants
Authorization
bearer In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/me/clinical/access-requests"{ "requests": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "pending", "practitioner": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "licenseAuthority": "string", "licenseNumber": "string", "specialistRegistration": "string", "specialty": "string", "organization": "string", "verifiedAt": "2019-08-24T14:15:22Z", "verificationValidUntil": "2019-08-24T14:15:22Z" }, "requestedAt": "2019-08-24T14:15:22Z", "pendingExpiresAt": "2019-08-24T14:15:22Z", "approvedAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z", "deniedAt": "2019-08-24T14:15:22Z", "revokedAt": "2019-08-24T14:15:22Z", "purpose": "consultation_recordkeeping", "scope": "read_and_add", "noticeVersion": "2026-09-09" } ]}Save reviewed readings or editable food portion estimates POST
Nothing is written to the health passport by analysis. Confirm requires explicit review and storage consent. Health records retain OCR provenance, evidence ID and their original model confidence only if unchanged. Corrections insert immutable replacements with supersedesId, matching owner, code and original time. Meal nutrition comes from catalogue IDs or the server-pinned draft estimate scaled by reviewed grams. Clients cannot submit arbitrary calorie values or food names. Confirmation, observations and meal rows commit together. Repeating the identical confirmation returns the original receipt; changed payloads return 409.
Approve this practitioner to read and add for this consultation POST
Requires explicit read-and-add consent to the displayed practitioner identity and notice. Defaults to 15 minutes, capped at one hour and the practitioner's credential expiry. Repeating approval never extends the grant.