Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Primary mentorTBD
Backup mentorTBD
Assigned toTBD

Visits

Provides functions for managing visits resources within OpenMRS as well as configuring how visits are used. A visit can contain 0-to-n encounters.

Manage Visit TypesList/search, add, edit, retire, and delete visit types.
Manage Visit Attribute TypesList/search, add, edit, retire, and delete visit attribute types.
Configure Visits

Control visit behavior within the system (e.g., auto-closing of visits and how encounters are assigned to a visit).

  • REST API endpoints will need to be created to configure visit behavior.


Encounters*

Provides functions for managing clinical encounters within OpenMRS.

Manage EncountersAllows the creation and editing of clinical encounters. These are relatively complex resources comprising encounter details (patient, location, date, type, associated visit), provider(s) involved in the encounter, and any observations collected within the encounter. There are several types of observations, so making an interface to view and/or edit any observations is non-trivial.
Manage Encounter Types

List/search, add, edit, retire, and delete encounter types.

  • REST API endpoints exist
Manage Encounter Roles

List/search, add, edit, retire, and delete encounter roles.

  • REST API endpoints exist


Observations

Provides features for system administration of clinical observations collected within OpenMRS.

Manage Observations

Find observations by person & concept OR by encounter, then redirects to Encounter management for editing.

  • We might be able to provide these features under Encounter management.

Extra Credit

  • TBD
  • No labels