<ValueSet xmlns="http://hl7.org/fhir">
  <id value="wait-time-type" />
  <url value="http://ontariohealth.ca/fhir/ValueSet/wait-time-type" />
  <version value="1.0.0" />
  <name value="WaitTimeType" />
  <title value="Wait Time Type" />
  <status value="draft" />
  <publisher value="Ontario Health" />
  <description value="Code indicates the type of patients wait time." />
  <immutable value="false" />
  <compose>
    <include>
      <system value="http://ontariohealth.ca/fhir/CodeSystem/wait-time-type" />
      <concept>
        <code value="w1" />
        <display value="Wait1 (Patient waiting for the first consultation with a clinician)" />
      </concept>
      <concept>
        <code value="w2" />
        <display value="Wait2 (Patient waiting for the procedure) " />
      </concept>
      <concept>
        <code value="srw1" />
        <display value="Provider self-reported wait1 (Patient waiting for the first consultation with a clinician)" />
      </concept>
      <concept>
        <code value="srw2" />
        <display value="Provider self-repoerted wait2 (Patient waiting for the procedure) " />
      </concept>
    </include>
  </compose>
</ValueSet>