Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Add ability for documenting visits for a patient #2241

Closed
jackcmeyer opened this issue Jul 18, 2020 · 1 comment 路 Fixed by #2251
Closed

Add ability for documenting visits for a patient #2241

jackcmeyer opened this issue Jul 18, 2020 · 1 comment 路 Fixed by #2251
Labels
馃殌enhancement an issue/pull request that adds a feature to the application help wanted indicates that an issue is open for contributions LOE - large indicates that the level of effort to complete issue is large patients issue/pull request that interacts with patients module
Projects
Milestone

Comments

@jackcmeyer
Copy link
Member

馃殌 Feature Proposal

There should be the ability to document a visit for a patient.

There should be a new tab called visits on the patient profile screen.

When the visits tab is active, there should be a button that allows a user to create a new visit. The visits tab should also display a table of information for that visit.

When the user click on the new visits tab, the should be prompted to enter the following information:

startDateTime: string
endDateTime: string
type: string;
status: `planned` | `arrived` | `triaged` | `in progress` | `on leave` | `finished` | `cancelled`
reason: string
location: string

The start date time should be auto populated to the current time.

A visit should also contain the following information that is auto generated by the system:

id: string
createdAt: string
updatedAt: string

The table of visits should show the start date time, end date time, type, and status.

Technical Notes

  • The routing should work similarly to the care plan routing
@jackcmeyer jackcmeyer transferred this issue from HospitalRun/hospitalrun Jul 18, 2020
@jackcmeyer jackcmeyer added this to To do in Version 2.0 via automation Jul 18, 2020
@jackcmeyer jackcmeyer added this to the v2.0 milestone Jul 18, 2020
@jackcmeyer jackcmeyer added help wanted indicates that an issue is open for contributions LOE - large indicates that the level of effort to complete issue is large patients issue/pull request that interacts with patients module 馃殌enhancement an issue/pull request that adds a feature to the application labels Jul 18, 2020
@YimniChan

This comment has been minimized.

Version 2.0 automation moved this from To do to Done Aug 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
馃殌enhancement an issue/pull request that adds a feature to the application help wanted indicates that an issue is open for contributions LOE - large indicates that the level of effort to complete issue is large patients issue/pull request that interacts with patients module
Projects
Version 2.0
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants