{
  "resourceType": "ValueSet",
  "id": "AddressType-ppr",
  "url": "http://ehealthontario.ca/fhir/ValueSet/address-type",
  "version": "1.0.0",
  "name": "AddressType",
  "title": "Address Type",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Codes supported by Ontario Health differentiating mailing from physical addresses",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-type",
        "concept": [
          {
            "code": "postal",
            "display": "Postal"
          },
          {
            "code": "physical",
            "display": "Physical"
          }
        ]
      }
    ]
  }
}