@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix csvw: <http://www.w3.org/ns/csvw#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dgsp: <https://data.gov.scot/def/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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://admin.data.gov.scot/dataset/9c2bc6b6-e141-4b08-b0a1-67655f34fa09> a dcat:Dataset ;
    dct:description "Note: This dataset will not be receiving updates through this portal.<br/><br/>Number of admissions to non-psychiatric/non-obstetric hospitals in Scotland. Information presented is for patients treated as inpatients or day cases only. The year shown refers to the year of discharge from hospital. <br/><br/>During a spell in hospital a patient may be transferred between consultants or hospitals - this can generate more than one hospital record - in such cases a patient is counted only once if they have multiple mentions of a particular diagnosis during the same spell in hospital. However, if a patient has more than one spell in hospital in the year with a particular diagnosis, each spell is counted separately in the figures shown. <br/><br/>Coronary Heart Disease is defined using the International Classification of Diseases Volume 10 (ICD10) codes (I20:I25). Cerebrovascular Disease is defined using the International Classification of Diseases Volume 10 (ICD10) codes (I60:I69, G45). Cancer is defined using the International Classification of Diseases Volume 10 (ICD10) codes (C00:C97). Respiratory Disease is defined using the International Classification of Diseases Volume 10 (ICD10) codes (J00:J99, R09.1). Disease of the Digestive system is defined using the International Classification of Diseases Volume 10 (ICD10) codes (K00:K93). Accidents is defined using the International Classification of Diseases Volume 10 (ICD10) codes (V01-X59, X85-Y35)." ;
    dct:identifier "9c2bc6b6-e141-4b08-b0a1-67655f34fa09" ;
    dct:issued "2026-08-20T15:53:52.613146"^^xsd:dateTime ;
    dct:modified "2026-08-20T17:10:50.735873"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/135396f8-50ac-44c7-ad71-c25e29afd308> ;
    dct:title "Hospital Admissions" ;
    adms:versionNotes "Not assessed" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:phs.opendata@phs.scot> ],
        [ a vcard:Kind ;
            vcard:hasEmail <mailto:phs.opendata@phs.scot> ] ;
    dcat:distribution <https://admin.data.gov.scot/dataset/9c2bc6b6-e141-4b08-b0a1-67655f34fa09/resource/d7f70fa3-e915-47e2-86e7-33846664a952> ;
    dcat:theme <https://data.gov.scot/def/theme/health-and-social-care> ;
    dgsp:accuracy "Not assessed" ;
    dgsp:comment "Number of admissions to non-psychiatric/non-obstetric hospitals in Scotland." ;
    dgsp:completeness "Not assessed" ;
    dgsp:confidentiality "Not assessed" ;
    dgsp:consistency "Not assessed" ;
    dgsp:geographical_coverage "S01",
        "S02",
        "S03",
        "S05",
        "S06",
        "S08",
        "S12",
        "S13",
        "S16",
        "S92" ;
    dgsp:license_id "uk-ogl" ;
    dgsp:quality_management "Not assessed" ;
    dgsp:referencePeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2012"^^xsd:gYear ;
            dcat:startDate "2002"^^xsd:gYear ] ;
    dgsp:timeliness "Not assessed" ;
    dgsp:uniqueness "Not assessed" ;
    dgsp:update_frequency "annual" ;
    dgsp:validity "Not assessed" ;
    dgsp:will_be_updated false .

<https://admin.data.gov.scot/dataset/9c2bc6b6-e141-4b08-b0a1-67655f34fa09/resource/d7f70fa3-e915-47e2-86e7-33846664a952> a dcat:Distribution ;
    dct:description "Data file for Hospital Admissions" ;
    dct:format "CSV" ;
    dct:issued "2026-08-20T15:59:42.416086"^^xsd:dateTime ;
    dct:modified "2026-08-20T15:59:42.399783"^^xsd:dateTime ;
    dct:title "hospital-admissions.csv" ;
    csvw:tableSchema [ a csvw:Schema ;
            csvw:column [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Admission Type" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyName" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Value" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyType" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Age" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Units" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Gender" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "DateCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Measurement" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/d7f70fa3-e915-47e2-86e7-33846664a952/download> ;
    dgsp:comment "Number of admissions to non-psychiatric/non-obstetric hospitals in Scotland." ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "DateCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Age" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Units" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Measurement" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Gender" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyType" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyName" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Admission Type" ;
            dgsp:type "text" ] .

<https://admin.data.gov.scot/organization/135396f8-50ac-44c7-ad71-c25e29afd308> a foaf:Agent ;
    foaf:name "Public Health Scotland" .

<https://data.gov.scot/def/theme/health-and-social-care> a skos:Concept ;
    skos:prefLabel "Health and Social Care" .

