{
  "resourceType": "StructureDefinition",
  "url": "https://luxith.lu/fhir/exploringfhir/StructureDefinition/MyAddressWithPlanet",
  "name": "MyAddressWithPlanet",
  "status": "draft",
  "date": "2023-01-26T13:04:59.5746486+00:00",
  "publisher": "Maxime LARCELET",
  "contact": [
    {
      "name": "Maxime LARCELET",
      "telecom": [
        {
          "system": "email",
          "value": "maxime.larcelet@luxith.lu",
          "use": "work"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address.extension",
        "path": "Address.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Address.extension:planet",
        "path": "Address.extension",
        "sliceName": "planet",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://new.fhir.ufp/StructureDefinition/planet"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Address.extension:Quadrant",
        "path": "Address.extension",
        "sliceName": "Quadrant",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://luxith.lu/fhir/exploringfhir/StructureDefinition/Quadrant"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Address.line",
        "path": "Address.line",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Address.city",
        "path": "Address.city",
        "min": 1
      }
    ]
  }
}