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

Rethinking IP and OP Number #7798

Open
rithviknishad opened this issue May 13, 2024 · 1 comment
Open

Rethinking IP and OP Number #7798

rithviknishad opened this issue May 13, 2024 · 1 comment

Comments

@rithviknishad
Copy link
Member

rithviknishad commented May 13, 2024

// DRAFT; needs to add more depth

  • OP Number for a given patient is always same for a particular facility. (All the validation for OP have being removed)
  • Should be separate fields in DB, since logic for both is different. Could be same UI field for filter.
  • IP number is unique per encounter.
@aparnacoronasafe
Copy link
Member

@rithviknishad the ideal thing to do is to have 3 numbers captured for every patient/encounter.

MRD (Medicine records department) No. /Patient ID: This is 1 unique ID for a patient per facility. Every new facility the patient goes to, a new unique ID within the facility will be issued to the patient.

IP No.: everytime the patient gets admitted, a unique IP number for the facility will be assigned to that encounter of the patient.

OP No.: every time the patient gets an OP consultation at a hospital, a unique OP number for the facility will given to the patient for that encounter. This OP number will be the same for any immediate follow ups recommended, usually within 2 weeks.

You can think of every hospital maintaining 3 separate registers-

  1. patient registry (MRD No.)
  2. IP registry and
  3. OP Registry

Current need:

Since CARE is adopted only by smaller hospitals, they may have a more simplified approach to patient registries. What we gather is that hospitals may not be keeping separate OP registers but only patient registry (MRD No.) and IP registry. Hence currently, we can retain the existing fields in CARE for IP and OP numbers and allow users to type in the MRD No. within the OP field if the hospital does not have a separate OP Numbering system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants