{
  "resourceType": "StructureDefinition",
  "id": "level3organizationprofile",
  "url": "http://fhir.xt.dev/StructureDefinition/Level3Organization",
  "version": "2.1.0",
  "name": "Level3Organization",
  "title": "Ebene 3 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 third sub-level in the German reference Organization hierarchy.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "purpose": "Used to model departments which are sub-organizations of clinics which in turn are sub-organizations of a hospital. The organizations are generally speaking not formally independent legal entities. They may have additional sub-organizations, such as wards, 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 3 organization"
      }
    ]
  }
}