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

View Patient Data #1796

Closed
jackcmeyer opened this issue Jan 1, 2020 · 0 comments · Fixed by #1691
Closed

View Patient Data #1796

jackcmeyer opened this issue Jan 1, 2020 · 0 comments · Fixed by #1691
Assignees
Labels
core-team indicates that the issue will be completed by a core team member 🚀enhancement an issue/pull request that adds a feature to the application patients issue/pull request that interacts with patients module
Projects
Milestone

Comments

@jackcmeyer
Copy link
Member

Scenario

AS

A user with read access to patient data

I WANT

The ability to view information about a patient when I access the /patients/:id route

SO THAT

I can see the patients information.

Acceptance Criteria

GIVEN

A logged in user with read access to patients and an existing patient

WHEN

I access the /patients/:id route

THEN

I should see a header with the patients name and I should see information about the patient such as:

  • age
  • date of birth (or estimated date of birth)
  • Occupation
  • Phone number
  • Email
  • Address

Related Issues

Technical Notes

@jackcmeyer jackcmeyer transferred this issue from HospitalRun/hospitalrun-frontend Jan 26, 2020
@jackcmeyer jackcmeyer self-assigned this Jan 26, 2020
@jackcmeyer jackcmeyer transferred this issue from HospitalRun/hospitalrun Feb 5, 2020
@jackcmeyer jackcmeyer added core-team indicates that the issue will be completed by a core team member 🚀enhancement an issue/pull request that adds a feature to the application patients issue/pull request that interacts with patients module labels Feb 5, 2020
@jackcmeyer jackcmeyer added this to the v2.0.0 milestone Feb 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core-team indicates that the issue will be completed by a core team member 🚀enhancement an issue/pull request that adds a feature to the application patients issue/pull request that interacts with patients module
Projects
Version 2.0
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant