{
  "resourceType": "ValueSet",
  "id": "ProviderAddressPurpose-provider",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Value Set Contents</h3><p>This value set contains 4 concepts</p><p>All codes from system <code>http://ehealthontario.ca/fhir/CodeSystem/ppr-provider-address-purpose</code></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a name=\"http---ehealthontario.ca-fhir-CodeSystem-ppr-ProviderAddressPurpose-M\"></a>M</td><td>Mailing Address</td></tr><tr><td><a name=\"http---ehealthontario.ca-fhir-CodeSystem-ppr-ProviderAddressPurpose-P\"></a>P</td><td>Primary Address</td></tr><tr><td><a name=\"http---ehealthontario.ca-fhir-CodeSystem-ppr-ProviderAddressPurpose-S\"></a>S</td><td>Secondary Address</td></tr></table></div>"
  },
  "url": "http://ontariohealth.ca/fhir/ValueSet/phsd-provider-address-purpose",
  "version": "1.0.0",
  "name": "ProviderAddressPurpose",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Type of provider's practice address or site address.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/phsd-provider-address-purpose",
        "concept": [
          {
            "code": "M",
            "display": "Mailing Address"
          },
          {
            "code": "P",
            "display": "Primary Address"
          },
          {
            "code": "S",
            "display": "Secondary Address"
          }
        ]
      }
    ]
  }
}