{
"description": "Informationen über Organisationen, die im Kontext der STF relevant sind",
"_filename": "StructureDefinition-StfOrganisation.json",
"package_name": "de.gematik.sterbefall",
"date": "2026-03-30",
"derivation": "constraint",
"publisher": "ELFA Maßnahme Interoperabilität",
"fhirVersion": "4.0.1",
"name": "StfOrganisation",
"abstract": false,
"type": "Organization",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "STF Organisation",
"package_version": "1.0.2",
"status": "active",
"id": "bc7a77bb-54c8-4edf-adcf-aecf4c9031b8",
"kind": "resource",
"url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfOrganisation",
"version": "1.0.2",
"differential": {
"element": [ {
"id": "Organization.identifier",
"path": "Organization.identifier",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "$this",
"type": "pattern"
} ]
}
}, {
"id": "Organization.identifier:BSNR",
"max": "1",
"min": 0,
"path": "Organization.identifier",
"type": [ {
"code": "Identifier",
"profile": [ "http://fhir.de/StructureDefinition/identifier-bsnr" ]
} ],
"comment": "Die Betriebsstättennummer (BSNR) der Organisation",
"sliceName": "BSNR",
"patternIdentifier": {
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"
}
}, {
"id": "Organization.identifier:IKNR",
"max": "1",
"min": 0,
"path": "Organization.identifier",
"type": [ {
"code": "Identifier",
"profile": [ "http://fhir.de/StructureDefinition/identifier-iknr" ]
} ],
"comment": "Die Institutionskennnummer (IKNR) der Organisation",
"sliceName": "IKNR",
"patternIdentifier": {
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_IKNR"
}
}, {
"id": "Organization.type",
"path": "Organization.type",
"binding": {
"strength": "extensible",
"valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfOrganisationsTypVS"
},
"mustSupport": true
}, {
"id": "Organization.name",
"path": "Organization.name",
"comment": "Name",
"mustSupport": true
}, {
"id": "Organization.address",
"path": "Organization.address",
"type": [ {
"code": "Address",
"profile": [ "http://fhir.de/StructureDefinition/address-de-basis" ]
} ],
"mustSupport": true
}, {
"id": "Organization.address.extension:Bundesland",
"max": "1",
"min": 0,
"path": "Organization.address.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfBundeslandExtension" ]
} ],
"sliceName": "Bundesland",
"mustSupport": true
}, {
"id": "Organization.partOf",
"path": "Organization.partOf",
"mustSupport": true
}, {
"id": "Organization.contact",
"path": "Organization.contact",
"mustSupport": true
}, {
"id": "Organization.contact.name",
"path": "Organization.contact.name",
"comment": "Beispielsweise Ansprechpartner bei der meldenden Stelle",
"mustSupport": true
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization"
}