FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeStructureDefinition
IdStructureDefinition-StfOrganisation.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.sterbefall@1.0.0&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfOrganisation
URLhttp://gematik.de/fhir/oegd/stf/StructureDefinition/StfOrganisation
Version1.0.0-ballot
Statusactive
Date2025-12-05
NameStfOrganisation
TitleSTF Organisation
Realmde
DescriptionInformationen über Organisationen, die im Kontext der STF relevant sind
TypeOrganization
Kindresource

Resources that use this resource

CapabilityStatement
ISiKCapabilityStatementFormularDatenQuelleAkteurStf Krebsregistermeldung CapabilityStatement
StructureDefinition
StfExportBundleSTF Export Bundle
StfExportProvenanceSTF ExportBundle Provenance

Resources that this resource uses

StructureDefinition
address-de-basisAdresse, deutsches Basisprofil
identifier-bsnrIdentifier-Profil für die Abbildung einer Betriebsstättennummer
identifier-iknrIdentifier-Profil für die Abbildung eines Institutionskennzeichens (IKNR)
StfBundeslandExtensionSTF Bundesland Extension
ValueSet
StfOrganisationsTypVSSTF Typ einer Organisation

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",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier:BSNR",
        "path": "Organization.identifier",
        "sliceName": "BSNR",
        "comment": "Die Betriebsstättennummer (BSNR) der Organisation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-bsnr"
            ]
          }
        ],
        "patternIdentifier": {
          "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"
        }
      },
      {
        "id": "Organization.identifier:IKNR",
        "path": "Organization.identifier",
        "sliceName": "IKNR",
        "comment": "Die Institutionskennnummer (IKNR) der Organisation",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-iknr"
            ]
          }
        ],
        "patternIdentifier": {
          "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_IKNR"
        }
      },
      {
        "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
      }
    ]
  }
}