O3 RefApp APIs to implement features in Android Client

I am planning on implementing some features from O3 RefApp to Android client.

Where can I find O3 RefApp APIs and their documentation?

Well done @elonshubham,

Some endpoints are consuming rest APIs (OpenMRS Docs, then others fhir2 endpoints

https://wiki.openmrs.org/display/projects/Mapped+FHIR+Resources

CC: @grace

@abertnamanya Is there any official documentaion available around o3 apis?

For those APIs you can’t find within the rest module, You could use the FHIR2 Endpoints. Take an example of an Observation FHIR resource OPENMRS\Openmrs Observation - JSON Representation - FHIR v4.0.1 This would help you to structure the object that you would be posting then as for querying/filtering the data OPENMRS\Search through patient endpoint by the patient's location country - JSON Representation - FHIR v4.0.1

1 Like