{
  "resourceType": "StructureDefinition",
  "id": "level0organization-profile",
  "url": "http://fhir.xt.dev/StructureDefinition/Level0Organization",
  "version": "2.0.1",
  "name": "Level0Organization",
  "title": "Ebene 0 Organisation",
  "status": "active",
  "experimental": false,
  "date": "2025-07-27T15:42:16.3717829+00:00",
  "publisher": "x-tention Informationstechnologie GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir.profiling@x-tention.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Base level organization in the German reference Organization hierarchy.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "purpose": "Used to model hospital provider enterprises, e.g. a private hospital chain, a university clinic or an association of municipal healthcare providers.",
  "copyright": "x-tention Informationstechnologie GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://fhir.xt.dev/StructureDefinition/AbstractHierarchicalOrganization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.type:HierarchyElementType",
        "path": "Organization.type",
        "sliceName": "HierarchyElementType",
        "code": [
          {
            "system": "https://fhir.xt.dev/codesystem/HospitalOrganizationHierarchy",
            "code": "TRGR"
          }
        ]
      },
      {
        "id": "Organization.type:HierarchyElementType.coding.system",
        "path": "Organization.type.coding.system",
        "fixedUri": "http://fhir.xt.dev/CodeSystem/HospitalOrganizationHierarchy"
      },
      {
        "id": "Organization.type:HierarchyElementType.coding.code",
        "path": "Organization.type.coding.code",
        "short": "Träger",
        "fixedCode": "TRGR"
      },
      {
        "id": "Organization.type:Flags",
        "path": "Organization.type",
        "sliceName": "Flags",
        "max": "0"
      },
      {
        "id": "Organization.alias",
        "path": "Organization.alias",
        "max": "1"
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "max": "0"
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "requirements": "Level 0 Organizations are defined as not having any parent organization, i.e. being the base of a organization (sub-)tree.",
        "max": "0"
      }
    ]
  }
}