DemisParticipantId

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

Die DemisParticipantId (DEMIS-Teilnehmernummer) wird genutzt, um DEMIS-Teilnehmer (Melder, Gesundheitsämter etc.) innerhalb des DEMIS-Systems eindeutig identifizieren zu können. Die Herausgabe dieses Identifiers erfolgt durch das Robert Koch-Institut.

Hinweis: Die DemisParticipantId wird in naher Zukunft die DemisLaboratoryId ersetzen.

NamingSystem

Beispiel

<Organization xmlns="http://hl7.org/fhir">
<id value="NotifierFacility-example-3" />
<profile value="https://demis.rki.de/fhir/StructureDefinition/NotifierFacility" />
</meta>
<system value="https://demis.rki.de/fhir/NamingSystem/DemisParticipantId" />
<value value="12345" />
</identifier>
<system value="https://demis.rki.de/fhir/CodeSystem/organizationType" />
<code value="laboratory" />
</coding>
</type>
<name value="Labor Mondschein" />
<system value="phone" />
<value value="+49 (0)2738 - 123456" />
<use value="work" />
</telecom>
<line value="Seeweg 16" />
<city value="Berlin" />
<state value="DE-BE" />
<postalCode value="10117" />
<country value="DE" />
</address>
</Organization>