v1

latestOpenAPI 3.0.32026-07-1710820.0 KB
Cache

Reload mappings

Reloads mappings and aliases from the configured sources into cache. Flushes the ConceptMap cache. Available only when at least one mapping source is configured.

post/$recache

Response

Mappings reloaded successfully

messagestring
mappingsstring[]

List of mapping keys loaded into cache

Example response

{
  "message": "The following Mappings were loaded to cache",
  "mappings": [
    "Patient12",
    "exampleForRepo"
  ]
}