Difference between revisions of "OpenEMR 7.0.0 API"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) Tag: Manual revert |
Bradymiller (talk | contribs) |
||
Line 20: | Line 20: | ||
= Terms of use = | = Terms of use = | ||
:*This section is required for ONC 2015 certification. OpenEMR and the API is open source and licensed under the [https://www.gnu.org/licenses/gpl-3.0.en.html GNU General Public License 3]. | :*This section is required for ONC 2015 certification. OpenEMR and the API is open source and licensed under the [https://www.gnu.org/licenses/gpl-3.0.en.html GNU General Public License 3]. | ||
<br> | |||
= Service Base URLs = | |||
:*Testing Endpints | |||
{| class="table table-bordered table-sm table-striped" | |||
|- | |||
! Organization Name | |||
! FHIR Base URL | |||
|- | |||
| OpenEMR Foundation | |||
| https://eleven.openemr.io/a/openemr/apis/default/fhir | |||
|} | |||
:*Production Endpoints | |||
::*There are currently no production endpoints | |||
<br> | <br> |
Revision as of 11:08, 24 May 2022
Overview
- OpenEMR API documentation for both FHIR API and Standard API.
FHIR API
- FHIR API Documentation for 7.0.0
- Click Here 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 7.0.0 Demo.
- Videos that overview OpenEMR's FHIR API:
Standard API
- Standard API Documentation for 7.0.0
- Click Here 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 7.0.0 Demo.
Terms of use
- This section is required for ONC 2015 certification. OpenEMR and the API is open source and licensed under the GNU General Public License 3.
Service Base URLs
- Testing Endpints
Organization Name | FHIR Base URL |
---|---|
OpenEMR Foundation | https://eleven.openemr.io/a/openemr/apis/default/fhir |
- Production Endpoints
- There are currently no production endpoints