@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/ValueSet/ProcedureUdfoertK3DCCG> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ProcedureUdfoertK3DCCG"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ProcedureUdfoertK3DCCG</b></p><a name=\"ProcedureUdfoertK3DCCG\"> </a><a name=\"hcProcedureUdfoertK3DCCG\"> </a><a name=\"ProcedureUdfoertK3DCCG-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ProcedureType.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/ProcedureType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ProcedureType.html#ProcedureType-polypectomy\">polypectomy</a></td><td>Polypektomi</td><td>Polypektomi</td></tr><tr><td><a href=\"CodeSystem-ProcedureType.html#ProcedureType-emr\">emr</a></td><td>EMR inkl. piecemeal EMR</td><td>EMR inkl. piecemeal EMR</td></tr><tr><td><a href=\"CodeSystem-ProcedureType.html#ProcedureType-esd\">esd</a></td><td>ESD inkl. piecemeal ESD</td><td>ESD inkl. piecemeal ESD</td></tr><tr><td><a href=\"CodeSystem-ProcedureType.html#ProcedureType-piecemeal_resection\">piecemeal_resection</a></td><td>Piecemeal resektion</td><td>Piecemeal resektion</td></tr><tr><td><a href=\"CodeSystem-ProcedureType.html#ProcedureType-full_wall_resection\">full_wall_resection</a></td><td>Endoskopisk fuldvægsresektion</td><td>Endoskopisk fuldvægsresektion</td></tr><tr><td><a href=\"CodeSystem-ProcedureType.html#ProcedureType-other_endoscopic\">other_endoscopic</a></td><td>Anden endoskopisk procedure</td><td>Anden endoskopisk procedure</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/ValueSet/ProcedureUdfoertK3DCCG"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.1"] ; # 
  fhir:name [ fhir:v "ProcedureUdfoertK3DCCG"] ; # 
  fhir:title [ fhir:v "Udført procedure K3 (DCCG)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2023-03-02T00:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Sundhedsvæsnets Kvalistetsinstitut with Trifork Digital Health A/S"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Sundhedsvæsnets Kvalistetsinstitut 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 "Udført procedure K3 (DCCG)"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/ProcedureType"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "polypectomy" ] ;
         fhir:display [ fhir:v "Polypektomi" ]
       ] [
         fhir:code [ fhir:v "emr" ] ;
         fhir:display [ fhir:v "EMR inkl. piecemeal EMR" ]
       ] [
         fhir:code [ fhir:v "esd" ] ;
         fhir:display [ fhir:v "ESD inkl. piecemeal ESD" ]
       ] [
         fhir:code [ fhir:v "piecemeal_resection" ] ;
         fhir:display [ fhir:v "Piecemeal resektion" ]
       ] [
         fhir:code [ fhir:v "full_wall_resection" ] ;
         fhir:display [ fhir:v "Endoskopisk fuldvægsresektion" ]
       ] [
         fhir:code [ fhir:v "other_endoscopic" ] ;
         fhir:display [ fhir:v "Anden endoskopisk procedure" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

