Authorization: Bearer ********************
{
"active": true,
"scope": "patient/Patient.rs openid fhirUser profile",
"client_id": "smart-client-app",
"username": "[email protected]",
"token_type": "Bearer",
"exp": 1747317403,
"iat": 1747316503,
"sub": "12345678-90ab-cdef-1234-567890abcdef",
"aud": ["https://fhir.example.com"],
"iss": "https://auth.example.com",
"fhirUser": "https://fhir.example.com/Patient/123",
"patient": "123"
}