@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/df88a672-cf4e-4dde-889d-847e5de6d9eb> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/theme/infectious-disease>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "202114"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "364221"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/QUARTERLY> ;
    dct:description """The database records data on all residents (on 31 March of the census year in question) of psychiatric inpatient facilities on the register of approved centres under the Mental Health Act 2001.

**Purpose:** The census database is a psychiatric inpatient database which captures the number of psychiatric patient’s resident on a certain date for the planning and future development of mental health services and to allow for the prediction of possible future bed and hospital requirements at both national and local levels by service planners, HSE management teams and clinicians.

Coverage is limited to residents in MHC approved centres. Community provision is out of scope.

**Coverage:** All psychiatric units and hospitals operating under the provisions of the Mental Health Act 2001 and on the register of approved centres under the Mental Health Act.

Data has been collected at various census intervals since 1963.""" ;
    dct:identifier "NDC-0074" ;
    dct:issued "1963-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2023-03-01"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """Data for the census are collected by each hospital/centre for each inpatient resident on 31 March and returned electronically to the HRB.

Data is currently collected every three years and this timeframe is reviewed according to demands for increased or decreased frequency for census data.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """Data for the census are collected by each hospital/centre for each inpatient resident on 31 March and returned electronically to the HRB.

Data is currently collected every three years and this timeframe is reviewed according to demands for increased or decreased frequency for census data.""" ] ;
    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 "2026-09-30"^^xsd:date ;
            dcat:startDate "1963-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-09-30"^^xsd:date ;
            dcat:startDate "1963-01-01"^^xsd:date ] ;
    dct:title "Irish Psychiatric Units and Hospitals Census" ;
    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 "EHDS",
        "clinical-data",
        "epidemiology",
        "public-health",
        "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/QUARTERLY> a dct:Frequency .

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

