# FHIR & Standards

### Platform Interoperability

The SPICE platform supports the [HL7 FHIR](https://www.hl7.org/fhir/overview.html) standard through the SPICE FHIR Service. This service functions as an adaptor, converting the SPICE data into the FHIR format.&#x20;

* GitHub Repository: [FHIR Adaptor](https://github.com/Medtronic-LABS/spice-fhir-adapter)

The adapter converts SPICE data into the FHIR format using the custom FHIR Adapter.&#x20;

### **Key Functionality:**

* Converted data saved in FHIR database using HAPI-FHIR JPA server.
* HAPI-FHIR JPA server acts as a FHIR server which is coupled with FHIR Database.
* FHIR data is accessible via REST API and FHIR database.

<div data-full-width="false"><figure><img src="https://2347658875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7inBQ0zjo0nwpqK5625P%2Fuploads%2FEhwOMNYbpqrYklCRwVGl%2FOpenSource-SPICE-FHIR_Adapter_2.jpg?alt=media&#x26;token=0e216745-f7a1-48be-a683-6d452fc9d1d0" alt=""><figcaption><p>SPICE FHIR Service</p></figcaption></figure></div>

### **Using the FHIR Adapter:**&#x20;

Take a look at the [API documentation for the FHIR Adapter](https://spice.docs.medtroniclabs.org/spice-docs/engineering/api-documentation/fhir-adapter-services).&#x20;

Take a look at the [deployment documentation for the FHIR Adapter](https://spice.docs.medtroniclabs.org/spice-docs/deploy/deployment-guide/fhir-adapter).&#x20;
