@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/9bbb8e30-eb4e-417c-86af-e219bb9562cc> 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/epidemiology>,
        <http://health.europa.eu/theme/infectious-disease> ;
    healthdcatap:maxTypicalAge "85"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "121993"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "62184"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/MONTHLY> ;
    dct:description """Designated severe maternal morbidity coordinators within all maternity units collate and submit data on women experiencing specific severe maternal morbidities and /or who require a higher level of care to the NPEC using a specific, detailed notification form.

**Purpose:** To investigate the incidence and cause of severe maternal morbidity (SMM) in Ireland. Further, to investigate the location of maternal care for women requiring higher levels of care.  This will assist in informing clinical practice, public health interventions and counselling of prospective mothers.

As major obstetric haemorrhage (MOH) continues to be the leading cause of SMM the NPEC commenced the MOH audit nationally in 2021.

**Coverage:** National Audit all 19 maternity units are participating.

Data collection commenced in 2011 and is ongoing.""" ;
    dct:identifier "NDC-0083" ;
    dct:issued "2011-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2025-04-11"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "SMM data is submitted either via the secure online NPEC database, or alternatively by paper format." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "SMM data is submitted either via the secure online NPEC database, or alternatively by paper format." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Perinatal Epidemiology Centre" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "National Perinatal Epidemiology Centre" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2024-12-31"^^xsd:date ;
            dcat:startDate "2011-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2024-12-31"^^xsd:date ;
            dcat:startDate "2011-01-01"^^xsd:date ] ;
    dct:title "National Audit of Severe Maternal Morbidity (Severe Maternal Morbidity Audit)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "National Perinatal Epidemiology Centre" ;
            vcard:hasEmail <mailto:data@national-perinatal-e.ie> ],
        [ a vcard:Kind ;
            vcard:fn "National Perinatal Epidemiology Centre" ;
            vcard:hasEmail <mailto:data@national-perinatal-e.ie> ] ;
    dcat:keyword "EHDS",
        "Ireland",
        "epidemiology",
        "public-health" ;
    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/MONTHLY> a dct:Frequency .

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

