{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2021-08-09T11:34:01.67+00:00"
  },
  "url": "https://fhir.cgm.com/adc/fhir/StructureDefinition/MyAddress",
  "name": "MyAddress",
  "status": "draft",
  "date": "2021-08-09",
  "contact": [
    {
      "name": "CGM ALBIS",
      "telecom": [
        {
          "system": "email",
          "value": "alex.dick@cgm.com"
        }
      ]
    }
  ],
  "description": "Einen Test in fhir",
  "fhirVersion": "4.0.1",
  "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:myExtension",
        "path": "Address.extension",
        "sliceName": "myExtension",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.ufp/StructureDefinition/planet"
            ]
          }
        ]
      }
    ]
  }
}