NotificationBundleId

https://demis.rki.de/fhir/NamingSystem/NotificationBundleId

Die NotificationBundleId ist das NamingSystem um den Identifier des Meldevorgangs anzugeben.

NamingSystem

Beispiel:

<?xml version="1.0" encoding="UTF-8"?>
<Bundle xmlns="http://hl7.org/fhir">
  <id value="NotificationBundleId-example" />
  <meta>
    <profile value="..." />
  </meta>
  <identifier>
    <system value="https://demis.rki.de/fhir/NamingSystem/NotificationBundleId" />
    <value value="0de84a15-3f79-439a-a33c-a5989927cf7d" />
  </identifier>
  ...
</Bundle>