FHIR & Standards
Last updated
Last updated
@2024 Medtronic LABS
The SPICE platform supports the HL7 FHIR standard through the SPICE FHIR Service. This service functions as an adaptor, converting the SPICE data into the FHIR format.
GitHub Repository: FHIR Adaptor
The adapter converts SPICE data into the FHIR format using the custom FHIR Adapter.
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.
Take a look at the API documentation for the FHIR Adapter.
Take a look at the deployment documentation for the FHIR Adapter.