FHIR IG analytics
| Package | ca.on.ehr.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-drug-service-coverage.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/drug-service-coverage |
| URL | http://ontariohealth.ca/fhir/ehr/ValueSet/drug-service-coverage |
| Version | 2.0.1 |
| Status | active |
| Date | 2026-01-22 |
| Name | DrugServiceCoverageEHR |
| Title | Drug Service Coverage EHR |
| Realm | ca |
| Authority | national |
| 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. |
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}