FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-drug-service-coverage.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/drug-service-coverage
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/drug-service-coverage
Version2.0.1
Statusactive
Date2026-01-22
NameDrugServiceCoverageEHR
TitleDrug Service Coverage EHR
Realmca
Authoritynational
DescriptionAssists 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.

Resources that use this resource

StructureDefinition
ca-on-medications-ext-drug-service-coverageDrug/Service Coverage

Resources that this resource uses

CodeSystem
coverage-selfpayCoverage SelfPay Codes
v3-ActCodeActCode

Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    ]
  }
}