{
  "resourceType": "StructureDefinition",
  "url": "https://anagrafe.ssr.toscana.it/fhir/StructureDefinition/Address",
  "name": "Address",
  "title": "Address",
  "status": "active",
  "experimental": false,
  "date": "2021-10-21",
  "description": "Address core profile",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address.text",
        "path": "Address.text",
        "requirements": "SHALL be generated by other fields of Address. Suggested format: line + city + postalcode + country",
        "mustSupport": true
      },
      {
        "id": "Address.city",
        "path": "Address.city",
        "mustSupport": true
      },
      {
        "id": "Address.district",
        "path": "Address.district",
        "comment": "In Italy, this element maps to the concept of \"Provincia\"",
        "mustSupport": true
      },
      {
        "id": "Address.state",
        "path": "Address.state",
        "comment": "In Italy, this element maps to the concept of \"Regione\"",
        "mustSupport": true
      },
      {
        "id": "Address.postalCode",
        "path": "Address.postalCode",
        "mustSupport": true
      },
      {
        "id": "Address.country",
        "path": "Address.country",
        "mustSupport": true,
        "binding": {
          "strength": "preferred",
          "valueSet": "https://terminology.anagrafe.ssr.toscana.it/fhir/ValueSet/ISO3166-3"
        }
      },
      {
        "id": "Address.period",
        "path": "Address.period",
        "mustSupport": true
      }
    ]
  }
}