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"
  ]
}

Changes

No recorded changes to this endpoint across all 8 revisions of this API.