@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/a0fb2b99-be1f-4888-907d-424f614ea92f> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/chronic-disease>,
        <http://health.europa.eu/theme/infectious-disease>,
        <http://health.europa.eu/theme/mental-health> ;
    healthdcatap:maxTypicalAge "85"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "0"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "719437"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "73182"^^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 """HIPE is the principal source of national data on discharges from acute hospitals in Ireland.

**Purpose:** To maintain a timely accurate national database of hospital discharge activity that meets the needs of the data users (including policymakers, clinical teams and researchers), through the development and support of the data collection and reporting software, training of coders, data quality, audit, reporting, and responding to requests for data.

All acute public hospitals participate in HIPE. Private hospitals are not included.

**Coverage:** National- all acute public hospitals participate in HIPE.

HIPE data collection commenced in 1971 and is ongoing.""" ;
    dct:identifier "NDC-0045" ;
    dct:issued "1969-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-09-07"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Information is abstracted from medical charts or records and coded by trained clinical coders in line with national and international coding guidelines before entering into HIPE system (HIPE Portal). HIPE data is exported from acute hospitals to the HPO on a monthly basis with an expectation of a time lag of 30 days post patient discharge." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Information is abstracted from medical charts or records and coded by trained clinical coders in line with national and international coding guidelines before entering into HIPE system (HIPE Portal). HIPE data is exported from acute hospitals to the HPO on a monthly basis with an expectation of a time lag of 30 days post patient discharge." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Healthcare Pricing Office" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Healthcare Pricing Office" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2026-10-21"^^xsd:date ;
            dcat:startDate "1969-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-10-21"^^xsd:date ;
            dcat:startDate "1969-01-01"^^xsd:date ] ;
    dct:title "Hospital In-Patient Enquiry (HIPE)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Healthcare Pricing Office" ;
            vcard:hasEmail <mailto:data@healthcare-pricing-o.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Healthcare Pricing Office" ;
            vcard:hasEmail <mailto:data@healthcare-pricing-o.ie> ] ;
    dcat:keyword "EHDS",
        "epidemiology",
        "healthcare",
        "public-health",
        "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 .

