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 |
| id : DemisParticipantId |
| name : DemisParticipantId |
| status : active |
| kind : identifier |
| date : 2022-03-10 |
| description : Die DemisParticipantId (DEMIS-Teilnehmernummer) wird genutzt, um DEMIS-Teilnehmer (Melder, Gesundheitsämter etc.) innerhalb des Systems eindeutig identifizieren zu können. Die Herausgabe von Identifiern innerhalb dieses NamingSystems erfolgt durch das Robert Koch-Institut. |
| uniqueId |
| type : uri |
| value : https://demis.rki.de/fhir/NamingSystem/DemisParticipantId |
| preferred : True |
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>