{
  "resourceType": "StructureDefinition",
  "id": "address-ca-core",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/address-ca-core",
  "version": "1.1.0",
  "name": "AddressCACore",
  "title": "Address(CA Core)",
  "status": "active",
  "experimental": false,
  "date": "2025-03-19",
  "publisher": "Canada Health Infoway",
  "contact": [
    {
      "name": "National Standards Release Centre",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.infoway-inforoute.ca"
        },
        {
          "system": "email",
          "value": "standards@infoway-inforoute.ca"
        }
      ]
    }
  ],
  "description": "This profile represents the constraint applied to the Address data type by the CA Core Implementation Guide. It is recommended to follow guidance from Canada Post (https://www.canadapost-postescanada.ca) on capturing addresses.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "CA",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "copyright": "Copyright © 2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address.state",
        "path": "Address.state",
        "short": "The Province or Territory of Canada, or Province, Territory of State of another country",
        "definition": "The Province or Territory of Canada, or Province, Territory of State of another country. Recommend use of ISO 3166-2 Subdivision codes for provinces in Canada https://www.iso.org/obp/ui/#iso:code:3166:CA"
      },
      {
        "id": "Address.country",
        "path": "Address.country",
        "short": "Recommend use of the HL7 Country ValueSet 3 letter code",
        "definition": "Recommend use of the HL7 Country ValueSet 3 letter code https://terminology.hl7.org/ValueSet-v3-Country.html which include codes from urn:iso:std:iso:3166 https://www.iso.org/iso-3166-country-codes.html"
      }
    ]
  }
}