# September 1: Support for FHIR enrichment, latest Cohere models, bug fixes

### New Features

* :bulb: Graphlit now supports entity enrichment from [Fast Healthcare Interoperability Resources (FHIR)](https://en.wikipedia.org/wiki/Fast_Healthcare_Interoperability_Resources) servers. You can provide the `endpoint` for a FHIR server, and Graphlit will enrich medical-related entities from the data found in the FHIR server.
* Added support for latest Cohere models (`COMMAND_R_202408`, `COMMAND_R_PLUS_202408)` and added datestamped model enums for the previous versions (`COMMAND_R_202403`, `COMMAND_R_PLUS_202404`).  The latest model enums (`COMMAND_R` and `COMMAND_R_PLUS`) currently point to the models (`COMMAND_R_202403` and `COMMAND_R_PLUS_202404`) as specified by the Cohere API.
* Added support for the latest Azure AI Document Intelligence v4.0 preview API (2024-07-31), now used by default.
* :zap: We have changed the name of the `LinkReferenceType` to `LinkReference` to follow the existing data model standard.

### Bugs Fixed

* GPLA-3120: LLM is adding source tags to end of completed messages
* GPLA-3133: Failed to load sitemap on child page of website.
