@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/5d203543-95ba-4544-959a-221a375d007c> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/chronic-disease> ;
    healthdcatap:maxTypicalAge "75"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "197615"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "62843"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description """Health Statistics is a collection of aggregated tables of health-related data produced by the Department of Health focused primarily on morbidity and mortality.

**Purpose:** Health statistics related to acute and maternity public hospital activity and mortality based on anonymised data sources are in scope. Private hospital activity is out of scope. Ancillary data on resourcing, financing, staff and facilities, and identifiable health data are out of scope. Primary care data is also out of scope.

**Coverage:** National – 1980 - 2020.""" ;
    dct:identifier "NDC-0040" ;
    dct:issued "2020-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-07-09"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Data is provided annually to our Statistics and Analytics Unit." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Data is provided annually to our Statistics and Analytics Unit." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Department of Health" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Department of Health" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-12-10"^^xsd:date ;
            dcat:startDate "2020-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-12-10"^^xsd:date ;
            dcat:startDate "2020-01-01"^^xsd:date ] ;
    dct:title "Health Statistics Successor to Public Health Information System (PHIS)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Department of Health" ;
            vcard:hasEmail <mailto:data@department-of-health.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Department of Health" ;
            vcard:hasEmail <mailto:data@department-of-health.ie> ] ;
    dcat:keyword "Ireland",
        "clinical-data",
        "healthcare",
        "registry",
        "statistics" ;
    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/ANNUAL> a dct:Frequency .

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

