@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/TransplantationstypeCML> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TransplantationstypeCML"] ; # 
  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 TransplantationstypeCML</b></p><a name=\"TransplantationstypeCML\"> </a><a name=\"hcTransplantationstypeCML\"> </a><a name=\"TransplantationstypeCML-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-SKS.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/SKS</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-SKS.html#SKS-BOQF0\">BOQF0</a></td><td>Autolog knoglemarvstransplantation</td><td>BOQF0 - Autolog knoglemarvstransplantation</td></tr><tr><td><a href=\"CodeSystem-SKS.html#SKS-BOQF1\">BOQF1</a></td><td>Allogen knoglemarvstransplantation</td><td>BOQF1 - Allogen knoglemarvstransplantation</td></tr><tr><td><a href=\"CodeSystem-SKS.html#SKS-BOQF2\">BOQF2</a></td><td>Non myeloablativ knoglemarvstransplantation (mini-KMT)</td><td>BOQF2 - Non myeloablativ knoglemarvstransplantation (mini-KMT)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/ValueSet/TransplantationstypeCML"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.1"] ; # 
  fhir:name [ fhir:v "TransplantationstypeCML"] ; # 
  fhir:title [ fhir:v "Transplantationstype (CML)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2022-07-18T00: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 "Transplantationstype (CML)"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/SKS"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "BOQF0" ] ;
         fhir:display [ fhir:v "Autolog knoglemarvstransplantation" ]
       ] [
         fhir:code [ fhir:v "BOQF1" ] ;
         fhir:display [ fhir:v "Allogen knoglemarvstransplantation" ]
       ] [
         fhir:code [ fhir:v "BOQF2" ] ;
         fhir:display [ fhir:v "Non myeloablativ knoglemarvstransplantation (mini-KMT)" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

