FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "StfOrganisation",
"url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfOrganisation",
"version": "1.0.0-ballot",
"name": "StfOrganisation",
"title": "STF Organisation",
"status": "active",
"experimental": false,
"date": "2025-12-05",
"publisher": "ELFA Maßnahme Interoperabilität",
"description": "Informationen über Organisationen, die im Kontext der STF relevant sind",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Organization",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation": "constraint",
"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",
"mustSupport": true,
"binding": {
"strength": "extensible",
"valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfOrganisationsTypVS"
}
},
{
"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",
"path": "Organization.address.extension",
"sliceName": "Bundesland",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://gematik.de/fhir/oegd/stf/StructureDefinition/StfBundeslandExtension"
]
}
],
"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
}
]
}
}