@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/1835d257-176f-464e-888e-55af1e0f422a> a dcat:Dataset ;
    dct:description "This publication provides monthly information on the number of bed days occupied by hospital inpatients who are ready for discharge but whose discharge has been delayed. Figures are shown for Scotland, NHS Board area of treatment and Local Authority of residence for patients aged 18 and over." ;
    dct:identifier "1835d257-176f-464e-888e-55af1e0f422a" ;
    dct:issued "2026-08-13T13:14:19.409557"^^xsd:dateTime ;
    dct:modified "2026-08-24T09:23:14.523200"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/135396f8-50ac-44c7-ad71-c25e29afd308> ;
    dct:title "Delayed Discharges - Monthly Bed Days Occupied" ;
    adms:versionNotes "Not assessed" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:hasEmail <mailto:phs.delayeddischarges@phs.scot> ],
        [ a vcard:Organization ;
            vcard:hasEmail <mailto:phs.delayeddischarges@phs.scot> ] ;
    dcat:distribution <https://admin.data.gov.scot/dataset/1835d257-176f-464e-888e-55af1e0f422a/resource/953141de-04e1-41f1-ab47-ede43a972909> ;
    dcat:theme <https://data.gov.scot/def/theme/health-and-social-care> ;
    dgsp:accuracy "The data are considered accurate. Data are validated locally by partnerships. PHS carry out further validation checks in consultation with NHS Boards." ;
    dgsp:comment "Number of bed days occupied by hospital inpatients who are ready for discharge, but whose discharge has been delayed." ;
    dgsp:completeness "It is the policy of PHS to make its web sites and products accessible according to [published guidelines](https://publichealthscotland.scot/accessibility-statement-for-public-health-scotland/).<br/><br/>All delayed discharge reports are accessible via the [PHS website](https://www.publichealthscotland.scot/our-areas-of-work/social-and-community-care/delayed-discharges/publications/). Tables and charts are presented within an interactive Excel workbook with drop down boxes." ;
    dgsp:confidentiality "The [PHS protocol](https://www.publichealthscotland.scot/media/21716/2023-08-24-phs-statistical-disclosure-control-protocol-v21.pdf) on Statistical Disclosure Protocol is followed.<br/>" ;
    dgsp:consistency "Data are not comparable outwith Scotland." ;
    dgsp:geographical_coverage "S08",
        "S12",
        "S92" ;
    dgsp:license_id "uk-ogl" ;
    dgsp:nextUpdate "2026-09-01" ;
    dgsp:quality_management "Data are validated locally by partnerships. PHS carry out further validation checks in consultation with NHS Boards." ;
    dgsp:referencePeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2026"^^xsd:gYear ;
            dcat:startDate "2016"^^xsd:gYear ] ;
    dgsp:timeliness "Data are available for publication within six to eight weeks of the census month." ;
    dgsp:uniqueness "Not assessed" ;
    dgsp:update_frequency "monthly" ;
    dgsp:validity "Key uses of delayed discharge information include monitoring policy obligations both locally and nationally, helping to troubleshoot in partnership areas with specific problems, facilitating benchmarking with other areas, identifying the potential release of resources to focus on more appropriate care and providing useful dialogue between health and social care agencies.<br/><br/>Delayed discharge information is also used to respond to information requests (including FOI requests) from a variety of customers and parliamentary questions." ;
    dgsp:will_be_updated true .

<https://admin.data.gov.scot/dataset/1835d257-176f-464e-888e-55af1e0f422a/resource/953141de-04e1-41f1-ab47-ede43a972909> a dcat:Distribution ;
    dct:description "Data file for Delayed Discharges - Monthly Bed Days Occupied" ;
    dct:format "CSV" ;
    dct:issued "2026-08-13T13:15:33.924522"^^xsd:dateTime ;
    dct:modified "2026-08-24T09:23:14.530000"^^xsd:dateTime ;
    dct:title "landing/c156ffba-dbe8-41d3-af73-2f5a2659eb25/delayed_discharges_monthly_bed_days_occupied.csv" ;
    csvw:tableSchema [ a csvw:Schema ;
            csvw:column [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Units" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyName" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "DateCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Measurement" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Age" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyType" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "int" ;
                    csvw:name "Value" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Reason for Delay" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/953141de-04e1-41f1-ab47-ede43a972909/download> ;
    dgsp:comment "Number of bed days occupied by hospital inpatients who are ready for discharge, but whose discharge has been delayed." ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "GeographyType" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyName" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Age" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Units" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Reason for Delay" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "int" ],
        [ a dgsp:Column ;
            dgsp:column "DateCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Measurement" ;
            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" .

