Skip to content

Commit 78906a9

Browse files
created new html pages
1 parent 1f81a5a commit 78906a9

2 files changed

Lines changed: 72 additions & 18 deletions

File tree

universal/applications.html

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,24 @@ <h5 class="teaser-heading">DEMIS-validation-service</h5>
208208
</a>
209209
<span>This service serves as a validation service for all notifications send to DEMIS. It uses a snapshot of all profiles and the DEMIS-Schemas Project to validate any notification.</span>
210210
</div>
211+
<div class="teaser-text my-4">
212+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-Helm-Charts">
213+
<h5 class="teaser-heading">DEMIS-Helm-Charts</h5>
214+
</a>
215+
<span>GitHub Pages project for the provision/use of the DEMIS helm charts</span>
216+
</div>
211217
<div class="teaser-text my-4">
212218
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-fhir-ui-data-model-translation-service">
213219
<h5 class="teaser-heading">DEMIS-fhir-ui-data-model-translation-service</h5>
214220
</a>
215221
<span>This project provides a service that enables the translation of any code that is known for DEMIS notifications and converts codes to a display value via their resource type</span>
216222
</div>
223+
<div class="teaser-text my-4">
224+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-destination-lookup-service">
225+
<h5 class="teaser-heading">DEMIS-destination-lookup-service</h5>
226+
</a>
227+
<span>The Destination Lookup Services allow the DEMIS Users to send Subsequent Notifications</span>
228+
</div>
217229
<div class="teaser-text my-4">
218230
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-ars-pseudonymization-service">
219231
<h5 class="teaser-heading">DEMIS-ars-pseudonymization-service</h5>
@@ -227,16 +239,16 @@ <h5 class="teaser-heading">DEMIS-report-processing-service</h5>
227239
<span>This service serves as a central processing point for report notifications to the DEMIS core. As a central interface, other services such as the validation service are addressed, the results are bundled and transferred to the NCAPI</span>
228240
</div>
229241
<div class="teaser-text my-4">
230-
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-pseudonymization-service">
231-
<h5 class="teaser-heading">DEMIS-pseudonymization-service</h5>
242+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-service-demo">
243+
<h5 class="teaser-heading">DEMIS-service-demo</h5>
232244
</a>
233-
<span>This Service implements the creation of new Pseudonyms for Notifications based on the Bloom filter. The generated Pseudonym is used to substitute real name, first name and date of birth of the Notification that will be send to RKI as a copy, for statistical evaluations, in some cases (e.g. §7.3, §7.4 Notifications).</span>
245+
<span>This is a small demo service to showcase DEMIS defaults for backend services. It is also used to initialize new services.</span>
234246
</div>
235247
<div class="teaser-text my-4">
236-
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-portal-core">
237-
<h5 class="teaser-heading">DEMIS-portal-core</h5>
248+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-pseudonymization-service">
249+
<h5 class="teaser-heading">DEMIS-pseudonymization-service</h5>
238250
</a>
239-
<span>Project that contains central components for DEMIS-Frontends.</span>
251+
<span>This Service implements the creation of new Pseudonyms for Notifications based on the Bloom filter. The generated Pseudonym is used to substitute real name, first name and date of birth of the Notification that will be send to RKI as a copy, for statistical evaluations, in some cases (e.g. §7.3, §7.4 Notifications).</span>
240252
</div>
241253
<div class="teaser-text my-4">
242254
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-hospital-location-service">
@@ -268,12 +280,6 @@ <h5 class="teaser-heading">DEMIS-notification-processing-service</h5>
268280
</a>
269281
<span>This service is responsible for receiving and processing pathogen and disease notifications. It offers a FHIR compliant REST interface for this purpose exposed to the outside of demis. The logic of the individual processing steps is usually not implemented by this service itself, but is provided by other special services that are requested.</span>
270282
</div>
271-
<div class="teaser-text my-4">
272-
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-portal-bedoccupancy">
273-
<h5 class="teaser-heading">DEMIS-portal-bedoccupancy</h5>
274-
</a>
275-
<span>The web-based microfrontend Portal-BedOccupancy is part of the DEMIS Notification-Portal Microfrontends. It enables staff to deliver data about the current number of occupied and operable beds for adults and children in their hospital to fullfil the law: § 13 IfSG - Einzelnorm.</span>
276-
</div>
277283
<div class="teaser-text my-4">
278284
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-notification-gateway">
279285
<h5 class="teaser-heading">DEMIS-notification-gateway</h5>
@@ -286,6 +292,12 @@ <h5 class="teaser-heading">DEMIS-antibiotic-resistance-surveillance-service</h5>
286292
</a>
287293
<span>Service to enable laboratories and hospitals to transmit data to ARS (Antibiotic Resistance Surveillance) via their primary systems (KIS/LIS)</span>
288294
</div>
295+
<div class="teaser-text my-4">
296+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-portal-bedoccupancy">
297+
<h5 class="teaser-heading">DEMIS-portal-bedoccupancy</h5>
298+
</a>
299+
<span>The web-based microfrontend Portal-BedOccupancy is part of the DEMIS Notification-Portal Microfrontends. It enables staff to deliver data about the current number of occupied and operable beds for adults and children in their hospital to fullfil the law: § 13 IfSG - Einzelnorm.</span>
300+
</div>
289301
<div class="teaser-text my-4">
290302
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-pseudonymization-storage-service">
291303
<h5 class="teaser-heading">DEMIS-pseudonymization-storage-service</h5>
@@ -322,12 +334,6 @@ <h5 class="teaser-heading">DEMIS-keycloak-user-purger</h5>
322334
</a>
323335
<span>Project for checking all temporary users in a keycloak realm and deletes them if certain conditions occur.</span>
324336
</div>
325-
<div class="teaser-text my-4">
326-
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-lifecycle-validation-service">
327-
<h5 class="teaser-heading">DEMIS-lifecycle-validation-service</h5>
328-
</a>
329-
<span>The Lifecycle-Validation-Service (LVS) validates the lifecycle rules of a pathogen notification</span>
330-
</div>
331337
<div class="teaser-text my-4">
332338
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-gateway-igs">
333339
<h5 class="teaser-heading">DEMIS-gateway-igs</h5>
@@ -352,6 +358,18 @@ <h5 class="teaser-heading">DEMIS-fhir-storage-service</h5>
352358
</a>
353359
<span>FHIR Storage Services transparently store one or more FHIR resources, optimized for searches and queries. The deletion of expired resources is handled automatically.</span>
354360
</div>
361+
<div class="teaser-text my-4">
362+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-surveillance-pseudonym-service">
363+
<h5 class="teaser-heading">DEMIS-surveillance-pseudonym-service</h5>
364+
</a>
365+
<span>Service for the creation of pseudonyms in the context of surveillance programs</span>
366+
</div>
367+
<div class="teaser-text my-4">
368+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-lifecycle-validation-service">
369+
<h5 class="teaser-heading">DEMIS-lifecycle-validation-service</h5>
370+
</a>
371+
<span>The Lifecycle-Validation-Service (LVS) validates the lifecycle rules of a pathogen notification</span>
372+
</div>
355373
<div class="teaser-text my-4">
356374
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-certificate-update-service">
357375
<h5 class="teaser-heading">DEMIS-certificate-update-service</h5>

universal/testingTools.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ <h3 class="teaser-heading fw-bolder mb-3 bg-lightblue-after">Testing Tools</h3>
174174
data-bs-target="#Testsuites"
175175
type="button" role="tab" aria-controls="contact" aria-selected="false">Testsuites</button>
176176
</li>
177+
<li class="nav-item fw-bold rounded-pill me-5 mb-3 bg-lightblue" role="presentation">
178+
<button class="nav-link px-2" id="TestHub-TI2-0-tab" data-bs-toggle="tab"
179+
data-bs-target="#TestHub-TI2-0"
180+
type="button" role="tab" aria-controls="contact" aria-selected="false">TestHub-TI2-0</button>
181+
</li>
177182
<li class="nav-item fw-bold rounded-pill me-5 mb-3 bg-lightblue" role="presentation">
178183
<button class="nav-link px-2" id="Other-tab" data-bs-toggle="tab"
179184
data-bs-target="#Other"
@@ -230,6 +235,12 @@ <h5 class="teaser-heading">erp-e2e-testsuite</h5>
230235
<a>
231236
<h3 class="teaser-heading bg-lightblue-after">DEMIS</h3>
232237
</a>
238+
<div class="teaser-text my-4">
239+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-Development-Cluster">
240+
<h5 class="teaser-heading">DEMIS-Development-Cluster</h5>
241+
</a>
242+
<span>Project to configure the DEMIS cluster locally</span>
243+
</div>
233244
<div class="teaser-text my-4">
234245
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-Test_Environment">
235246
<h5 class="teaser-heading">DEMIS-Test_Environment</h5>
@@ -242,6 +253,12 @@ <h5 class="teaser-heading">DEMIS-JMeter-Testsuite</h5>
242253
</a>
243254
<span>This repository contains configuration files, scripts, and resources for testing the DEMIS Development Environment using Apache JMeter. </span>
244255
</div>
256+
<div class="teaser-text my-4">
257+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-stage-public">
258+
<h5 class="teaser-heading">DEMIS-stage-public</h5>
259+
</a>
260+
<span>Configuration and definition of services for the use of DEMIS in the cluster</span>
261+
</div>
245262
</div>
246263
<div class="tab-pane fade"
247264
id="TIM"
@@ -312,6 +329,25 @@ <h5 class="teaser-heading">tiger-integration-ncp</h5>
312329
<span>This project provides test case implementations for testing the German NCPeH (National Contact Point for eHealth). It focuses on validating end-to-end functionality and interoperability within the national product chain. All test scenarios are written in Gherkin and described in German.</span>
313330
</div>
314331
</div>
332+
<div class="tab-pane fade"
333+
id="TestHub-TI2-0"
334+
role="tabpanel" aria-labelledby="TestHub-TI2-0-tab">
335+
<a>
336+
<h3 class="teaser-heading bg-lightblue-after">TestHub-TI2-0</h3>
337+
</a>
338+
<div class="teaser-text my-4">
339+
<a class="text-decoration-none" href="https://github.com/gematik/ti2.0-testhub">
340+
<h5 class="teaser-heading">ti2.0-testhub</h5>
341+
</a>
342+
<span>This repository provides code for TI2.0 TestHub, a modular platform for developing simulators, integrating real systems, and executing end-to-end test suites for various components of TI 2.0 services.</span>
343+
</div>
344+
<div class="teaser-text my-4">
345+
<a class="text-decoration-none" href="https://github.com/gematik/popp-token-generator">
346+
<h5 class="teaser-heading">popp-token-generator</h5>
347+
</a>
348+
<span>The popp-token-generator repository contains functions to create mock Popp tokens. These can be used for testing purposes by implementors of Zeta/TI2.0 components.</span>
349+
</div>
350+
</div>
315351
<div class="tab-pane fade"
316352
id="Other"
317353
role="tabpanel" aria-labelledby="Other-tab">

0 commit comments

Comments
 (0)