KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.12.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
: Performance Status score (ECOG/WHO/Zubrod) - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PerformanceStatusScore"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem PerformanceStatusScore</b></p><a name=\"PerformanceStatusScore\"> </a><a name=\"hcPerformanceStatusScore\"> </a><p>This code system <code>https://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore</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\">grade_0<a name=\"PerformanceStatusScore-grade_0\"> </a></td><td>0</td><td>Fully active, able to carry on all pre-disease performance without restriction</td></tr><tr><td style=\"white-space:nowrap\">grade_1<a name=\"PerformanceStatusScore-grade_1\"> </a></td><td>1</td><td>Restricted in physically strenuous activity but ambulatory and able to carry out work of a light or sedentary nature, e.g., light house work, office work</td></tr><tr><td style=\"white-space:nowrap\">grade_2<a name=\"PerformanceStatusScore-grade_2\"> </a></td><td>2</td><td>Ambulatory and capable of all selfcare but unable to carry out any work activities; up and about more than 50% of waking hours</td></tr><tr><td style=\"white-space:nowrap\">grade_3<a name=\"PerformanceStatusScore-grade_3\"> </a></td><td>3</td><td>Capable of only limited selfcare; confined to bed or chair more than 50% of waking hours</td></tr><tr><td style=\"white-space:nowrap\">grade_4<a name=\"PerformanceStatusScore-grade_4\"> </a></td><td>4</td><td>Completely disabled; cannot carry on any selfcare; totally confined to bed or chair</td></tr><tr><td style=\"white-space:nowrap\">grade_5<a name=\"PerformanceStatusScore-grade_5\"> </a></td><td>5</td><td>Dead</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.12.0"] ; #
fhir:name [ fhir:v "PerformanceStatusScore"] ; #
fhir:title [ fhir:v "Performance Status score (ECOG/WHO/Zubrod)"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2022-05-31T00: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 "Score udviklet til performance for cancerpatienter. Kaldes både ECOG, WHO eller Zubrod. Link: https://ecog-acrin.org/resources/ecog-performance-status/"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "grade_0" ] ;
fhir:display [ fhir:v "0" ] ;
fhir:definition [ fhir:v "Fully active, able to carry on all pre-disease performance without restriction" ]
] [
fhir:code [ fhir:v "grade_1" ] ;
fhir:display [ fhir:v "1" ] ;
fhir:definition [ fhir:v "Restricted in physically strenuous activity but ambulatory and able to carry out work of a light or sedentary nature, e.g., light house work, office work" ]
] [
fhir:code [ fhir:v "grade_2" ] ;
fhir:display [ fhir:v "2" ] ;
fhir:definition [ fhir:v "Ambulatory and capable of all selfcare but unable to carry out any work activities; up and about more than 50% of waking hours" ]
] [
fhir:code [ fhir:v "grade_3" ] ;
fhir:display [ fhir:v "3" ] ;
fhir:definition [ fhir:v "Capable of only limited selfcare; confined to bed or chair more than 50% of waking hours" ]
] [
fhir:code [ fhir:v "grade_4" ] ;
fhir:display [ fhir:v "4" ] ;
fhir:definition [ fhir:v "Completely disabled; cannot carry on any selfcare; totally confined to bed or chair" ]
] [
fhir:code [ fhir:v "grade_5" ] ;
fhir:display [ fhir:v "5" ] ;
fhir:definition [ fhir:v "Dead" ]
] ) . #