Difference between revisions of "OpenEMR 6.1.0 API"

From OpenEMR Project Wiki
Line 5: Line 5:
= FHIR API =
= FHIR API =
:*[https://github.com/openemr/openemr/blob/rel-610/FHIR_README.md FHIR API Documentation for 6.1.0]
:*[https://github.com/openemr/openemr/blob/rel-610/FHIR_README.md FHIR API Documentation for 6.1.0]
::*See [https://github.com/openemr/openemr/blob/rel-610/FHIR_README.md#fhir-api-documentation this section] for instructions on using Swagger, which is included in OpenEMR, to see full documentation of endpoints and testing support.
:*See [https://github.com/openemr/openemr/blob/rel-610/FHIR_README.md#fhir-api-documentation this section] for instructions on using Swagger, which is included in OpenEMR, to see full documentation of endpoints and testing support.
::*Online links to Swagger based documentation can be found at [[Development_6.1.0_Demo|6.1.0 Demo]].
:*Online links to Swagger based documentation can be found at [[Development_6.1.0_Demo|6.1.0 Demo]].
<br>
<br>
= Standard API =
= Standard API =
:*[https://github.com/openemr/openemr/blob/rel-610/API_README.md Standard API Documentation for 6.1.0]
:*[https://github.com/openemr/openemr/blob/rel-610/API_README.md Standard API Documentation for 6.1.0]
::*See [https://github.com/openemr/openemr/blob/rel-610/API_README.md#standard-api-documentation this section] for instructions on using Swagger, which is included in OpenEMR, to see full documentation of endpoints and testing support.
:*See [https://github.com/openemr/openemr/blob/rel-610/API_README.md#standard-api-documentation this section] for instructions on using Swagger, which is included in OpenEMR, to see full documentation of endpoints and testing support.
::*Online links to Swagger based documentation can be found at [[Development_6.1.0_Demo|6.1.0 Demo]].
:*Online links to Swagger based documentation can be found at [[Development_6.1.0_Demo|6.1.0 Demo]].
<br>
<br>

Revision as of 04:52, 21 March 2022

Overview

OpenEMR API documentation for both FHIR API and Standard API.


FHIR API


Standard API