From 230c0585be03f7dc9593d27b267d7a3fff3bb997 Mon Sep 17 00:00:00 2001 From: batbrain7 Date: Sun, 24 Nov 2019 12:57:44 +0530 Subject: [PATCH] add the purpose section --- source/includes/info.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/includes/info.md b/source/includes/info.md index 8690c0e..c89b4ea 100644 --- a/source/includes/info.md +++ b/source/includes/info.md @@ -11,6 +11,12 @@ API for [OpenMRS](https://openmrs.org/). [swagger documentation](https://demo.openmrs.org/openmrs/module/webservices/rest/apiDocs.htm) on the demo server (username **admin**, password **Admin123**). +# Purpose + +* The purpose of this documentation is to provide a brief and good taste and experience of the APIs that are used in OpenMRS community to the new developers so that can onboard in the projects within the org easily. + +* The documentation also aims to assist the existing developers to get to know the conceptual context of the APIs and how they help the consumers during the interaction in the real world. + # Resources * OpenMRS objects (persons, patients, encounters, observations, etc.) are exposed by the REST Web Services