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

APIs to Create and Configure Integration Assets #648

Merged
merged 4 commits into from
Nov 25, 2021
Merged

Conversation

vigneshhari
Copy link
Member

@vigneshhari vigneshhari commented Nov 22, 2021

  • Update AssetLocation
    This model is also used to store the rooms that the assets are in since these rooms are mapped to
    actual rooms in the hospital, Beds are also connected to this model to remove duplication of efforts
  • Add Beds Model
    This suite of models intends to bring more structure towards the association of a patient with a facility,
    Bed Models are connected from the patient model and are intended to efficiently manage facility assets and capacity
    However, this is an add-on feature and is not required for regular patient flow,
    Leaving scope to build rooms and wards to be even more organized.

@vigneshhari vigneshhari requested a review from gigincg November 22, 2021 09:35
@vigneshhari vigneshhari requested a review from a team as a code owner November 22, 2021 09:35
@gigincg gigincg merged commit 14d35d0 into master Nov 25, 2021
@bodhish bodhish changed the title Bed endpoints APIs to Create and Configure Integration Assets Jan 2, 2022
@gigincg gigincg linked an issue Jan 28, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add an ability to link Assets to Bed and Bed to Patients in the system
2 participants