FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/PerformanceStatusScore

Packagedk.kip.rkkp.fhir.ig.core
TypeCodeSystem
IdPerformanceStatusScore
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-PerformanceStatusScore.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore
Version2.12.0
Statusactive
Date2022-05-31T00:00:00+02:00
NamePerformanceStatusScore
TitlePerformance Status score (ECOG/WHO/Zubrod)
DescriptionScore udviklet til performance for cancerpatienter. Kaldes både ECOG, WHO eller Zubrod. Link: https://ecog-acrin.org/resources/ecog-performance-status/
Contentcomplete

Resources that use this resource

ValueSet
ECOGECOG Performance Status Scale
ECOGHAEMAECOG Performance Status Skala til HÆMA specialerne
WHOPerformanceStatus04WHO Performance status grad 1-4

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem PerformanceStatusScore

This code system https://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore defines the following codes:

CodeDisplayDefinition
grade_0 0Fully active, able to carry on all pre-disease performance without restriction
grade_1 1Restricted 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
grade_2 2Ambulatory and capable of all selfcare but unable to carry out any work activities; up and about more than 50% of waking hours
grade_3 3Capable of only limited selfcare; confined to bed or chair more than 50% of waking hours
grade_4 4Completely disabled; cannot carry on any selfcare; totally confined to bed or chair
grade_5 5Dead

Source

{
  "resourceType": "CodeSystem",
  "id": "PerformanceStatusScore",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore",
  "version": "2.12.0",
  "name": "PerformanceStatusScore",
  "title": "Performance Status score (ECOG/WHO/Zubrod)",
  "status": "active",
  "date": "2022-05-31T00:00:00+02:00",
  "publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact": [
    {
      "name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom": [
        {
          "system": "url",
          "value": "https://trifork.com"
        },
        {
          "system": "email",
          "value": "rbk@trifork.com"
        }
      ]
    }
  ],
  "description": "Score udviklet til performance for cancerpatienter. Kaldes både ECOG, WHO eller Zubrod. Link: https://ecog-acrin.org/resources/ecog-performance-status/",
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "grade_0",
      "display": "0",
      "definition": "Fully active, able to carry on all pre-disease performance without restriction"
    },
    {
      "code": "grade_1",
      "display": "1",
      "definition": "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"
    },
    {
      "code": "grade_2",
      "display": "2",
      "definition": "Ambulatory and capable of all selfcare but unable to carry out any work activities; up and about more than 50% of waking hours"
    },
    {
      "code": "grade_3",
      "display": "3",
      "definition": "Capable of only limited selfcare; confined to bed or chair more than 50% of waking hours"
    },
    {
      "code": "grade_4",
      "display": "4",
      "definition": "Completely disabled; cannot carry on any selfcare; totally confined to bed or chair"
    },
    {
      "code": "grade_5",
      "display": "5",
      "definition": "Dead"
    }
  ]
}