Key Value Store API

Key Value Store API

The Key/Value store is available for storing properties and configuration values that does not fit into the FHIR based infrastructure.

The intended audience is architects and developers that develop solutions or applications on the eHealth platform.


Keys and values stored in this service SHALL NOT contain any clinical or personal sensitive information.

Vendor access

Access is granted to:

  • System users (called from BFFs), per vendor registered as a client on Keycloak.
    Can create/modify/read:

    • Client data

    • Own user-specific data

    • User data of any user usage of the client

  • Users (called from both BFFs and clients)

    • Can create/modify/read own user-specific data

      • NOTE: Also modifiable by client-associated system users.

    • Can read client-specific data

Initial configuration (to be done by the infrastructure team)

Vendors must contact FUT-S Contact Information to gain access with the following information:

  • Realm

  • Client ID

  • System Users

    • Multiple system users can access data for the client and it’s users

    • System users can access data for multiple clients and it’s users

    • This article goes into how to get a system user and how to use it: Oprettelse og brug af Servicebruger

Interface specification (Open API spec)

Note that the {application} part in the OpenAPI spec has to be replaced with your client ID.

 

  File Modified

Text File openapi.yaml

06-10-2023 by Nicolai Gjøderum