{
  "resourceType": "StructureDefinition",
  "id": "ffb6cab8-3dc3-4032-931f-b1a2796f3294",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-06-17T09:42:45.4451149+00:00"
  },
  "url": "http://imise.de/sst/fhir/StructureDefinition/AddressWithPlanet",
  "version": "0.1",
  "name": "AddressWithPlanet",
  "title": "Test-Adresse",
  "status": "draft",
  "date": "2019-06-17T09:42:49.2788311Z",
  "contact": [
    {
      "name": "Sebastian Stäubert",
      "telecom": [
        {
          "system": "email",
          "value": "sebastian.staeubert@imise.uni-leipzig.de",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Meine Adresse mit Planet",
  "fhirVersion": "3.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"
        }
      },
      {
        "id": "Address.extension:planet",
        "path": "Address.extension",
        "sliceName": "planet",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://fhir.ufp/StructureDefinition/planet"
          }
        ]
      }
    ]
  }
}