How to add endpoints to FHIR/Standard swagger interface using modules

Hello all, @sjpadgett @stephenwaite @adunsulag

Does anyone know how to dynamically add endpoints to the OpenEMR swagger documentation without modifying the core? I have been successful with adding scopes but not with the endpoints

@kkappiah You can use the openemr/src/Events/RestApiExtend/RestApiCreateEvent.php at master · openemr/openemr · GitHub class into your module and develop FHIR and standard API into modular way.

Thanks,
Nilesh
NBH Health Soft