@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/NIHSS9Sprog> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NIHSS9Sprog"] ; # 
  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 NIHSS9Sprog</b></p><a name=\"NIHSS9Sprog\"> </a><a name=\"hcNIHSS9Sprog\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-NIHSS9Language.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/NIHSS9Language</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2.19.2</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-NIHSS9Language.html#NIHSS9Language-0\">0</a></td><td>0 = Ingen afasi</td><td>No aphasia; normal.</td></tr><tr><td><a href=\"CodeSystem-NIHSS9Language.html#NIHSS9Language-1\">1</a></td><td>1 = Let til moderat afasi</td><td>Mild-to-moderate aphasia; some obvious loss of fluency or facility of comprehension, without significant limitation on ideas expressed or form of expression. Reduction of speech and/or comprehension, however, makes conversation about provided materials difficult or impossible. For example, in conversation about provided materials, examiner can identify picture or naming card content from patient's response.</td></tr><tr><td><a href=\"CodeSystem-NIHSS9Language.html#NIHSS9Language-2\">2</a></td><td>2 = Svær afasi</td><td>Severe aphasia; all communication is through fragmentary expression; great need for inference, questioning, and guessing by the listener. Range of information that can be exchanged is limited; listener carries burden of communication. Examiner cannot identify materials provided from patient response.</td></tr><tr><td><a href=\"CodeSystem-NIHSS9Language.html#NIHSS9Language-3\">3</a></td><td>3 = Global afasi</td><td>Mute, global aphasia; no usable speech or auditory comprehension.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://kip.rkkp.dk/fhir/ValueSet/NIHSS9Sprog"^^xsd:anyURI ;
     fhir:l <https://kip.rkkp.dk/fhir/ValueSet/NIHSS9Sprog>
  ] ; # 
  fhir:version [ fhir:v "2.19.2"] ; # 
  fhir:name [ fhir:v "NIHSS9Sprog"] ; # 
  fhir:title [ fhir:v "NIHSS - 9. Sprog"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2022-06-27T00: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 "The National Institute of Health Stroke Scale (NIHSS) - 9. Sprog (bed patienten beskrive billeder, benævne genstande, læse sætninger)"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/NIHSS9Language"^^xsd:anyURI ;
         fhir:l <https://kip.rkkp.dk/fhir/CodeSystem/NIHSS9Language>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "0" ] ;
         fhir:display [ fhir:v "0 = Ingen afasi" ]
       ] [
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "1 = Let til moderat afasi" ]
       ] [
         fhir:code [ fhir:v "2" ] ;
         fhir:display [ fhir:v "2 = Svær afasi" ]
       ] [
         fhir:code [ fhir:v "3" ] ;
         fhir:display [ fhir:v "3 = Global afasi" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

