{ "description": "Sofern dem Melder bekannt ist, wo sich die betroffene Person derzeit aufhält (abweichend vom Hauptwohnsitz) ist diese Information anzugeben.", "_filename": "StructureDefinition-NotifiedPersonFacility.json", "package_name": "rki.demis.common", "date": "2024-05-03", "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "NotifiedPersonFacility", "mapping": [ { "uri": "http://www.omg.org/spec/ServD/1.0/", "name": "ServD", "identity": "servd" } ], "abstract": false, "type": "Organization", "experimental": null, "resourceType": "StructureDefinition", "title": "Betroffenen-Einrichtung", "package_version": "2.0.0", "status": "active", "id": "014d7246-0f5e-4931-8e9d-c024d456e484", "kind": "resource", "url": "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility", "version": "1.6.0", "differential": { "element": [ { "id": "Organization.meta", "min": 1, "path": "Organization.meta", "mustSupport": true }, { "id": "Organization.meta.profile", "min": 1, "path": "Organization.meta.profile", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "value" } ] }, "mustSupport": true }, { "id": "Organization.meta.profile:notifiedPersonFacility", "max": "1", "min": 1, "path": "Organization.meta.profile", "sliceName": "notifiedPersonFacility", "mustSupport": true, "fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility" }, { "id": "Organization.type", "max": "1", "path": "Organization.type", "short": "Art der Einrichtung", "definition": "Art der 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" }, "mustSupport": true }, { "id": "Organization.type.coding.system", "min": 1, "path": "Organization.type.coding.system", "mustSupport": true }, { "id": "Organization.type.coding.code", "min": 1, "path": "Organization.type.coding.code", "mustSupport": true }, { "id": "Organization.type.text", "max": "0", "path": "Organization.type.text" }, { "id": "Organization.name", "path": "Organization.name", "short": "Einrichtungsname", "definition": "Einrichtungsname", "mustSupport": true }, { "id": "Organization.telecom", "path": "Organization.telecom", "short": "Kontaktangaben der Betroffenen Person", "slicing": { "rules": "closed", "discriminator": [ { "path": "system", "type": "value" } ] }, "definition": "Kontaktangaben der Betroffenen Person. Telefonnummern oder E-Mailadressen 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", "mustSupport": true }, { "id": "Organization.telecom:Email.value", "min": 1, "path": "Organization.telecom.value", "constraint": [ { "key": "validEmailAddress", "human": "Die E-Mail-Adresse muss valide sein.", "severity": "warning", "expression": "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$')" } ], "mustSupport": true }, { "id": "Organization.telecom:Phone", "path": "Organization.telecom", "sliceName": "Phone" }, { "id": "Organization.telecom:Phone.extension", "path": "Organization.telecom.extension", "slicing": { "rules": "open", "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "Organization.telecom:Phone.extension:comment", "max": "1", "path": "Organization.telecom.extension", "type": [ { "code": "Extension", "profile": [ "https://demis.rki.de/fhir/StructureDefinition/Comment" ] } ], "sliceName": "comment" }, { "id": "Organization.telecom:Phone.system", "min": 1, "path": "Organization.telecom.system", "fixedCode": "phone", "mustSupport": true }, { "id": "Organization.telecom:Phone.value", "min": 1, "path": "Organization.telecom.value", "constraint": [ { "key": "validPhoneNumber", "human": "Die Telefonnummer muss valide sein.", "severity": "warning", "expression": "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')" } ], "mustSupport": true }, { "id": "Organization.address", "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.line.extension", "path": "Organization.address.line.extension", "slicing": { "rules": "open", "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "Organization.address.line.extension:Postfach", "max": "0", "path": "Organization.address.line.extension", "sliceName": "Postfach" }, { "id": "Organization.address.postalCode", "path": "Organization.address.postalCode", "binding": { "strength": "preferred", "valueSet": "https://demis.rki.de/fhir/ValueSet/postalCode" } }, { "id": "Organization.address.country", "path": "Organization.address.country", "binding": { "strength": "extensible", "valueSet": "http://hl7.org/fhir/ValueSet/iso3166-1-2" } }, { "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", "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" }