{
"description": "Informationen über Organisationen, die im Kontext der STF relevant sind",
"_filename": "StructureDefinition-StfOrganisation.json",
"package_name": "de.gematik.sterbefall",
"date": "2025-09-05",
"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.0-beta.3",
"status": "active",
"id": "8e5c6141-34ed-41de-b1d0-982751456c62",
"kind": "resource",
"url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfOrganisation",
"version": "1.0.0-beta.3",
"differential": {
"element": [ {
"id": "Organization.identifier",
"path": "Organization.identifier",
"comment": "Beispielsweise Melder ID der meldenden Stelle oder Nummer des Standesamtes",
"mustSupport": true
}, {
"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"
}