@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/3bf5c826-e4f9-4a0f-8f0c-c1d740998136> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/mental-health>,
        <http://health.europa.eu/theme/public-health> ;
    healthdcatap:maxTypicalAge "75"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "0"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "1498971"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "50911"^^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 ACR is the principal source for patient data captured at events.

**Purpose:** To collect Event data on the patient who primarily requires first-aid and capture of data if additional care is required. This will:
1) facilitate strategic planning primarily for voluntary and auxiliary organisations.
2) provide a link in the continuum of patient care across all voluntary and auxiliary organisations in the event of patient handover to another licensed CPG provider.
3) provide a platform for clinical audit.
4) inform research into new skill, services/equipment.

**Coverage:** National coverage at all Events which have medical cover provided by responders/practitioners, on contract or volunteering on behalf of a licensed CPG provider.""" ;
    dct:identifier "NDC-0008" ;
    dct:issued "2014-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2023-06-30"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """Event data is collected on the ACR real time for every patient contact.
Patient information is entered on the 2 part report in circumstances listed:  
All circumstances where a patient is treated.
All circumstances where a patient refuses treatment contrary to advice given by the responder/practitioner.  
In the event of the patient being transported to an ED/destination facility an ACR copy is included at handover and stored with the patient record/chart. 
The remaining copy remains with the licensed CPG provider organisation for storage.
eACR used by CPG Providers.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """Event data is collected on the ACR real time for every patient contact.
Patient information is entered on the 2 part report in circumstances listed:  
All circumstances where a patient is treated.
All circumstances where a patient refuses treatment contrary to advice given by the responder/practitioner.  
In the event of the patient being transported to an ED/destination facility an ACR copy is included at handover and stored with the patient record/chart. 
The remaining copy remains with the licensed CPG provider organisation for storage.
eACR used by CPG Providers.""" ] ;
    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 "2026-10-29"^^xsd:date ;
            dcat:startDate "2014-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2026-10-29"^^xsd:date ;
            dcat:startDate "2014-01-01"^^xsd:date ] ;
    dct:title "Ambulatory Care Report (ACR)" ;
    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",
        "clinical-data",
        "public-health",
        "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/QUARTERLY> a dct:Frequency .

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

