{
  "resourceType": "StructureDefinition",
  "url": "https://bghmc.org/fhir/StructureDefinition/BaseAddress",
  "name": "BaseAddress",
  "status": "draft",
  "date": "2023-11-06T04:54:59.1556306+00:00",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address.use",
        "path": "Address.use",
        "min": 1
      },
      {
        "id": "Address.type",
        "path": "Address.type",
        "max": "0"
      },
      {
        "id": "Address.text",
        "path": "Address.text",
        "max": "0"
      },
      {
        "id": "Address.city",
        "path": "Address.city",
        "short": "City/Municipality",
        "min": 1
      },
      {
        "id": "Address.district",
        "path": "Address.district",
        "short": "Province",
        "min": 1
      },
      {
        "id": "Address.state",
        "path": "Address.state",
        "short": "Region",
        "min": 1
      },
      {
        "id": "Address.postalCode",
        "path": "Address.postalCode",
        "min": 1
      },
      {
        "id": "Address.country",
        "path": "Address.country",
        "min": 1,
        "fixedString": "PHL"
      },
      {
        "id": "Address.period",
        "path": "Address.period",
        "max": "0"
      }
    ]
  }
}