@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/18d1bf69-9dfe-4336-a62d-edd80f36c04f> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/theme/chronic-disease> ;
    healthdcatap:maxTypicalAge "75"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "613131"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "382632"^^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 """Antenatal HIV testing for pregnant women. In April 1999, the Department of Health and Children, on the advice of the National AIDS Strategy Committee (NASC), introduced a policy of voluntary antenatal HIV testing in Ireland. As part of this programme, it is recommended that HIV testing be offered to all women who attend for antenatal services. HPSC were asked to set up a system to monitor the HIV antenatal testing programme.

**Purpose:** To provide the best possible information for the control and prevention of infectious diseases, by providing timely information and independent advice, and by carrying out disease surveillance, epidemiological investigation and related research and training. Data on some private patients attending public hospitals is not provided.

**Coverage:** Voluntary participation - 19 maternity hospitals/units participating.

Data collected since 2002.""" ;
    dct:identifier "NDC-0044" ;
    dct:issued "2002-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2023-05-07"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Data are collected on an annual basis by the HPSC from maternity hospitals and units. Surveillance forms are completed by staff in maternity hospitals/clinics on paper or electronically and returned to HPSC." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Data are collected on an annual basis by the HPSC from maternity hospitals and units. Surveillance forms are completed by staff in maternity hospitals/clinics on paper or electronically and returned to HPSC." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Health Protection Surveillance Centre" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "Health Protection Surveillance Centre" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-10-21"^^xsd:date ;
            dcat:startDate "2002-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-10-21"^^xsd:date ;
            dcat:startDate "2002-01-01"^^xsd:date ] ;
    dct:title "HIV Antenatal Testing" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Health Protection Surveillance Centre" ;
            vcard:hasEmail <mailto:data@health-protection-su.ie> ],
        [ a vcard:Kind ;
            vcard:fn "Health Protection Surveillance Centre" ;
            vcard:hasEmail <mailto:data@health-protection-su.ie> ] ;
    dcat:keyword "Ireland",
        "health",
        "public-health" ;
    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 .

