@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/HarrisHipScoreGangafvikling> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HarrisHipScoreGangafvikling"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet HarrisHipScoreGangafvikling</b></p><a name=\"HarrisHipScoreGangafvikling\"> </a><a name=\"hcHarrisHipScoreGangafvikling\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-HarrisHipScoreLimp.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/HarrisHipScoreLimp</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2.16.0</span><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-HarrisHipScoreLimp.html#HarrisHipScoreLimp-11\">11</a></td><td>Ingen halten</td><td>None (11)</td></tr><tr><td><a href=\"CodeSystem-HarrisHipScoreLimp.html#HarrisHipScoreLimp-8\">8</a></td><td>Let halten</td><td>Slight (8)</td></tr><tr><td><a href=\"CodeSystem-HarrisHipScoreLimp.html#HarrisHipScoreLimp-5\">5</a></td><td>Tydelig halten</td><td>Moderate (5)</td></tr><tr><td><a href=\"CodeSystem-HarrisHipScoreLimp.html#HarrisHipScoreLimp-0\">0</a></td><td>Udtalt halten</td><td>Severe (0)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://kip.rkkp.dk/fhir/ValueSet/HarrisHipScoreGangafvikling"^^xsd:anyURI ;
     fhir:l <https://kip.rkkp.dk/fhir/ValueSet/HarrisHipScoreGangafvikling>
  ] ; # 
  fhir:version [ fhir:v "2.16.0"] ; # 
  fhir:name [ fhir:v "HarrisHipScoreGangafvikling"] ; # 
  fhir:title [ fhir:v "Harris Hip Score - Gangafvikling"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2022-11-15T00: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 "Harris Hip Score - Gangafvikling"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/HarrisHipScoreLimp"^^xsd:anyURI ;
         fhir:l <https://kip.rkkp.dk/fhir/CodeSystem/HarrisHipScoreLimp>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "11" ] ;
         fhir:display [ fhir:v "Ingen halten" ]
       ] [
         fhir:code [ fhir:v "8" ] ;
         fhir:display [ fhir:v "Let halten" ]
       ] [
         fhir:code [ fhir:v "5" ] ;
         fhir:display [ fhir:v "Tydelig halten" ]
       ] [
         fhir:code [ fhir:v "0" ] ;
         fhir:display [ fhir:v "Udtalt halten" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

