FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CodeSystem-DrugServiceCoverage

Packageca.on.ehr.r4
Resource TypeCodeSystem
IdCodeSystem-DrugServiceCoverage
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot9&canonical=http://ehealthontario.ca/fhir/CodeSystem/drug-service-coverage
URLhttp://ehealthontario.ca/fhir/CodeSystem/drug-service-coverage
Version1.0.0
Statusactive
Date2025-04-24
NameDrugServiceCoverageEHR
TitleDrug Service Coverage EHR
Authoritynational
DescriptionIdentifies the type of payer for this dispense.
Contentcomplete

Resources that use this resource

ValueSet
drug-service-coverageDrug Service Coverage EHR
dhdr-drug-service-coverageDrug Service Coverage

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "CodeSystem-DrugServiceCoverage",
  "url": "http://ehealthontario.ca/fhir/CodeSystem/drug-service-coverage",
  "version": "1.0.0",
  "name": "DrugServiceCoverageEHR",
  "title": "Drug Service Coverage EHR",
  "status": "active",
  "date": "2025-04-24",
  "publisher": "Ontario Health",
  "description": "Identifies the type of payer for this dispense.",
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "DRUGPOL",
      "display": "Third-party insurance"
    },
    {
      "code": "PUBLICPOL",
      "display": "Ontario Drug Benefit Program"
    },
    {
      "code": "PAY",
      "display": "Cash"
    }
  ]
}