Issue your one-use five-minute clinical QR token
The token contains no health data and does not grant access. Encode only this opaque token in the QR. Send it in the claim POST body, never in a URL or analytics. A practitioner claim still requires your approval.
Authorization
bearer In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
{}Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/me/clinical/qr" \ -H "Content-Type: application/json" \ -d '{}'{ "token": "string", "expiresAt": "2019-08-24T14:15:22Z"}Your currently verified practitioner identity, or null GET
Only the signed-in user's active, manually verified profile with valid credentials is returned. Registration does not establish verification. This response enables practitioner tools; each subsequent operation independently checks verification and patient approval.
Read your own clinical records, including correction history GET
Next Page