> 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/versions/spice-1.0/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.

* 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.

### **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://1478837505-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fc8r5CWDYQD5YGrlFur8R%2Fuploads%2Fgit-blob-8e4a73938a85b26f6cbd2de74786a521d8553434%2FOpenSource-SPICE-FHIR_Adapter_2.jpg?alt=media" alt=""><figcaption><p>SPICE FHIR Service</p></figcaption></figure></div>

### **Using the FHIR Adapter:**

Take a look at the [API documentation for the FHIR Adapter](broken://pages/1AcDgjMEQ9d9aCvhWUzF).

Take a look at the [deployment documentation for the FHIR Adapter](broken://pages/K72zeXmu4Qv60cd5RGh7).
