J
| Term | Definition |
|---|---|
| Job Status (Patient Summary) | The asynchronous generation state for a Patient Summary request. Poll until a terminal value such as COMPLETED, FAILED, or ABORTED, then retrieve the Full Summary or Pre-Visit Summary. |
| JWT | JSON Web Token. A compact, URL-safe means of representing claims to be transferred between two parties, commonly used for authentication and information exchange. |
| JWKS | JSON Web Key Set. A set of keys containing the public keys used to verify any JWT issued by the authorization server. |
| JWKS Endpoint | A publicly accessible HTTPS endpoint that hosts cryptographic public keys for JWT token verification. |