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-ballot&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
DescriptionInformationen über Organisationen, die im Kontext der STF relevant sind
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
StfExportBundleSTF Export Bundle
StfExportProvenanceSTF ExportBundle Provenance

Resources that this resource uses

StructureDefinition
address-de-basisAdresse, deutsches Basisprofil
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",
        "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
      }
    ]
  }
}