{
  "resourceType": "ValueSet",
  "id": "ValueSet-DrugServiceCoverage",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/drug-service-coverage",
  "version": "2.0.1",
  "name": "DrugServiceCoverageEHR",
  "title": "Drug Service Coverage EHR",
  "status": "active",
  "experimental": false,
  "date": "2026-01-22",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health - Digital Health Standards",
      "telecom": [
        {
          "system": "url",
          "value": "https://ehealthontario.on.ca/en/it-professionals/standards"
        },
        {
          "system": "email",
          "value": "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "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": "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
        "concept": [
          {
            "code": "pay",
            "display": "Pay"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "PUBLICPOL",
            "display": "public healthcare"
          },
          {
            "code": "DRUGPOL",
            "display": "drug policy"
          }
        ]
      }
    ]
  }
}