{
  "resourceType": "StructureDefinition",
  "url": "https://ukowl.de/fhir/testprojektbu/StructureDefinition/2023-12-2023_Adresse",
  "name": "Adresse2023122023",
  "status": "draft",
  "date": "2023-12-04T10:58:43.404049+00:00",
  "description": "Dies ist eine Adress-Profil mit den Pflichtafelddern und Extentions für den Datentyp Adresse.",
  "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",
        "min": 1
      },
      {
        "id": "Address.extension:Planet",
        "path": "Address.extension",
        "sliceName": "Planet",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.ufp/StructureDefinition/planet"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Address.line",
        "path": "Address.line",
        "short": "Adresse-Zeile (z.B Straße, Hausnummer, usw.)",
        "comment": "Max 3, da DIN-Norm",
        "min": 1,
        "max": "3",
        "mustSupport": true
      },
      {
        "id": "Address.city",
        "path": "Address.city",
        "comment": "Kann fehlen, da PLZ",
        "mustSupport": true
      },
      {
        "id": "Address.postalCode",
        "path": "Address.postalCode",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}