@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://ig.phase2.scip.synanetics.cloud/CodeSystem/MODS-DeathLocationTypeCode-1> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MODS-DeathLocationTypeCode-1"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MODS-DeathLocationTypeCode-1</b></p><a name=\"MODS-DeathLocationTypeCode-1\"> </a><a name=\"hcMODS-DeathLocationTypeCode-1\"> </a><p>This  code system <code>https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-DeathLocationTypeCode-1</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"MODS-DeathLocationTypeCode-1-10\"> </a></td><td>Hospital</td></tr><tr><td style=\"white-space:nowrap\">20<a name=\"MODS-DeathLocationTypeCode-1-20\"> </a></td><td>Private Residence</td></tr><tr><td style=\"white-space:nowrap\">21<a name=\"MODS-DeathLocationTypeCode-1-21\"> </a></td><td>PATIENT's own home</td></tr><tr><td style=\"white-space:nowrap\">22<a name=\"MODS-DeathLocationTypeCode-1-22\"> </a></td><td>Other private residence (e.g. relative's home, Carer's home)</td></tr><tr><td style=\"white-space:nowrap\">30<a name=\"MODS-DeathLocationTypeCode-1-30\"> </a></td><td>Hospice</td></tr><tr><td style=\"white-space:nowrap\">40<a name=\"MODS-DeathLocationTypeCode-1-40\"> </a></td><td>Care Home</td></tr><tr><td style=\"white-space:nowrap\">41<a name=\"MODS-DeathLocationTypeCode-1-41\"> </a></td><td>Care Home with Nursing</td></tr><tr><td style=\"white-space:nowrap\">42<a name=\"MODS-DeathLocationTypeCode-1-42\"> </a></td><td>Care Home without Nursing</td></tr><tr><td style=\"white-space:nowrap\">50<a name=\"MODS-DeathLocationTypeCode-1-50\"> </a></td><td>Other (not listed)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-DeathLocationTypeCode-1"^^xsd:anyURI ;
     fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-DeathLocationTypeCode-1>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MODSDeathLocationTypeCode"] ; # 
  fhir:title [ fhir:v "MODS Death Location Type Code"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-03-24T16:18:08+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://synanetics.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@synanetics.com" ]
     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "GB" ] ;
       fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]
     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "10" ] ;
     fhir:display [ fhir:v "Hospital" ]
  ] [
     fhir:code [ fhir:v "20" ] ;
     fhir:display [ fhir:v "Private Residence" ]
  ] [
     fhir:code [ fhir:v "21" ] ;
     fhir:display [ fhir:v "PATIENT's own home" ]
  ] [
     fhir:code [ fhir:v "22" ] ;
     fhir:display [ fhir:v "Other private residence (e.g. relative's home, Carer's home)" ]
  ] [
     fhir:code [ fhir:v "30" ] ;
     fhir:display [ fhir:v "Hospice" ]
  ] [
     fhir:code [ fhir:v "40" ] ;
     fhir:display [ fhir:v "Care Home" ]
  ] [
     fhir:code [ fhir:v "41" ] ;
     fhir:display [ fhir:v "Care Home with Nursing" ]
  ] [
     fhir:code [ fhir:v "42" ] ;
     fhir:display [ fhir:v "Care Home without Nursing" ]
  ] [
     fhir:code [ fhir:v "50" ] ;
     fhir:display [ fhir:v "Other (not listed)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

