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

FHIR IG analytics

Packageca.on.dhdr.r4.v4
Resource TypeCodeSystem
IdDrugServiceCoverage.cs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/CodeSystem/drug-service-coverage
URLhttp://ehealthontario.ca/fhir/CodeSystem/drug-service-coverage
Version1.0.0
Statusactive
Date2022-09-22T10:17:06.3613088+00:00
NameDrugServiceCoverage
TitleDrug Service Coverage
Realmus
Authorityhl7
DescriptionIdentifies the type of payer for this dispense.
Contentcomplete

Resources that use this resource

ValueSet
dhdr-drug-service-coverageDrug Service Coverage

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "drug-service-coverage",
  "url": "http://ehealthontario.ca/fhir/CodeSystem/drug-service-coverage",
  "version": "1.0.0",
  "name": "DrugServiceCoverage",
  "title": "Drug Service Coverage",
  "status": "active",
  "experimental": false,
  "date": "2022-09-22T10:17:06.3613088+00:00",
  "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"
    }
  ]
}