Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Provides questions and answers for developing Telemedicine Solutions for the eHealth Infrastructure.

Table of Contents

FHIR

...

  1. Question: How are components from KAM reused in Telemedicine solutions? Are they published as NPM packages?

    1. Answer: No. KAM is a micro frontend architecture, and are loaded and integrated runtime in the browser. See Architecture of Clinical administrative module (KAM) architecture (DRAFT)Administrative Module (Danish: Klinisk Administrativt Modul aka KAM)

  2. Question: Cleaning up test data. Are there any good tips for how to clean up a little, and avoid having to live with all the data errors you get built up during development?

    1. Answer: The platform “never forget”. Update relevant resources and set status to error states ("Entered-in-error" or "Retired" or similar). Use these states to not be included in searches.

Security and Login

Questions in regards to security and login:

  1. Question: User cannot logon after the solution has been deployed to production?

    1. Answer: Please check if you have set kc_idp_hint query parameter. The parameter is used in Keycloak to allow clients to override the default identity provider. If the client override the default identity provider by setting the kc_idp_hint to either a value or empty, the automatic redirect to SEB does not work. See also Server Administration Guide (keycloak.org)

Development and deployment lifecycle

...