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