Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a clinician, I can generate a GUID from patient identifiable information #1

Closed
5 tasks done
marta- opened this issue Oct 7, 2020 · 0 comments
Closed
5 tasks done
Assignees

Comments

@marta-
Copy link
Contributor

marta- commented Oct 7, 2020

  • The GUID generator is accessible via a web page.
  • The user can enter or paste one or more data lines in a text box. The lines will be composed of health card number, province code, and date of birth, comma or tab separated.
    Label:
    Health card number,Province code,Date of birth
    Hint:
    Please enter the health card number, province code, and date of birth as YYYY-MM-DD, separated by ',' for one or more patients, one patient per line. Example:"2345678904,ON,2002-01-23"
    Placeholder:
    2345678904,ON,2002-01-23
    123456789,AB,2003-05-31
  • An optional "Project Id" can be entered separately in a text input. The input will be populated with the value passed in the project_id url parameter, if such a parameter is available.
  • Upon clicking a button labeled "Generate GUIDs", each line in the textarea is passed to a cryptographic hash function (bcrypt for generating GUIDs #4), together with the project id (if available). Each produces a GUID. All processing is done clientside in javascript and no data is ever sent to a remote server.
  • Once generated, GUIDs are listed under the button such that they can be easily copied and pasted in a different application.
marta- added a commit that referenced this issue Oct 14, 2020
…able information

* added multiline placeholder
* fixed the position of the input adornment
* used theme colors instead of hardcoded colors
* improved overall spacing
* used Typography component for "copied" message for consistent font face
@marta- marta- closed this as completed Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants