{
  "resourceType": "StructureDefinition",
  "id": "zd-organization",
  "url": "http://zorgdomein.nl/fhir/StructureDefinition/zd-organization",
  "name": "ZD Organization",
  "status": "draft",
  "date": "2017-03-01T11:00:00+00:00",
  "publisher": "ZorgDomein",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://zorgdomein.nl"
        },
        {
          "system": "email",
          "value": "io@zorgdomein.nl"
        }
      ]
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "short": "Identifies this organization across multiple systems",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.extension",
        "path": "Organization.identifier.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier.extension:preferredidentifier",
        "path": "Organization.identifier.extension",
        "sliceName": "preferredidentifier",
        "short": "Indicates whether the identifier is the preferred identifier for this organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://zorgdomein.nl/fhir/StructureDefinition/zd-preferredidentifier"
          }
        ]
      },
      {
        "id": "Organization.identifier:URA-nummer",
        "path": "Organization.identifier",
        "sliceName": "URA-nummer",
        "short": "Identifies this organization by URA-nummer",
        "max": "1"
      },
      {
        "id": "Organization.identifier:URA-nummer.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://fhir.nl/fhir/NamingSystem/ura"
      },
      {
        "id": "Organization.identifier:URA-nummer.value",
        "path": "Organization.identifier.value",
        "short": "URA-nummer",
        "min": 1
      },
      {
        "id": "Organization.identifier:AGB-code",
        "path": "Organization.identifier",
        "sliceName": "AGB-code",
        "short": "Identifies this organization by AGB-code",
        "max": "1"
      },
      {
        "id": "Organization.identifier:AGB-code.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://fhir.nl/fhir/NamingSystem/agb-z"
      },
      {
        "id": "Organization.identifier:AGB-code.value",
        "path": "Organization.identifier.value",
        "short": "AGB-code",
        "min": 1
      },
      {
        "id": "Organization.identifier:KvK-nummer",
        "path": "Organization.identifier",
        "sliceName": "KvK-nummer",
        "short": "Identifies this organization by KvK-nummer",
        "max": "1"
      },
      {
        "id": "Organization.identifier:KvK-nummer.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://www.kvk.nl/"
      },
      {
        "id": "Organization.identifier:KvK-nummer.value",
        "path": "Organization.identifier.value",
        "short": "KvK-nummer",
        "min": 1
      },
      {
        "id": "Organization.identifier:local",
        "path": "Organization.identifier",
        "sliceName": "local",
        "short": "Identifies this organization by a local identifier"
      },
      {
        "id": "Organization.identifier:local.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://zorgdomein.nl/fhir/identifier/local"
      },
      {
        "id": "Organization.identifier:local.value",
        "path": "Organization.identifier.value",
        "min": 1
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}