@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/72b0aa00-e091-410e-b2ad-e0b4f3f3792c> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/theme/chronic-disease>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "85"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "623600"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "296137"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/MONTHLY> ;
    dct:description """The Patient Treatment Register (PTR) is a register of surgical and medical patients on in-patient/day-case and outpatient waiting lists in Ireland. It provides up to date information on wait times for in-patient/day-case treatments and outpatient new appointments.

**Purpose:** To report on the waiting list for both in-patient/day-case and outpatient patients. Provide statistics and trends.  Provide basis for treatment commissioned by NTPF.

Data is received from a number of public hospitals. Private hospitals are not included.

**Coverage:** 46 Irish public hospitals report to PTR.

Data Collection: Dec ’07 – Present.""" ;
    dct:identifier "NDC-0110" ;
    dct:issued "2005-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-03-10"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """When a patient is placed on an in-patient/day-case or outpatient public hospital waiting list their details are submitted by secure encryption by the hospital to the NTPF and placed on the PTR.

Both Inpatient and Outpatient data is collected every week.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """When a patient is placed on an in-patient/day-case or outpatient public hospital waiting list their details are submitted by secure encryption by the hospital to the NTPF and placed on the PTR.

Both Inpatient and Outpatient data is collected every week.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Treatment Purchase Fund" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Treatment Purchase Fund" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-07-08"^^xsd:date ;
            dcat:startDate "2005-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-07-08"^^xsd:date ;
            dcat:startDate "2005-01-01"^^xsd:date ] ;
    dct:title "Patient Treatment Register (PTR)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "National Treatment Purchase Fund" ;
            vcard:hasEmail <mailto:data@national-treatment-p.ie> ],
        [ a vcard:Kind ;
            vcard:fn "National Treatment Purchase Fund" ;
            vcard:hasEmail <mailto:data@national-treatment-p.ie> ] ;
    dcat:keyword "Ireland",
        "healthcare",
        "public-health",
        "registry",
        "surveillance" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://publications.europa.eu/resource/authority/access-right/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/MONTHLY> a dct:Frequency .

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

