Excerpt |
---|
Provides questions and answers for developing Telemedicine Solutions for the eHealth Infrastructure. |
Table of Contents |
---|
FHIR
Getting started with FHIR
Question: How do I get started with FHIR?
Answer: See Getting started with HL7 FHIR
...
Question: How are components from KAM reused in Telemedicine solutions? Are they published as NPM packages?
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)
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?
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:
Question: User cannot logon after the solution has been deployed to production?
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 thekc_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
...