{
  "resourceType": "StructureDefinition",
  "id": "de-address",
  "url": "https://fhir.icanbwell.com/4_0_0/StructureDefinition/de-address",
  "version": "1.0",
  "name": "Address",
  "title": "Element: Address",
  "status": "active",
  "date": "2024-02-27T19:00:44.8663724+00:00",
  "publisher": "b.Well Connected Health",
  "description": "Any Address object",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address",
        "path": "Address",
        "short": "A physical or postal address",
        "comment": "Note: Some addresses are subjected to a standardization process that may alter original values",
        "example": [
          {
            "label": "example-physical-address",
            "valueAddress": {
              "use": "home",
              "type": "both",
              "line": [
                "123 Main St",
                "Apt 2"
              ],
              "city": "Houston",
              "state": "TX",
              "postalCode": "77001"
            }
          },
          {
            "label": "example-address-state",
            "valueAddress": {
              "text": "Texas",
              "state": "TX"
            }
          }
        ]
      },
      {
        "id": "Address.id",
        "path": "Address.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Address.use",
        "path": "Address.use",
        "mustSupport": true
      },
      {
        "id": "Address.type",
        "path": "Address.type",
        "mustSupport": true
      },
      {
        "id": "Address.text",
        "path": "Address.text",
        "mustSupport": true
      },
      {
        "id": "Address.line",
        "path": "Address.line",
        "mustSupport": true
      },
      {
        "id": "Address.city",
        "path": "Address.city",
        "mustSupport": true
      },
      {
        "id": "Address.district",
        "path": "Address.district",
        "mustSupport": true
      },
      {
        "id": "Address.state",
        "path": "Address.state",
        "short": "Two-digin state abbreviation",
        "mustSupport": true
      },
      {
        "id": "Address.postalCode",
        "path": "Address.postalCode",
        "alias": [
          "zip-code"
        ],
        "mustSupport": true
      }
    ]
  }
}