{
  "resourceType": "StructureDefinition",
  "id": "level1organization-profile",
  "url": "http://fhir.xt.dev/StructureDefinition/Level1Organization",
  "version": "2.0.1",
  "name": "Level1Organization",
  "title": "Ebene 1 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": "An Organization from the first sub-level in the German reference Organization hierarchy.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "purpose": "Used to model hospitals, pharmacies, doctors' offices, etc. The organizations are generally speaking formally independent legal entities. They may belong to different enterprises, associations, etc. but also conduct business, provide healthcare services and receive payments. Hospital are modelled on this level but also often have additional sub-organizations.",
  "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.identifier:IKNR",
        "path": "Organization.identifier",
        "sliceName": "IKNR",
        "max": "1",
        "patternIdentifier": {
          "use": "official",
          "system": "http://fhir.de/sid/arge-ik/iknr"
        }
      },
      {
        "id": "Organization.identifier:IKNR.use",
        "path": "Organization.identifier.use",
        "min": 1,
        "fixedCode": "official"
      },
      {
        "id": "Organization.identifier:IKNR.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://fhir.de/sid/arge-ik/iknr"
      },
      {
        "id": "Organization.identifier:IKNR.value",
        "path": "Organization.identifier.value",
        "min": 1
      },
      {
        "id": "Organization.identifier:BSNR",
        "path": "Organization.identifier",
        "sliceName": "BSNR",
        "max": "1",
        "patternIdentifier": {
          "use": "official",
          "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"
        }
      },
      {
        "id": "Organization.identifier:BSNR.use",
        "path": "Organization.identifier.use",
        "min": 1,
        "fixedCode": "official"
      },
      {
        "id": "Organization.identifier:BSNR.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"
      },
      {
        "id": "Organization.identifier:BSNR.value",
        "path": "Organization.identifier.value",
        "min": 1
      },
      {
        "id": "Organization.type:HierarchyElementType",
        "path": "Organization.type",
        "sliceName": "HierarchyElementType"
      },
      {
        "id": "Organization.type:HierarchyElementType.coding.system",
        "path": "Organization.type.coding.system",
        "fixedUri": "http://ihe-d.de/CodeSystems/EinrichtungsartenPatientenbezogen"
      },
      {
        "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.",
        "min": 1
      }
    ]
  }
}