{
  "resourceType": "StructureDefinition",
  "id": "8a098778-2c8e-474c-82b2-c9ce8000fab3",
  "meta": {
    "lastUpdated": "2020-01-24T09:53:11.669+00:00"
  },
  "url": "http://example.ufp/fhir/StructureDefinition/MyAddress",
  "name": "AdresseMitPlanet",
  "title": "Adresse mit Planet",
  "status": "draft",
  "date": "2020-01-24T09:53:11.4700145+00:00",
  "fhirVersion": "4.0.0",
  "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": "vcard",
      "uri": "http://w3.org/vcard",
      "name": "vCard Mapping"
    }
  ],
  "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"
        }
      },
      {
        "id": "Address.extension:extensionPlanet",
        "path": "Address.extension",
        "sliceName": "extensionPlanet",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.ufp/StructureDefinition/planet"
            ]
          }
        ]
      },
      {
        "id": "Address.line",
        "path": "Address.line",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Address.city",
        "path": "Address.city",
        "min": 1
      }
    ]
  }
}