{
  "resourceType": "ValueSet",
  "id": "AddressType",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Address Type</h2><div><p>Codes supported by eHealth Ontario differentiating mailing from physical addresses</p></div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/dstu2/valueset-address-type.html\"><code>http://hl7.org/fhir/address-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/dstu2/valueset-address-type.html#address-type-postal\">postal</a></td><td>Postal</td>d&gt;</tr><tr><td><a href=\"http://hl7.org/fhir/dstu2/valueset-address-type.html#address-type-physical\">physical</a></td><td>Physical</td></tr></table></li></ul></div>"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/address-type",
  "version": "2.0.0",
  "name": "AddressType",
  "status": "active",
  "date": "2018-04-11T15:17:39+00:00",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario differentiating mailing from physical addresses",
  "immutable": false,
  "extensible": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-type",
        "concept": [
          {
            "code": "postal",
            "display": "Postal"
          },
          {
            "code": "physical",
            "display": "Physical"
          }
        ]
      }
    ]
  }
}