Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Jul 23, 2024
1 parent 0a0804b commit a356191
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ Higher-level APIs to support building EMR functionality in OpenMRS, to supplemen

## Required modules

* reporting (+ serialization.xstream, htmlwidgets, calculation)
* providermanagement
* metadatamapping
* event
* metadatamapping
* webservices.rest

## Aware of modules

* fhir2
* metadatasharing
* providermanagement
* reporting

# Configuration

Expand All @@ -38,6 +38,9 @@ Higher-level APIs to support building EMR functionality in OpenMRS, to supplemen
* Sets up the patient viewed event listener subscription
* Ensures the person image folder exists

# REST API
See https://github.com/openmrs/openmrs-contrib-rest-api-docs

# API

## account
Expand All @@ -58,10 +61,6 @@ Higher-level APIs to support building EMR functionality in OpenMRS, to supplemen
* Provides implementations for merging patients and merging visits
* Provides APIs for creating checkin encounters, adt encounters, and identify and get inpatient visits

* (reporting module) definitions and evaluators for getting:
* AwaitingAdmissionVisitQuery - any Visits that are in the state of "awaiting admission"
* MostRecentAdmissionRequestVisitDataDefinition - data from a Visit relevant for "admission request"

## concept

* Provides additional service methods for getting and searching for concepts
Expand Down Expand Up @@ -141,7 +140,3 @@ Higher-level APIs to support building EMR functionality in OpenMRS, to supplemen
* Service and parameter objects to find visits and return associated EncounterTransactions in that visit
* Service methods to get diagnoses obs and patients with particular diagnoses
* VisitDomainWrapper - convenience wrapper to get info around active / open status, encounters contained, diagnoses, dispositions, ADT status

# condition-list

This provides an implementation of condition list functionality, but condition was added to core in 2.2, so this is likely no longer needed

0 comments on commit a356191

Please sign in to comment.