@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix healthdcatap: <http://healthdataportal.eu/ns/health#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.hiqa.staging.derilinx.com/dataset/4c5f6089-e5a2-4b2d-a575-d68c4ca32a5c> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/chronic-disease>,
        <http://health.europa.eu/theme/epidemiology> ;
    healthdcatap:maxTypicalAge "85"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "1493661"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "372365"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/MONTHLY> ;
    dct:description """Administrative database to regulate the dispensing of methadone treatment. The Central Treatment List (CTL) was established under Statutory Instrument No. 225 (Minister for Health and Children 1998) and is a complete register of all patients receiving methadone (as treatment for problems with opiate use) in Ireland. When a person is considered suitable for methadone detoxification, stabilisation or maintenance, a unique number is allocated to the client and a treatment card is issued for clients when dispensed in community pharmacies.

**Purpose:** To regulate the dispensing of methadone and buprenorphine/Naloxone treatment in Ireland.

**Coverage:** National (Republic Ireland) — all clients prescribed methadone and buprenorphine/Naloxone treatment within Ireland.""" ;
    dct:identifier "NDC-0015" ;
    dct:issued "1998-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-06-10"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """When a person is considered suitable for methadone detoxification, stabilisation or maintenance, in compliance with Regulations the prescribing doctor notifies the CTL with completion of an entry form and a unique number is allocated to the client.
Information is updated on a daily basis.

Monthly and yearly Stats are compiled.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """When a person is considered suitable for methadone detoxification, stabilisation or maintenance, in compliance with Regulations the prescribing doctor notifies the CTL with completion of an entry form and a unique number is allocated to the client.
Information is updated on a daily basis.

Monthly and yearly Stats are compiled.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE National Drug Treatment Centre" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE National Drug Treatment Centre" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-10-20"^^xsd:date ;
            dcat:startDate "1998-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-10-20"^^xsd:date ;
            dcat:startDate "1998-01-01"^^xsd:date ] ;
    dct:title "Central Treatment List (CTL)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "HSE National Drug Treatment Centre" ;
            vcard:hasEmail <mailto:data@hse-national-drug-tr.ie> ],
        [ a vcard:Kind ;
            vcard:fn "HSE National Drug Treatment Centre" ;
            vcard:hasEmail <mailto:data@hse-national-drug-tr.ie> ] ;
    dcat:keyword "health",
        "registry",
        "statistics",
        "surveillance" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://publications.europa.eu/resource/authority/access-right/RESTRICTED> a dct:RightsStatement .

<http://publications.europa.eu/resource/authority/country/IRL> a dct:Location ;
    skos:prefLabel "Ireland" .

<http://publications.europa.eu/resource/authority/frequency/MONTHLY> a dct:Frequency .

<http://publications.europa.eu/resource/authority/language/ENG> a dct:LinguisticSystem .

