{ "description": "Die Melder-Einrichtung enthält die Angaben der meldenden Einrichtung. Die Informationen werden vom zuständigen Gesundsamt zur Kontaktaufnahme genutzt.", "_filename": "NotifierFacility.json", "package_name": "demis.fhir.profiles", "date": "2021-03-26", "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "NotifierFacility", "mapping": [ { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://www.omg.org/spec/ServD/1.0/", "name": "ServD", "identity": "servd" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" } ], "abstract": false, "type": "Organization", "experimental": null, "resourceType": "StructureDefinition", "title": "Melder-Einrichtung", "package_version": "1.17.0", "status": "active", "id": "65d398a4-1728-4aff-990c-b795cd0a5607", "kind": "resource", "url": "https://demis.rki.de/fhir/StructureDefinition/NotifierFacility", "version": "1.0.0", "differential": { "element": [ { "id": "Organization.identifier", "path": "Organization.identifier", "short": "Identifier der Melder-Einrichtung", "slicing": { "rules": "open", "discriminator": [ { "path": "system", "type": "value" } ] }, "definition": "Als Identifier kann die BSNR oder die von DEMIS zugewiesene Labornummer angegegeben werden." }, { "id": "Organization.identifier:bsnr", "path": "Organization.identifier", "type": [ { "code": "Identifier", "profile": [ "http://fhir.de/StructureDefinition/identifier-bsnr" ] } ], "sliceName": "bsnr", "mustSupport": true }, { "id": "Organization.identifier:demisLaboratoryId", "path": "Organization.identifier", "short": "DEMIS-Labornummer", "sliceName": "demisLaboratoryId", "definition": "DEMIS-Labornummer, die dem Melder bei der Anmeldung an DEMIS zugewiesen wird. Es handelt sich um eine eindeutige 5-stellige Nummer im NamingSystem https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId.", "mustSupport": true }, { "id": "Organization.identifier:demisLaboratoryId.system", "min": 1, "path": "Organization.identifier.system", "fixedUri": "https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId" }, { "id": "Organization.identifier:demisLaboratoryId.value", "min": 1, "path": "Organization.identifier.value" }, { "id": "Organization.type", "max": "1", "min": 1, "path": "Organization.type", "short": "Art der meldenden Einrichtung", "definition": "Art der meldenden Einrichtung. Der Wert muss entsprechend des vom RKI definierten ValueSets (https://demis.rki.de/fhir/ValueSet/organizationType) im coding Element dargestellt werden.", "mustSupport": true }, { "id": "Organization.type.coding", "max": "1", "min": 1, "path": "Organization.type.coding", "binding": { "strength": "required", "valueSet": "https://demis.rki.de/fhir/ValueSet/organizationType" } }, { "id": "Organization.type.coding.system", "min": 1, "path": "Organization.type.coding.system" }, { "id": "Organization.type.coding.code", "min": 1, "path": "Organization.type.coding.code" }, { "id": "Organization.type.text", "max": "0", "path": "Organization.type.text" }, { "id": "Organization.name", "min": 1, "path": "Organization.name", "short": "Bezeichnung der Einrichtung", "definition": "Bezeichnung der Einrichtung", "mustSupport": true }, { "id": "Organization.telecom", "min": 1, "path": "Organization.telecom", "short": "Kontaktangaben der Einrichtung", "slicing": { "rules": "closed", "discriminator": [ { "path": "system", "type": "value" } ] }, "definition": "Kontaktangaben der Einrichtung. Telefonnummern, E-Mailadressen, Urls und Faxnummern können angegeben werden.", "mustSupport": true }, { "id": "Organization.telecom:Email", "path": "Organization.telecom", "sliceName": "Email" }, { "id": "Organization.telecom:Email.system", "min": 1, "path": "Organization.telecom.system", "fixedCode": "email" }, { "id": "Organization.telecom:Email.value", "min": 1, "path": "Organization.telecom.value" }, { "id": "Organization.telecom:Phone", "path": "Organization.telecom", "sliceName": "Phone" }, { "id": "Organization.telecom:Phone.system", "min": 1, "path": "Organization.telecom.system", "fixedCode": "phone" }, { "id": "Organization.telecom:Phone.value", "min": 1, "path": "Organization.telecom.value" }, { "id": "Organization.telecom:Url", "path": "Organization.telecom", "sliceName": "Url" }, { "id": "Organization.telecom:Url.system", "min": 1, "path": "Organization.telecom.system", "fixedCode": "url" }, { "id": "Organization.telecom:Url.value", "min": 1, "path": "Organization.telecom.value" }, { "id": "Organization.telecom:Fax", "path": "Organization.telecom", "sliceName": "Fax" }, { "id": "Organization.telecom:Fax.system", "min": 1, "path": "Organization.telecom.system", "fixedCode": "fax" }, { "id": "Organization.telecom:Fax.value", "min": 1, "path": "Organization.telecom.value" }, { "id": "Organization.address", "max": "1", "min": 1, "path": "Organization.address", "type": [ { "code": "Address", "profile": [ "http://fhir.de/StructureDefinition/address-de-basis" ] } ], "short": "Einrichtungsaddresse", "definition": "Einrichtungsaddresse", "mustSupport": true }, { "id": "Organization.address.line", "max": "1", "path": "Organization.address.line" }, { "id": "Organization.address.city", "min": 1, "path": "Organization.address.city" }, { "id": "Organization.address.postalCode", "min": 1, "path": "Organization.address.postalCode", "binding": { "strength": "preferred", "valueSet": "https://demis.rki.de/fhir/ValueSet/postalCode" } }, { "id": "Organization.address.country", "min": 1, "path": "Organization.address.country", "binding": { "strength": "required", "valueSet": "https://demis.rki.de/fhir/ValueSet/country" } }, { "id": "Organization.partOf", "path": "Organization.partOf", "short": "Übergeordnete Einrichtung, zu der diese Einrichtung gehört", "definition": "Übergeordnete Einrichtung, zu der diese Einrichtung gehört", "mustSupport": true }, { "id": "Organization.contact", "max": "1", "path": "Organization.contact", "short": "Ansprechpartner der Einrichtung", "definition": "Ansprechpartner der Einrichtung", "mustSupport": true }, { "id": "Organization.endpoint", "max": "0", "path": "Organization.endpoint" } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization" }