NotificationBundleId
https://demis.rki.de/fhir/NamingSystem/NotificationBundleId
Die NotificationBundleId ist das NamingSystem um den Identifier des Meldevorgangs anzugeben.
NamingSystem |
id : NotificationBundleId |
name : NotificationBundleId |
status : active |
kind : identifier |
date : 2021-03-26 |
description : Die NotificationBundleId ist das NamingSystem um den Identifier des Meldevorgangs anzugeben. |
uniqueId |
type : uri |
value : https://demis.rki.de/fhir/NamingSystem/NotificationBundleId |
preferred : True |
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>