@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/5bbe70ff-6441-4c80-990a-49f918481d10> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "18"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "756890"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "49756"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description """The Irish Heart Attack Audit reports on data from the Heartbeat portal which is a web based system that uses the HIPE portal infrastructure. It audits against agreed standards and guidelines and reports on outcomes for patients with STEMI.

**Purpose:** Aim: To conduct audit of Acute Coronary Syndrome (ACS) care.

IHAA objectives can be found at this link: https://www.noca.ie/acs-objectives 

In scope:

 Currently the IHAA collects data on all patients with an ST elevated Myocardial Infarction (STEMI), who are admitted to a percutaneous intervention (PCI) centre for Primary PCI
 Patients can be either admitted directly to a PCI centre or transferred from another hospital to the PCI centre
 Cases reported are 18 years or more.

Out of scope:


**Coverage:** National.

All hospitals that provide a Primary PCI service, n=10.

The degree of coverage of STEMI cases is based on the number of STEMI (ICD 10 AM codes i21.0, i21.1, i21.2, i21.3) cases discharged from the PCI centres against the number of cases submitted onto the Heartbeat portal via HIPE (Hospi""" ;
    dct:identifier "NDC-0065" ;
    dct:issued "2012-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2023-01-14"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """Data is taken from the medical record by audit coordinators (senior cardiology nursing staff) with permitted access and inputted into the HIPE Heartbeat portal.

Data can be entered while the patient is an in-patient and completed on discharge. Data entry is requested to be complete within the quarter following discharge from hospital.

If a patient is transferred to a local hospital for on-going acute STEMI care audit coordinators contact colleagues in the local hospital to access additional outcome data e.g. discharge destination.

All data must be submitted by the close of the HIPE file, usually one quarter after end of calendar year.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """Data is taken from the medical record by audit coordinators (senior cardiology nursing staff) with permitted access and inputted into the HIPE Heartbeat portal.

Data can be entered while the patient is an in-patient and completed on discharge. Data entry is requested to be complete within the quarter following discharge from hospital.

If a patient is transferred to a local hospital for on-going acute STEMI care audit coordinators contact colleagues in the local hospital to access additional outcome data e.g. discharge destination.

All data must be submitted by the close of the HIPE file, usually one quarter after end of calendar year.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Office of Clinical Audit" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Office of Clinical Audit" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-03-28"^^xsd:date ;
            dcat:startDate "2012-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-03-28"^^xsd:date ;
            dcat:startDate "2012-01-01"^^xsd:date ] ;
    dct:title "Irish Heart Attack Audit (IHAA)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "National Office of Clinical Audit" ;
            vcard:hasEmail <mailto:data@national-office-of-c.ie> ],
        [ a vcard:Kind ;
            vcard:fn "National Office of Clinical Audit" ;
            vcard:hasEmail <mailto:data@national-office-of-c.ie> ] ;
    dcat:keyword "EHDS",
        "health",
        "healthcare",
        "registry",
        "statistics" ;
    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/ANNUAL> a dct:Frequency .

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

