@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/d4825d8d-1476-409f-b41b-8b024a0f41d2> a dcat:Dataset ;
    dct:description "The percentage of last 6 months of life spent at home or in a community setting.<br/><br/>Includes all ages, sex, SIMD quintile and urban rural classification. Deaths resulting from external causes are excluded. <br/><br/>End of life care (palliative care) is an important, integral aspect of the health care provided to those living with and dying from any advanced or progressive and life-threatening condition. It is now possible to predict the progress of many of these conditions, enabling a planned approach to end of life care in ways which reflect, as far as possible, the needs and wishes of patients, carers and their families.<br/><br/>More information is available at [Public Health Scotland](https://publichealthscotland.scot/publications/percentage-of-end-of-life-spent-at-home-or-in-a-community-setting/percentage-of-end-of-life-spent-at-home-or-in-a-community-setting-financial-years-ending-31-march-2016-to-2025/).<br/>" ;
    dct:identifier "d4825d8d-1476-409f-b41b-8b024a0f41d2" ;
    dct:issued "2026-08-13T12:02:43.856361"^^xsd:dateTime ;
    dct:modified "2026-08-20T17:19:55.950123"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/135396f8-50ac-44c7-ad71-c25e29afd308> ;
    dct:title "Palliative and End of Life Care" ;
    adms:versionNotes "All data are revised to ensure the most complete data are presented. Data for most recent financial year are provisional and will be updated in the October 2026 publication. Revisions of this nature are due to incomplete data returns at the time of publication. There was a change in the October 2024 publication to the age bands from the financial year 2014/15 where the age group 0-54 has been spilt into 0-17, 18-44 and 45-54." ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:phs.peolc@phs.scot> ],
        [ a vcard:Kind ;
            vcard:hasEmail <mailto:phs.peolc@phs.scot> ] ;
    dcat:distribution <https://admin.data.gov.scot/dataset/d4825d8d-1476-409f-b41b-8b024a0f41d2/resource/cf0f23d8-8e77-45ab-b02a-e71d1ebb932c> ;
    dcat:theme <https://data.gov.scot/def/theme/health-and-social-care> ;
    dgsp:accuracy "SMR01 and SMR04 standard validation processes; wide stakeholder consultation on technical methodology." ;
    dgsp:comment "The percentage of last 6 months of life spent at home or in a community setting" ;
    dgsp:completeness "It is the policy of PHS to make its web sites and products accessible according to [published guidelines](https://www.publichealthscotland.scot/accessibility)." ;
    dgsp:confidentiality "Please see our [privacy notice](https://publichealthscotland.scot/our-privacy-notice/organisational-background) on the Public Health Scotland website." ;
    dgsp:consistency "Trend information from 2010/11 to 2024/25 is available and is not comparable to figures published previously." ;
    dgsp:geographical_coverage "S08",
        "S12",
        "S37",
        "S92" ;
    dgsp:license_id "uk-ogl" ;
    dgsp:nextUpdate "2026-11-01" ;
    dgsp:quality_management "Our statistics comply with the [Code of Practice for Statistics](https://code.statisticsauthority.gov.uk/the-code) in terms of trustworthiness, high quality and public value. This also means that we keep data secure at all stages, through collection, processing, analysis and output production, and adhere to the ['five safes'](https://blog.ons.gov.uk/2017/01/27/the-five-safes-data-privacy-at-ons)." ;
    dgsp:referencePeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2025"^^xsd:gYear ;
            dcat:startDate "2010"^^xsd:gYear ] ;
    dgsp:timeliness "The data used in this publication were extracted from the SMR national databases in August 2025. Full details of [SMR data completeness](https://publichealthscotland.scot/services/data-management/data-management-in-secondary-care-hospital-activity/scottish-morbidity-records-smr/completeness/) and can be found on the SMR Completeness page." ;
    dgsp:uniqueness "Not assessed" ;
    dgsp:update_frequency "annual" ;
    dgsp:validity "Making information publicly available; allowing assessment of implementation/impact of policies or targets." ;
    dgsp:will_be_updated true .

<https://admin.data.gov.scot/dataset/d4825d8d-1476-409f-b41b-8b024a0f41d2/resource/cf0f23d8-8e77-45ab-b02a-e71d1ebb932c> a dcat:Distribution ;
    dct:description "Data file for Palliative and End of Life Care" ;
    dct:format "CSV" ;
    dct:issued "2026-08-13T12:04:12.160501"^^xsd:dateTime ;
    dct:modified "2026-08-13T12:04:12.156891"^^xsd:dateTime ;
    dct:title "end-of-life-care.csv" ;
    csvw:tableSchema [ a csvw:Schema ;
            csvw:column [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyType" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Units" ],
                [ a csvw:Column ;
                    csvw:datatype "float" ;
                    csvw:name "Value" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "DateCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Urban Rural Classification" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Simd Quintiles" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyName" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Measurement" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Palliative And End Of Life Care Indicator" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Sex" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Age" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/cf0f23d8-8e77-45ab-b02a-e71d1ebb932c/download> ;
    dgsp:comment "The percentage of last 6 months of life spent at home or in a community setting" ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "Simd Quintiles" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Sex" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyName" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "DateCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyType" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Age" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "float" ],
        [ a dgsp:Column ;
            dgsp:column "Measurement" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Palliative And End Of Life Care Indicator" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Units" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Urban Rural Classification" ;
            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" .

