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

FHIR IG analytics

Packageca.on.dhdr.r4
Resource TypeCodeSystem
IdDrugServiceCoverage.cs.json
FHIR VersionR4

Resources that use this resource

No resources found


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