@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://kip.rkkp.dk/fhir/CodeSystem/MDTNotFollowed> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MDTNotFollowed"] ; # 
  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 MDTNotFollowed</b></p><a name=\"MDTNotFollowed\"> </a><a name=\"hcMDTNotFollowed\"> </a><p>This  code system <code>https://kip.rkkp.dk/fhir/CodeSystem/MDTNotFollowed</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">wishfornotreatment<a name=\"MDTNotFollowed-wishfornotreatment\"> </a></td><td>Ønsker ikke behandlingen</td><td>Patienten ønsker ikke behandlingen</td></tr><tr><td style=\"white-space:nowrap\">nonoperable<a name=\"MDTNotFollowed-nonoperable\"> </a></td><td>Non-operabel</td><td>Patienten er blevet non-operabel</td></tr><tr><td style=\"white-space:nowrap\">nonresectable<a name=\"MDTNotFollowed-nonresectable\"> </a></td><td>Non-resektabel</td><td>Patienten er blevet non-resektabel</td></tr><tr><td style=\"white-space:nowrap\">death<a name=\"MDTNotFollowed-death\"> </a></td><td>Død</td><td>Patienten er død</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/MDTNotFollowed"^^xsd:anyURI ;
     fhir:l <https://kip.rkkp.dk/fhir/CodeSystem/MDTNotFollowed>
  ] ; # 
  fhir:version [ fhir:v "2.19.2"] ; # 
  fhir:name [ fhir:v "MDTNotFollowed"] ; # 
  fhir:title [ fhir:v "Reasons for MDT-decision not followed"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2022-06-03T00:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://trifork.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "rbk@trifork.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Årsagen til hvorfor MDT-beslutning (Multidisciplinære Teamkonferencer) ikke er fuldt"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "wishfornotreatment" ] ;
     fhir:display [ fhir:v "Ønsker ikke behandlingen" ] ;
     fhir:definition [ fhir:v "Patienten ønsker ikke behandlingen" ]
  ] [
     fhir:code [ fhir:v "nonoperable" ] ;
     fhir:display [ fhir:v "Non-operabel" ] ;
     fhir:definition [ fhir:v "Patienten er blevet non-operabel" ]
  ] [
     fhir:code [ fhir:v "nonresectable" ] ;
     fhir:display [ fhir:v "Non-resektabel" ] ;
     fhir:definition [ fhir:v "Patienten er blevet non-resektabel" ]
  ] [
     fhir:code [ fhir:v "death" ] ;
     fhir:display [ fhir:v "Død" ] ;
     fhir:definition [ fhir:v "Patienten er død" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

