@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/Interventionsforloeb> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Interventionsforloeb"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Interventionsforloeb</b></p><a name=\"Interventionsforloeb\"> </a><a name=\"hcInterventionsforloeb\"> </a><a name=\"Interventionsforloeb-en-US\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/Interventionsforloeb</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\">HD<a name=\"Interventionsforloeb-HD\"> </a></td><td>Hæmodialyse</td><td>Hæmodialyse</td></tr><tr><td style=\"white-space:nowrap\">PD<a name=\"Interventionsforloeb-PD\"> </a></td><td>Peritonealdialyse</td><td>Peritonealdialyse</td></tr><tr><td style=\"white-space:nowrap\">TX<a name=\"Interventionsforloeb-TX\"> </a></td><td>Transplantation</td><td>Transplantation</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/Interventionsforloeb"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.1"] ; # 
  fhir:name [ fhir:v "Interventionsforloeb"] ; # 
  fhir:title [ fhir:v "Interventionsforløb"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-01-10T00: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 "Interventionsforløb"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "HD" ] ;
     fhir:display [ fhir:v "Hæmodialyse" ] ;
     fhir:definition [ fhir:v "Hæmodialyse" ]
  ] [
     fhir:code [ fhir:v "PD" ] ;
     fhir:display [ fhir:v "Peritonealdialyse" ] ;
     fhir:definition [ fhir:v "Peritonealdialyse" ]
  ] [
     fhir:code [ fhir:v "TX" ] ;
     fhir:display [ fhir:v "Transplantation" ] ;
     fhir:definition [ fhir:v "Transplantation" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

