@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/412a7822-1727-4353-b1ac-6193c452de8f> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/theme/epidemiology>,
        <http://health.europa.eu/theme/mental-health> ;
    healthdcatap:maxTypicalAge "75"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "1239802"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "311713"^^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 """CompStat is a web-enabled performance management and reporting system which operates on a monthly cycle including a monthly performance forum process involving all stakeholders wherein the HSE Regions (Dublin Midlands, Ireland East Hospital Group, RCSI Hospital Group, UL Hospital Group, Children’s Hospital Group, South/South West Hospital Group and Saolta) are the locus of performance control.

The purpose of CompStat is to build around a balanced accountability framework of quality, access and resources and incorporates a scorecard performance report on a suite of relevant metrics.

CompStat focuses on acute hospitals metrics from an inpatient, out-patient and day-case perspective, waiting list data, clinical programme data.

**Purpose:** The purpose of Compstat is to enable monthly management of hospital performance using a scorecard performance report on a suite of relevant metrics.

**Coverage:** 51 public hospitals.

Data collection commenced in 2012 and is ongoing.""" ;
    dct:identifier "NDC-0019" ;
    dct:issued "2012-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-01-03"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Data is submitted on a monthly basis from the teaching, regional and general hospitals to the HSE CompStat office. This data collection is supplemented by other primary data sources covering hospital services." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Data is submitted on a monthly basis from the teaching, regional and general hospitals to the HSE CompStat office. This data collection is supplemented by other primary data sources covering hospital services." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE Operational Performance Unit" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE Operational Performance Unit" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-10-21"^^xsd:date ;
            dcat:startDate "2012-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-10-21"^^xsd:date ;
            dcat:startDate "2012-01-01"^^xsd:date ] ;
    dct:title "CompStat" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "HSE Operational Performance Unit" ;
            vcard:hasEmail <mailto:data@hse-operational-perf.ie> ],
        [ a vcard:Kind ;
            vcard:fn "HSE Operational Performance Unit" ;
            vcard:hasEmail <mailto:data@hse-operational-perf.ie> ] ;
    dcat:keyword "EHDS",
        "epidemiology",
        "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/ANNUAL> a dct:Frequency .

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

