{
  "resourceType": "StructureDefinition",
  "id": "SmartAL-Glintt-Organization",
  "url": "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Glintt-Organization",
  "name": "SmartALGlinttOrganization",
  "title": "SmartAL Glintt Organization",
  "status": "active",
  "description": "Organization resource as sent to Glintt. Correlated by Altice business identifier.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open",
          "ordered": false
        },
        "min": 1
      },
      {
        "id": "Organization.identifier:altice",
        "path": "Organization.identifier",
        "sliceName": "altice",
        "short": "Altice business identifier (UUID)",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:altice.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://alticelabs.com/fhir/identifiers/organization"
      },
      {
        "id": "Organization.identifier:altice.value",
        "path": "Organization.identifier.value",
        "min": 1
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}