Skip to content

Commit c546390

Browse files
created new html pages
1 parent d45cc82 commit c546390

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

universal/applications.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -257,46 +257,34 @@ <h5 class="teaser-heading">DEMIS-portal-igs</h5>
257257
<span>The web-based microfrontend Portal-IGS is part of the DEMIS Notification-Portal Microfrontends. It enables sequencing laboratories to interact with the IGS-Service via a dedicated gateway in a structured and guided manor.</span>
258258
</div>
259259
<div class="teaser-text my-4">
260-
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-notification-processing-service">
261-
<h5 class="teaser-heading">DEMIS-notification-processing-service</h5>
260+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-portal-shell">
261+
<h5 class="teaser-heading">DEMIS-portal-shell</h5>
262262
</a>
263-
<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>
263+
<span>The shell is the main structue that allows for all micro applications of DEMIS Notification-Portal Microfrontends to be rendered. It has the initial Config for SPA-Framework and an import Map mapping all micro application to their relative URL served Paths. It has the main functionality to show static pages (impressum, about Demis).</span>
264264
</div>
265265
<div class="teaser-text my-4">
266266
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-pseudonymization-service">
267267
<h5 class="teaser-heading">DEMIS-pseudonymization-service</h5>
268268
</a>
269269
<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>
270270
</div>
271-
<div class="teaser-text my-4">
272-
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-portal-shell">
273-
<h5 class="teaser-heading">DEMIS-portal-shell</h5>
274-
</a>
275-
<span>The shell is the main structue that allows for all micro applications of DEMIS Notification-Portal Microfrontends to be rendered. It has the initial Config for SPA-Framework and an import Map mapping all micro application to their relative URL served Paths. It has the main functionality to show static pages (impressum, about Demis).</span>
276-
</div>
277271
<div class="teaser-text my-4">
278272
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-service-template">
279273
<h5 class="teaser-heading">DEMIS-service-template</h5>
280274
</a>
281275
<span>Project-Template for new DEMIS-Services</span>
282276
</div>
283277
<div class="teaser-text my-4">
284-
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-notification-gateway">
285-
<h5 class="teaser-heading">DEMIS-notification-gateway</h5>
286-
</a>
287-
<span>Gateway service for notification-portal website to connect notification-api</span>
288-
</div>
289-
<div class="teaser-text my-4">
290-
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-pseudonymization-storage-service">
291-
<h5 class="teaser-heading">DEMIS-pseudonymization-storage-service</h5>
278+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-notification-processing-service">
279+
<h5 class="teaser-heading">DEMIS-notification-processing-service</h5>
292280
</a>
293-
<span>This Service implements the storage of Pseudonyms for the incoming notifications. The Pseudonyms are generated by the Pseudonymization-Service. They are stored along with their notification bundle id in order to have the possibility to find matching notification bundles.</span>
281+
<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>
294282
</div>
295283
<div class="teaser-text my-4">
296-
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-notification-routing-service">
297-
<h5 class="teaser-heading">DEMIS-notification-routing-service</h5>
284+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-notification-gateway">
285+
<h5 class="teaser-heading">DEMIS-notification-gateway</h5>
298286
</a>
299-
<span>Service to provide the destination of a notification. The evaluation is based on the assignment of all addresses in Germany to a public health department by the RKI. In principle, the IfSG is followed here, which prescribes the order in which the addresses of a notification must be used to determine the recipient of a notification.</span>
287+
<span>Gateway service for notification-portal website to connect notification-api</span>
300288
</div>
301289
<div class="teaser-text my-4">
302290
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-antibiotic-resistance-surveillance-service">
@@ -316,6 +304,18 @@ <h5 class="teaser-heading">DEMIS-lifecycle-validation-service</h5>
316304
</a>
317305
<span>The Lifecycle-Validation-Service (LVS) validates the lifecycle rules of a pathogen notification</span>
318306
</div>
307+
<div class="teaser-text my-4">
308+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-pseudonymization-storage-service">
309+
<h5 class="teaser-heading">DEMIS-pseudonymization-storage-service</h5>
310+
</a>
311+
<span>This Service implements the storage of Pseudonyms for the incoming notifications. The Pseudonyms are generated by the Pseudonymization-Service. They are stored along with their notification bundle id in order to have the possibility to find matching notification bundles.</span>
312+
</div>
313+
<div class="teaser-text my-4">
314+
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-notification-routing-service">
315+
<h5 class="teaser-heading">DEMIS-notification-routing-service</h5>
316+
</a>
317+
<span>Service to provide the destination of a notification. The evaluation is based on the assignment of all addresses in Germany to a public health department by the RKI. In principle, the IfSG is followed here, which prescribes the order in which the addresses of a notification must be used to determine the recipient of a notification.</span>
318+
</div>
319319
<div class="teaser-text my-4">
320320
<a class="text-decoration-none" href="https://github.com/gematik/DEMIS-portal-pathogen">
321321
<h5 class="teaser-heading">DEMIS-portal-pathogen</h5>

universal/proofofconcepts.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,18 +256,18 @@ <h5 class="teaser-heading">poc-dsr-documentation</h5>
256256
</a>
257257
<span>Device Security Rating - Documentation</span>
258258
</div>
259-
<div class="teaser-text my-4">
260-
<a class="text-decoration-none" href="https://github.com/gematik/poc-dsr-fd">
261-
<h5 class="teaser-heading">poc-dsr-fd</h5>
262-
</a>
263-
<span>Device security rating PoC - Fachdienst</span>
264-
</div>
265259
<div class="teaser-text my-4">
266260
<a class="text-decoration-none" href="https://github.com/gematik/poc-dsr-gms">
267261
<h5 class="teaser-heading">poc-dsr-gms</h5>
268262
</a>
269263
<span>Device security rating PoC - Geraete Management Service</span>
270264
</div>
265+
<div class="teaser-text my-4">
266+
<a class="text-decoration-none" href="https://github.com/gematik/poc-dsr-fd">
267+
<h5 class="teaser-heading">poc-dsr-fd</h5>
268+
</a>
269+
<span>Device security rating PoC - Fachdienst</span>
270+
</div>
271271
</div>
272272
<div class="tab-pane fade"
273273
id="VSDM"

0 commit comments

Comments
 (0)