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

New prescription screen #5

Open
Glamdring opened this issue Mar 25, 2020 · 6 comments
Open

New prescription screen #5

Glamdring opened this issue Mar 25, 2020 · 6 comments
Assignees

Comments

@Glamdring
Copy link
Contributor

Glamdring commented Mar 25, 2020

Implement a new prescription screen, accessible to doctors.

No page refreshing should happen. Autocomplete should be used where applicable.

Add any missing fields to the entity.

The doctor should select

  • type of prescription. Default to NZOK.
  • the prescription entries should roughly follow the template at https://www.lex.bg/laws/ldoc/2135624465 (look for "Приложение № 6 към чл. 24, ал. 1")
  • Rp stands for "recipe". We have some structured fields about that (how should the medicine be taken), but we should allow fro free text as well.
  • NZOK prescriptions should only suggest and allow medicines from the positive list (imported in a database). Regular prescriptions should also allow autocomplete from the list of non-proprietary medicines. Non-NZOK prescriptions should allow free-text entry. This means that each prescription should have 2 fields for medicine - medicine ID from the positive list, or free-text medicine, autocompleted from the both the list of non-proprietary names and the positive list
  • mkb (idc) values should be checked against the value for the prescribed medicine. If there's mismatch, the doctor should be warned, with the option to override it with a comment (stored in an additional field)
  • after starting to fill one entry, a new empty one should appear. The last empty entry should not be stored in the backend
  • the doctor should also input (at the top) the ЕГН/ЛНЧ and ID card number of the patient.
@ivang ivang self-assigned this Apr 4, 2020
@Glamdring
Copy link
Contributor Author

@ivang can you check this https://www.hl7.org/fhir/DSTU2/medicationorder.html and try making the web service exposed to be as close to this format as possible. Some parts won't be relevant, of course. But as a general guidelines.

@ivang
Copy link
Collaborator

ivang commented Apr 13, 2020

@Glamdring HL7 is an American organization and as such its standards are developed to fit the American market and regulations. Wouldn't it be more beneficial to follow the respective EU guidelines if such exist?

Also, that resource is out-of-date. The current one corresponding to that seems to be https://hl7.org/fhir/medicationrequest.html.

@Glamdring
Copy link
Contributor Author

@ivang I think adoption is also considered in the EU: http://www.hl7.eu/

And yes, sorry for the outdated link, I had the two opened and copied the wrong one

@marchev
Copy link

marchev commented May 9, 2021

Has this project been abandoned now? Do you guys need more contributors?

@Glamdring
Copy link
Contributor Author

Has this project been abandoned now? Do you guys need more contributors?

It is abandoned, yes - it was implemented by Information Services 9 months later.

@marchev
Copy link

marchev commented May 9, 2021

It is abandoned, yes - it was implemented by Information Services 9 months later.

Got it. Thanks

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

3 participants