PackagesCanonicalsLogsProblems
    Packages
    de.gematik.fhir.directory@0.11.2
    https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory
{
  "description": "Defines the data structure for medical, regulatory and technical \\norganisations specific for german Healthcare and Telematics Infrastructure.",
  "_filename": "StructureDefinition-OrganizationDirectory.json",
  "package_name": "de.gematik.fhir.directory",
  "date": null,
  "derivation": "constraint",
  "publisher": "gematik GmbH",
  "fhirVersion": "4.0.1",
  "name": "OrganizationDirectory",
  "abstract": false,
  "type": "Organization",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Organization in gematik Directory",
  "package_version": "0.11.2",
  "status": "active",
  "id": "b74b431a-585d-4b62-93fe-f658c17ef4eb",
  "kind": "resource",
  "url": "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory",
  "version": "0.11.2",
  "differential": {
    "element": [ {
      "id": "Organization.id",
      "path": "Organization.id",
      "mustSupport": true
    }, {
      "id": "Organization.meta.tag",
      "min": 1,
      "path": "Organization.meta.tag",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Organization.meta.tag:Origin",
      "max": "1",
      "min": 1,
      "path": "Organization.meta.tag",
      "binding": {
        "strength": "required",
        "valueSet": "https://gematik.de/fhir/directory/ValueSet/OriginVS"
      },
      "sliceName": "Origin",
      "mustSupport": true
    }, {
      "id": "Organization.meta.tag:Origin.system",
      "min": 1,
      "path": "Organization.meta.tag.system",
      "patternUri": "https://gematik.de/fhir/directory/CodeSystem/Origin"
    }, {
      "id": "Organization.extension:organizationVisibility",
      "max": "*",
      "min": 0,
      "path": "Organization.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://gematik.de/fhir/directory/StructureDefinition/OrganizationVisibility" ]
      } ],
      "sliceName": "organizationVisibility",
      "mustSupport": true
    }, {
      "id": "Organization.identifier",
      "min": 1,
      "path": "Organization.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Organization.identifier:TelematikID",
      "max": "1",
      "min": 1,
      "path": "Organization.identifier",
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://fhir.de/StructureDefinition/identifier-telematik-id" ]
      } ],
      "sliceName": "TelematikID",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:BSNR",
      "max": "1",
      "min": 0,
      "path": "Organization.identifier",
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://fhir.de/StructureDefinition/identifier-bsnr" ]
      } ],
      "sliceName": "BSNR",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:KZVA",
      "max": "1",
      "min": 0,
      "path": "Organization.identifier",
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://fhir.de/StructureDefinition/identifier-kzva" ]
      } ],
      "sliceName": "KZVA",
      "mustSupport": true
    }, {
      "id": "Organization.identifier:IKNR",
      "max": "1",
      "min": 0,
      "path": "Organization.identifier",
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://fhir.de/StructureDefinition/identifier-iknr" ]
      } ],
      "sliceName": "IKNR",
      "mustSupport": true
    }, {
      "id": "Organization.active",
      "path": "Organization.active",
      "mustSupport": true
    }, {
      "id": "Organization.type",
      "min": 1,
      "path": "Organization.type",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Organization.type:providerType",
      "max": "*",
      "min": 0,
      "path": "Organization.type",
      "binding": {
        "strength": "required",
        "valueSet": "https://gematik.de/fhir/directory/ValueSet/OrganizationTypeVS"
      },
      "sliceName": "providerType",
      "mustSupport": true
    }, {
      "id": "Organization.type:profession",
      "max": "*",
      "min": 0,
      "path": "Organization.type",
      "binding": {
        "strength": "required",
        "valueSet": "https://gematik.de/fhir/directory/ValueSet/OrganizationProfessionOIDTypeVS"
      },
      "sliceName": "profession",
      "mustSupport": true
    }, {
      "id": "Organization.name",
      "min": 1,
      "path": "Organization.name",
      "mustSupport": true
    }, {
      "id": "Organization.alias",
      "path": "Organization.alias",
      "mustSupport": true
    }, {
      "id": "Organization.address",
      "path": "Organization.address",
      "mustSupport": true
    }, {
      "id": "Organization.address.use",
      "path": "Organization.address.use",
      "mustSupport": true
    }, {
      "id": "Organization.address.text",
      "path": "Organization.address.text",
      "mustSupport": true
    }, {
      "id": "Organization.address.line",
      "path": "Organization.address.line",
      "mustSupport": true
    }, {
      "id": "Organization.address.city",
      "path": "Organization.address.city",
      "mustSupport": true
    }, {
      "id": "Organization.address.state",
      "path": "Organization.address.state",
      "mustSupport": true
    }, {
      "id": "Organization.address.postalCode",
      "path": "Organization.address.postalCode",
      "mustSupport": true
    }, {
      "id": "Organization.address.country",
      "path": "Organization.address.country",
      "mustSupport": true
    }, {
      "id": "Organization.partOf",
      "path": "Organization.partOf",
      "mustSupport": true
    }, {
      "id": "Organization.contact",
      "path": "Organization.contact",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization"
}