...
Status | ||
---|---|---|
|
Description:
Use case registration against already created MyOSCAR accounts.
- attempts to create and link to a brand new myoscar-account
- attempts to create and link to an existing myoscar-account
- attempts to find and link to valid existing myoscar-account
- attempts to find and link to inactive existing myoscar-account
- attempts to find and link to non existant myoscar-account
- attempts to find and link to existing myoscar-account which is not a patient account
Use case permutations with regards to relationships / verifications :
- linking to an existing myoscar-account whom already has a relationship established with the provider
- linking to a new myoscar-account, what is the state of the relationships? and what should they be?
- linking to a new myoscar-account, what should the verification level be by default? what is it now?
- linking to an existing myoscar-account whom has a verification level set, what does it do? does it honour it or reset it? ignore it? what should it do?
- is there an option to sign a patient up for a research study? if so does that work with new and existing myoscar-accounts?
Normal flow (positive flow) use cases :
- Conditions: All fields valid. Use generated, unique MyOscar ID + generated password. Oscar user has valid MyOscar credentials.
- Process: Press Submit.
- Result: Success message displayed on screen. Search in MyOscar finds user.
- Conditions: All fields valid. User-specified, unique MyOscar ID + generated password. Oscar user has valid MyOscar credentials.
- Process: Press Submit.
- Result: Success message displayed on screen. Search in MyOscar finds user.
- Conditions: All fields valid. User-specified, unique MyOscar ID + user-specified password. Oscar user has valid MyOscar credentials.
- Process: Press Submit.
- Result: Success message displayed on screen. Search in MyOscar finds user.
PHR Registration (technical details)
...