-
Notifications
You must be signed in to change notification settings - Fork 64
Interface Layer
❗ | Warning: This page is going to be retired and this documentation will be maintained at - https://github.com/OpenConceptLab/ocl-docs/blob/main/docs/source/index.rst |
---|
Sometimes it is useful to interact with OCL using custom information models, rather than using traditional terminology information models.
The OCL Interface Layer exposes a set of APIs for some of these custom models, including: * QMAP – FHIR Questionnaire Mappings used to map a local codes to coded questions and answers defined in a FHIR questionniare * IMAP – Indicator Mappings used to map between data element+disaggregation pairs * Codelists – Simplified format for listing data elements and their valid disaggregations ## Points to note while reading the documentation * All path variables are required *
The list of supported responses will be available to see on the right side by selecting the dropdown for each request example * Selecting an environment in the above dropdown will update the below variables depicted as {{variable}} to example values to act as a reference
Please refer the full documentation here https://documenter.getpostman.com/view/10981858/SzmjyuQC?version=latest
Overview
Resources
Import / Export
- CSV Import
- Bulk Import
- Org/Source Import
- Export API
- Subscriptions
- Subscription Client Testing Process
- OpenMRS to OCL Mapping
Troubleshooting & Operations
- Data integrity checks
- Maintaining OCLAPI's Docker containers
- Maintaining MongoDB and Solr
- How to check logs
- NewRelic monitoring setup
- Configuration changes to make tests and import job run faster
- Accessing Solr UI Remotely
- Data Backup and Restore
- SSL Configuration
- Flower
- Switching to Maintenance Mode on Production Server
- Docker networking and Security
Other