{
  "resourceType": "StructureDefinition",
  "id": "Organization-Department",
  "url": "http://fhir.blacktusk.eu/StructureDefinition/Organization_Department",
  "version": "1.0.0",
  "name": "Organization_Department",
  "status": "draft",
  "publisher": "Black Tusk GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fcc@blacktusk.eu"
        }
      ]
    }
  ],
  "copyright": "Black Tusk GmbH",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "type"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Organization.identifier:IBSNR",
        "path": "Organization.identifier",
        "sliceName": "IBSNR",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.blacktusk.eu/StructureDefinition/Identifier_IBSNR|1.0.0"
            ]
          }
        ],
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier:IBSNR.type",
        "path": "Organization.identifier.type",
        "min": 1
      },
      {
        "id": "Organization.identifier:IBSNR.type.coding",
        "path": "Organization.identifier.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier:IBSNR.type.coding.system",
        "path": "Organization.identifier.type.coding.system",
        "min": 1
      },
      {
        "id": "Organization.identifier:IBSNR.type.coding.code",
        "path": "Organization.identifier.type.coding.code",
        "min": 1
      },
      {
        "id": "Organization.identifier:IBSNR.type.coding.display",
        "path": "Organization.identifier.type.coding.display",
        "patternString": "Cost Center number"
      }
    ]
  }
}