@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/ac58f0a4-d739-405b-ab6c-558427eff649> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "56602"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "217834"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/QUARTERLY> ;
    dct:description """The NDTRS is an epidemiological database on treated cases problem drug and alcohol use in Ireland.  It records episodes of treatment during the calendar year.  It also records incidence and prevalence of drug and alcohol treatment.

**Purpose:** The NDTRS was established as an epidemiological database on drug and alcohol misuse treatment episodes in publically funded services.It records incidence of drug and alcohol treatment. 
 
Treatment as defined in the NDTRS: 
 any activity that aims to improve the psychological, medical and social state of individuals 
 one or more of the following: medication (detoxification, methadone reduction and substitution programmes), addiction counselling, group therapy, psychotherapy and/or life skills

**Coverage:** National

Data is published annually (approximately 6 months in arrears) however the on-line portal can faciliate real time reporting.""" ;
    dct:identifier "NDC-0085" ;
    dct:issued "1995-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2023-04-07"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """Service providers at drug treatment centres throughout Ireland compile a record of each episode of treatment who attends through the  online data entry portal.  Submission of data on  paper forms can be facilitated if required.

As there is currently no unique health identifier in Ireland, the NDTRS records episodes (or cases) of treatment, not individuals.

Data is published annually (approximately 6 months in arrears) however the on-line portal can faciliate real time reporting.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """Service providers at drug treatment centres throughout Ireland compile a record of each episode of treatment who attends through the  online data entry portal.  Submission of data on  paper forms can be facilitated if required.

As there is currently no unique health identifier in Ireland, the NDTRS records episodes (or cases) of treatment, not individuals.

Data is published annually (approximately 6 months in arrears) however the on-line portal can faciliate real time reporting.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Health Research Board" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Health Research Board" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-08-17"^^xsd:date ;
            dcat:startDate "1995-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-08-17"^^xsd:date ;
            dcat:startDate "1995-01-01"^^xsd:date ] ;
    dct:title "National Drug Treatment Reporting System (NDTRS)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Health Research Board" ;
            vcard:hasEmail <mailto:data@health-research-boar.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Health Research Board" ;
            vcard:hasEmail <mailto:data@health-research-boar.ie> ] ;
    dcat:keyword "Ireland",
        "epidemiology",
        "statistics" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

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

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

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

