@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/cc101850-1889-47fa-aae3-e52d09030889> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/ehds/category/registries>,
        <http://health.europa.eu/theme/epidemiology> ;
    healthdcatap:maxTypicalAge "85"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "718497"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "419181"^^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 HSE Health Directory is a technical infrastructure which stores, maintains and publishes standard codes and identifiers for health-related entities such as sites/locations and practitioners, services and organisations.

**Purpose:** The Health Directory is the basis for the provision of identifiers for Health Service Providers - Practitioners, Locations, People and Organisations. The technical infrastructure for the planned Health Directory is currently in development.

**Coverage:** National.

Data collection began in 2016 and is ongoing.""" ;
    dct:identifier "NDC-0037" ;
    dct:issued "2011-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-09-22"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label "Daily demographic feeds from the Department of Social Protection." ],
        [ a dct:ProvenanceStatement ;
            rdfs:label "Daily demographic feeds from the Department of Social Protection." ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE Health Identifiers Service" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "HSE Health Identifiers Service" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-03-22"^^xsd:date ;
            dcat:startDate "2011-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-03-22"^^xsd:date ;
            dcat:startDate "2011-01-01"^^xsd:date ] ;
    dct:title "Health Directory" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "HSE Health Identifiers Service" ;
            vcard:hasEmail <mailto:data@hse-health-identifie.ie> ],
        [ a vcard:Kind ;
            vcard:fn "HSE Health Identifiers Service" ;
            vcard:hasEmail <mailto:data@hse-health-identifie.ie> ] ;
    dcat:keyword "EHDS",
        "Ireland",
        "epidemiology",
        "registry",
        "surveillance" ;
    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 .

