<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ereferral-identifier-use" />
  <url value="http://ehealthontario.ca/fhir/ValueSet/ereferral-identifier-use" />
  <version value="1.0.0" />
  <name value="IdentifierUse" />
  <title value="Identifier Use" />
  <status value="active" />
  <publisher value="Ontario Health" />
  <description value="Codes supported by Ontario Health that can be used to identify the purpose of this identifier, if known. This is a subset of the core FHIR value set." />
  <compose>
    <include>
      <system value="http://hl7.org/fhir/identifier-use" />
      <concept>
        <code value="official" />
        <display value="Official" />
      </concept>
      <concept>
        <code value="secondary" />
        <display value="Secondary" />
      </concept>
    </include>
  </compose>
</ValueSet>