This is a repository of Swagger documents representing the HL7 FHIR REST API Implementation. Provided is a swagger document that represents the HL7 FHIR REST API Implementation that gives you access to all the FHIR resources. Also provided is a Swagger Document for key individual resources to make the experiences of the non-techie FHIR API consumers better.
This artefact was successfully tested for the following versions:
- v7.5.2
Import Swagger documents into Axway API Management
We are currently leveraging the HL7 Health Intersections FHIR server for testing.
You may use any FHIR server endpoint you wish. List of publicly available test FHIR server:
To change the FHIR server endpoint, open the Swagger file and change the "host" field as shown below.
{
"swagger": "2.0",
"host": "fhir3.healthintersections.com.au/open",
"basePath": "/",
"schemes": [
"http"
],
....
The Swagger documents in this repository do not fully document the FHIR REST API specification.
The Swagger documents only cover the more common scenarios. You may need to elaborate on the
swagger documents if functionality or descriptive text is missing.
See Contributing below for how to contribute back.
Please read Contributing.md for details on our code of conduct, and the process for submitting pull requests to us.