@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/ed8a7729-6cce-45ac-9ed0-9bd2708c0e93> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/chronic-disease>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "65"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "67390"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "347794"^^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 """The Cardiac First Response (CFR) report is a two-part patient record which is completed for every patient contact by a trained community first responder who attends an incident.  The data is collected in line with the international Utstein style template which ultimately summarises outcomes and survival rates.

**Purpose:** To collect out-of-hospital cardiac arrests data on the patient population who suffer an out-of-hospital cardiac arrest in order to collect information on pre-hospital treatments, summarise outcomes and survival rates.

**Coverage:** National coverage. All incidents where a community first responder who has completed a recognised Cardiac First Response course is in attendance.""" ;
    dct:identifier "NDC-0012" ;
    dct:issued "2008-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-03-10"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Out-of-hospital cardiac arrest data is collected on the CFR Report each time a trained responder attends an incident. In addition out-of-hospital cardiac arrest data is collected from the following sources: Patient Care Report (PCR) Ambulance Service National Emergency Operations Centre (NEOC) Systems, destination hospital/ emergency department (ED), GP systems. It is collated, verified and entered in to the national out-of-hospital cardiac arrest register (OHCAR)." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Out-of-hospital cardiac arrest data is collected on the CFR Report each time a trained responder attends an incident. In addition out-of-hospital cardiac arrest data is collected from the following sources: Patient Care Report (PCR) Ambulance Service National Emergency Operations Centre (NEOC) Systems, destination hospital/ emergency department (ED), GP systems. It is collated, verified and entered in to the national out-of-hospital cardiac arrest register (OHCAR)." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Pre-Hospital Emergency Care Council" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Pre-Hospital Emergency Care Council" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-10-22"^^xsd:date ;
            dcat:startDate "2008-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-10-22"^^xsd:date ;
            dcat:startDate "2008-01-01"^^xsd:date ] ;
    dct:title "Cardiac First Response Report (CFR Report)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Pre-Hospital Emergency Care Council" ;
            vcard:hasEmail <mailto:data@pre-hospital-emergen.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Pre-Hospital Emergency Care Council" ;
            vcard:hasEmail <mailto:data@pre-hospital-emergen.ie> ] ;
    dcat:keyword "EHDS",
        "epidemiology",
        "health",
        "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 .

