<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ValueSet-DrugServiceCoverage" />
  <url value="http://ontariohealth.ca/fhir/ehr/ValueSet/drug-service-coverage" />
  <version value="2.0.1" />
  <name value="DrugServiceCoverageEHR" />
  <title value="Drug Service Coverage EHR" />
  <status value="active" />
  <experimental value="false" />
  <date value="2026-01-22" />
  <publisher value="Ontario Health" />
  <contact>
    <name value="Ontario Health - Digital Health Standards" />
    <telecom>
      <system value="url" />
      <value value="https://ehealthontario.on.ca/en/it-professionals/standards" />
    </telecom>
    <telecom>
      <system value="email" />
      <value value="DigitalHealthStandards@ontariohealth.ca" />
    </telecom>
  </contact>
  <description value="Assists prescribers and dispensers in medication selection and monitoring to reduce barriers to filling prescriptions and to facilitate optimal care. Indicates whether a medication or service cost was covered by a public plan, a private insurance plan or by the patient themselves." />
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/coverage-selfpay" />
      <concept>
        <code value="pay" />
        <display value="Pay" />
      </concept>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
      <concept>
        <code value="PUBLICPOL" />
        <display value="public healthcare" />
      </concept>
      <concept>
        <code value="DRUGPOL" />
        <display value="drug policy" />
      </concept>
    </include>
  </compose>
</ValueSet>