{
  "resourceType": "ValueSet",
  "id": "olis-AddressType",
  "url": "http://ehealthontario.ca/fhir/ValueSet/lab/address-type",
  "version": "1.0.0",
  "name": "AddressType",
  "status": "active",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario differentiating mailing from physical addresses. This is strict sub-set of the core FHIR value set.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-type",
        "concept": [
          {
            "code": "both",
            "display": "Postal and Physical"
          }
        ]
      }
    ]
  }
}