{
  "resourceType": "StructureDefinition",
  "id": "level2organizationprofile",
  "url": "http://fhir.xt.dev/StructureDefinition/Level2Organization",
  "version": "2.1.0",
  "name": "Level2Organization",
  "title": "Ebene 2 Organisation",
  "status": "active",
  "date": "2025-02-26T23:38:01.1306839+00:00",
  "publisher": "x-tention Informationstechnologie GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fhir.profiling@x-tention.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "An Organization from the second sub-level in the German reference Organization hierarchy.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "purpose": "Used to model departments, clinics, institutes, centers, etc. The organizations are generally speaking not formally independent legal entities. They are a part of a hospital, which is a level 1 organization. They may have additional sub-organizations, but these are not necessarily modeled for our purposes.",
  "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.name",
        "path": "Organization.name",
        "short": "Name used for the Level 2 organization"
      }
    ]
  }
}