FHIR IG analytics| Package | rki.demis.common |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-LaboratoryFacility.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=rki.demis.common@3.0.0-rc.6&canonical=https://demis.rki.de/fhir/StructureDefinition/LaboratoryFacility |
| URL | https://demis.rki.de/fhir/StructureDefinition/LaboratoryFacility |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-12-11 |
| Name | LaboratoryFacility |
| Title | Beauftragtes Labor |
| Realm | de |
| Description | Das beauftragte Labor enthält die Angaben zum Labor, welches mit der Erregerdiagnostik beauftragt wurde. |
| Copyright | Copyright (C) 2021-2025 Robert Koch-Institut |
| Type | Organization |
| Kind | resource |
No resources found
| StructureDefinition | ||
| de.basisprofil.r4#1.6.0-ballot2 | address-de-basis | Adresse, deutsches Basisprofil |
| de.basisprofil.r4#1.6.0-ballot2 | identifier-bsnr | Identifier-Profil für die Abbildung einer Betriebsstättennummer |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "LaboratoryFacility",
"url": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryFacility",
"version": "1.0.0",
"name": "LaboratoryFacility",
"title": "Beauftragtes Labor",
"status": "active",
"date": "2025-12-11",
"publisher": "Robert Koch-Institut",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "demis-support@rki.de"
}
]
}
],
"description": "Das beauftragte Labor enthält die Angaben zum Labor, welches mit der Erregerdiagnostik beauftragt wurde.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"version": "ALPHA-2",
"code": "DE"
}
]
}
],
"copyright": "Copyright (C) 2021-2025 Robert Koch-Institut",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "servd",
"uri": "http://www.omg.org/spec/ServD/1.0/",
"name": "ServD"
}
],
"kind": "resource",
"abstract": false,
"type": "Organization",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Organization.meta",
"path": "Organization.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.meta.profile",
"path": "Organization.meta.profile",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "$this"
}
],
"rules": "open"
},
"min": 1,
"mustSupport": true
},
{
"id": "Organization.meta.profile:LaboratoryFacility",
"path": "Organization.meta.profile",
"sliceName": "LaboratoryFacility",
"min": 1,
"max": "1",
"patternCanonical": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryFacility",
"mustSupport": true
},
{
"id": "Organization.identifier",
"path": "Organization.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"short": "Identifier des Labors",
"definition": "Als Identifier kann die BSNR oder die von DEMIS zugewiesene Labornummer angegegeben werden.",
"mustSupport": true
},
{
"id": "Organization.identifier:bsnr",
"path": "Organization.identifier",
"sliceName": "bsnr",
"short": "Betriebsstättennummer",
"definition": "Betriebsstättennummer",
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-bsnr"
]
}
],
"mustSupport": true
},
{
"id": "Organization.identifier:demisParticipantId",
"path": "Organization.identifier",
"sliceName": "demisParticipantId",
"short": "DEMIS-Teilnehmer-Nummer",
"definition": "DEMIS-Teilnehmernummer, welche durch das RKI an ausgewählte Systemteilnehmer vergeben wird. Der Identifier entstammt folgendem NamingSystem: https://demis.rki.de/fhir/NamingSystem/DemisParticipantId.",
"max": "1",
"mustSupport": true
},
{
"id": "Organization.identifier:demisParticipantId.system",
"path": "Organization.identifier.system",
"min": 1,
"fixedUri": "https://demis.rki.de/fhir/NamingSystem/DemisParticipantId",
"mustSupport": true
},
{
"id": "Organization.identifier:demisParticipantId.value",
"path": "Organization.identifier.value",
"min": 1,
"constraint": [
{
"key": "demisParticipantIdLength",
"severity": "error",
"human": "Die DEMIS-Teilnehmer-Nummer darf nur aus 5-6 Ziffern bestehen.",
"expression": "$this.toString().matches('^[0-9]{5,6}[%content%]#39;)"
}
],
"mustSupport": true
},
{
"id": "Organization.active",
"path": "Organization.active",
"max": "0"
},
{
"id": "Organization.type",
"path": "Organization.type",
"short": "Art der Einrichtung",
"definition": "Art der Einrichtung. Der type ist immer mit dem Wert \"laboratory\" aus dem CodeSystem https://demis.rki.de/fhir/CodeSystem/organizationType zu belegen.",
"max": "1",
"mustSupport": true
},
{
"id": "Organization.type.coding",
"path": "Organization.type.coding",
"min": 1,
"max": "1",
"patternCoding": {
"system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
"code": "laboratory",
"display": "Erregerdiagnostische Untersuchungsstelle"
},
"mustSupport": true
},
{
"id": "Organization.name",
"path": "Organization.name",
"short": "Einrichtungsname",
"definition": "Einrichtungsname",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.telecom",
"path": "Organization.telecom",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "closed"
},
"short": "Kontaktangaben der Einrichtung",
"definition": "Kontaktangaben der Einrichtung. Telefonnummern, E-Mailadressen, Urls und Faxnummern können angegeben werden.",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.telecom:Email",
"path": "Organization.telecom",
"sliceName": "Email"
},
{
"id": "Organization.telecom:Email.system",
"path": "Organization.telecom.system",
"min": 1,
"fixedCode": "email",
"mustSupport": true
},
{
"id": "Organization.telecom:Email.value",
"path": "Organization.telecom.value",
"min": 1,
"constraint": [
{
"key": "validEmailAddress",
"severity": "error",
"human": "Die E-Mail-Adresse muss valide sein.",
"expression": "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}[%content%]#39;)"
}
],
"mustSupport": true
},
{
"id": "Organization.telecom:Phone",
"path": "Organization.telecom",
"sliceName": "Phone",
"mustSupport": true
},
{
"id": "Organization.telecom:Phone.system",
"path": "Organization.telecom.system",
"min": 1,
"fixedCode": "phone",
"mustSupport": true
},
{
"id": "Organization.telecom:Phone.value",
"path": "Organization.telecom.value",
"min": 1,
"constraint": [
{
"key": "validPhoneNumber",
"severity": "error",
"human": "Die Telefonnummer muss valide sein.",
"expression": "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}[%content%]#39;)"
}
],
"mustSupport": true
},
{
"id": "Organization.telecom:Url",
"path": "Organization.telecom",
"sliceName": "Url"
},
{
"id": "Organization.telecom:Url.system",
"path": "Organization.telecom.system",
"min": 1,
"fixedCode": "url",
"mustSupport": true
},
{
"id": "Organization.telecom:Url.value",
"path": "Organization.telecom.value",
"min": 1,
"constraint": [
{
"key": "validUrl",
"severity": "error",
"human": "Die Url muss valide sein.",
"expression": "$this.matches('^(https?:\\\\/\\\\/(?:www\\\\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\\\.[^\\\\s]{2,}|www\\\\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\\\.[^\\\\s]{2,}|https?:\\\\/\\\\/(?:www\\\\.|(?!www))[a-zA-Z0-9]+\\\\.[^\\\\s]{2,}|www\\\\.[a-zA-Z0-9]+\\\\.[^\\\\s]{2,})[%content%]#39;)"
}
],
"mustSupport": true
},
{
"id": "Organization.telecom:Fax",
"path": "Organization.telecom",
"sliceName": "Fax"
},
{
"id": "Organization.telecom:Fax.system",
"path": "Organization.telecom.system",
"min": 1,
"fixedCode": "fax",
"mustSupport": true
},
{
"id": "Organization.telecom:Fax.value",
"path": "Organization.telecom.value",
"min": 1,
"constraint": [
{
"key": "validFaxNumber",
"severity": "error",
"human": "Die Faxnummer muss valide sein.",
"expression": "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}[%content%]#39;)"
}
],
"mustSupport": true
},
{
"id": "Organization.address",
"path": "Organization.address",
"short": "Einrichtungsadresse",
"definition": "Einrichtungsadresse",
"type": [
{
"code": "Address",
"profile": [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"mustSupport": true
},
{
"id": "Organization.address.line",
"path": "Organization.address.line",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address.city",
"path": "Organization.address.city",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address.postalCode",
"path": "Organization.address.postalCode",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address.country",
"path": "Organization.address.country",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "extensible"
}
},
{
"id": "Organization.contact",
"path": "Organization.contact",
"short": "Ansprechpartner der Einrichtung",
"definition": "Ansprechpartner der Einrichtung",
"mustSupport": true
},
{
"id": "Organization.contact.address",
"path": "Organization.contact.address",
"type": [
{
"code": "Address",
"profile": [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
]
},
{
"id": "Organization.endpoint",
"path": "Organization.endpoint",
"max": "0"
}
]
}
}