# 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;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://spice.docs.medtroniclabs.org/spice-docs/engineering/architecture/fhir-and-standards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
