NotificationId
https://demis.rki.de/fhir/NamingSystem/NotificationId
Die NotificationId ist das NamingSystem um den Identifier der Meldung anzugeben.
| NamingSystem |
| id : NotificationId |
| name : NotificationId |
| status : active |
| kind : identifier |
| date : 2021-03-26 |
| description : Die NotificationId ist das NamingSystem um den Identifier der Meldung anzugeben. |
| uniqueId |
| type : uri |
| value : https://demis.rki.de/fhir/NamingSystem/NotificationId |
| preferred : True |
Beispiel:
<?xml version="1.0" encoding="UTF-8"?> <Composition xmlns="http://hl7.org/fhir"> <id value="NotificationId-example" /> <meta> <profile value="..." /> </meta> <identifier> <system value="https://demis.rki.de/fhir/NamingSystem/NotificationId" /> <value value="bc6a490d-7221-5dbf-8d00-0617359b78fb" /> </identifier> ... </Composition>