@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://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-who-performance-score> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bcr-who-performance-score"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-who-performance-score</b></p><a name=\"bcr-who-performance-score\"> </a><a name=\"hcbcr-who-performance-score\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-who-performance-score</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\">0<a name=\"bcr-who-performance-score-0\"> </a></td><td>Asymptomatic, normal activity</td><td>Asymptomatisch, normale activiteit.</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"bcr-who-performance-score-1\"> </a></td><td>Symptomatic, ambulatory</td><td>Symptomatisch, maar ambulant.</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"bcr-who-performance-score-2\"> </a></td><td>Symptomatic, bedridden &lt;50% per day</td><td>Symptomatisch, bedlegerig &lt;50% per dag.</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"bcr-who-performance-score-3\"> </a></td><td>Symptomatic, bedridden &gt;50% per day</td><td>Symptomatisch, bedlegerig &gt;50% per dag.</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"bcr-who-performance-score-4\"> </a></td><td>Fully dependent, 100% bedridden</td><td>Aangewezen op volledige verzorging, 100% bedlegerig.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-who-performance-score"^^xsd:anyURI ;
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-who-performance-score>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BCRWHOPerformanceScore"] ; # 
  fhir:title [ fhir:v "BCR WHO Performance Score"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-05-04T06:30:16+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "eHealth Platform Belgium"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "eHealth Platform Belgium" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.ehealth.fgov.be" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@ehealth.fgov.be" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Patient performance score at incidence date. Bijlage 55, footnote 3."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "BE" ] ;
       fhir:display [ fhir:v "Belgium" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "0" ] ;
     fhir:display [ fhir:v "Asymptomatic, normal activity" ] ;
     fhir:definition [ fhir:v "Asymptomatisch, normale activiteit." ]
  ] [
     fhir:code [ fhir:v "1" ] ;
     fhir:display [ fhir:v "Symptomatic, ambulatory" ] ;
     fhir:definition [ fhir:v "Symptomatisch, maar ambulant." ]
  ] [
     fhir:code [ fhir:v "2" ] ;
     fhir:display [ fhir:v "Symptomatic, bedridden <50% per day" ] ;
     fhir:definition [ fhir:v "Symptomatisch, bedlegerig <50% per dag." ]
  ] [
     fhir:code [ fhir:v "3" ] ;
     fhir:display [ fhir:v "Symptomatic, bedridden >50% per day" ] ;
     fhir:definition [ fhir:v "Symptomatisch, bedlegerig >50% per dag." ]
  ] [
     fhir:code [ fhir:v "4" ] ;
     fhir:display [ fhir:v "Fully dependent, 100% bedridden" ] ;
     fhir:definition [ fhir:v "Aangewezen op volledige verzorging, 100% bedlegerig." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

