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" />
    <meta>
        <profile value="https://demis.rki.de/fhir/StructureDefinition/NotifierFacility" />
    </meta>
    <identifier>
        <system value="https://demis.rki.de/fhir/NamingSystem/DEMISParticipantId" />
        <value value="12345" />
    </identifier>
    <type>
        <coding>
            <system value="https://demis.rki.de/fhir/CodeSystem/organizationType" />
            <code value="laboratory" />
        </coding>
    </type>
    <name value="Labor Mondschein" />
    <telecom>
        <system value="phone" />
        <value value="+49 (0)2738 - 123456" />
        <use value="work" />
    </telecom>
    <address>
        <line value="Seeweg 16" />
        <city value="Berlin" />
        <state value="DE-BE" />
        <postalCode value="10117" />
        <country value="DE" />
    </address>
</Organization>