@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/ICRSGraduering14> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ICRSGraduering14"] ; # 
  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 ICRSGraduering14</b></p><a name=\"ICRSGraduering14\"> </a><a name=\"hcICRSGraduering14\"> </a><a name=\"ICRSGraduering14-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ICRSGradingSystem.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/ICRSGradingSystem</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-ICRSGradingSystem.html#ICRSGradingSystem-grade_1\">grade_1</a></td><td>Grad 1: Overfladisk brusklæsion</td><td>Grade 1: Nearly normal, superficial lesions</td></tr><tr><td><a href=\"CodeSystem-ICRSGradingSystem.html#ICRSGradingSystem-grade_2\">grade_2</a></td><td>Grad 2: Brusklæsion &lt; 50% af brusktykkelse</td><td>Grade 2: Abnormal, lesiosn extending down to &lt;50% of cartilage depth</td></tr><tr><td><a href=\"CodeSystem-ICRSGradingSystem.html#ICRSGradingSystem-grade_3\">grade_3</a></td><td>Grad 3: Større end 50% af brusktykkelsen</td><td>Grade 3: Severely abnormal, cartilage defects extending down &gt;50% of cartilage depth</td></tr><tr><td><a href=\"CodeSystem-ICRSGradingSystem.html#ICRSGradingSystem-grade_4\">grade_4</a></td><td>Grad 4: Blottet knogle eller osteokondral læsion</td><td>Grade 4: Severely abnormal</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/ValueSet/ICRSGraduering14"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.1"] ; # 
  fhir:name [ fhir:v "ICRSGraduering14"] ; # 
  fhir:title [ fhir:v "ICRS graduering 1-4"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2022-09-19T00: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 "ICRS graduering 1-4"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/ICRSGradingSystem"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "grade_1" ] ;
         fhir:display [ fhir:v "Grad 1: Overfladisk brusklæsion" ]
       ] [
         fhir:code [ fhir:v "grade_2" ] ;
         fhir:display [ fhir:v "Grad 2: Brusklæsion < 50% af brusktykkelse" ]
       ] [
         fhir:code [ fhir:v "grade_3" ] ;
         fhir:display [ fhir:v "Grad 3: Større end 50% af brusktykkelsen" ]
       ] [
         fhir:code [ fhir:v "grade_4" ] ;
         fhir:display [ fhir:v "Grad 4: Blottet knogle eller osteokondral læsion" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

