From a356191013906cba3707437a04857cb8314c5577 Mon Sep 17 00:00:00 2001 From: Michael Seaton Date: Tue, 23 Jul 2024 13:48:13 -0400 Subject: [PATCH] README update --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7b088079..f64cbc5f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 @@ -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