DemisLaboratoryId
https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId
Die DemisLaboratoryId ist das NamingSystem um den von DEMIS vergebenen Identifier (DEMIS-Labornummer) des Melders anzugeben.
Hinweis: Die DemisLaboratoryId wird in naher Zukunft durch die DemisParticipantId ersetzt.
NamingSystem |
id : DemisLaboratoryId |
name : DemisLaboratoryId |
status : active |
kind : identifier |
date : 2021-03-26 |
description : Die DemisLaboratoryId ist das NamingSystem um den von DEMIS vergebenen Identifier (DEMIS-Labornummer) des Melders anzugeben. |
uniqueId |
type : uri |
value : https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId |
preferred : True |
Beispiel
<Organization xmlns="http://hl7.org/fhir"> <id value="NotifierFacility-example-2" /> <meta> <profile value="https://demis.rki.de/fhir/StructureDefinition/NotifierFacility" /> </meta> <identifier> <system value="https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId" /> <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>