> For the complete documentation index, see [llms.txt](https://spice.docs.medtroniclabs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spice.docs.medtroniclabs.org/spice-docs/engineering/architecture/fhir-and-standards.md).

# 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="/files/rGMcJj8h2ZwAqGy7Qv84" 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](/spice-docs/engineering/api-documentation/fhir-adapter-services.md).&#x20;

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