| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | ECOGHAEMA |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-ECOGHAEMA.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/ECOGHAEMA |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-07-08T00:00:00+02:00 |
| Name | ECOGHAEMA |
| Title | ECOG Performance Status Skala til HÆMA specialerne |
| Description | Denne ECOG er specifik udarbejdet til HÆMA specialerne |
No resources found
| CodeSystem | |
| PerformanceStatusScore | Performance Status score (ECOG/WHO/Zubrod) |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ECOGHAEMA
https://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore| Code | Display | Definition |
| grade_0 | 0: Fuldt daglig aktiv | Fully active, able to carry on all pre-disease performance without restriction |
| grade_1 | 1: Oppegående | 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 |
| grade_2 | 2: Sengeliggende mindre end 50% | Ambulatory and capable of all selfcare but unable to carry out any work activities; up and about more than 50% of waking hours |
| grade_3 | 3: Sengeliggende mere end 50% | Capable of only limited selfcare; confined to bed or chair more than 50% of waking hours |
| grade_4 | 4: 100% Sengeliggende | Completely disabled; cannot carry on any selfcare; totally confined to bed or chair |
{
"resourceType": "ValueSet",
"id": "ECOGHAEMA",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/ECOGHAEMA",
"version": "2.12.0",
"name": "ECOGHAEMA",
"title": "ECOG Performance Status Skala til HÆMA specialerne",
"status": "active",
"experimental": true,
"date": "2022-07-08T00: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": "Denne ECOG er specifik udarbejdet til HÆMA specialerne",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore",
"concept": [
{
"code": "grade_0",
"display": "0: Fuldt daglig aktiv"
},
{
"code": "grade_1",
"display": "1: Oppegående"
},
{
"code": "grade_2",
"display": "2: Sengeliggende mindre end 50%"
},
{
"code": "grade_3",
"display": "3: Sengeliggende mere end 50%"
},
{
"code": "grade_4",
"display": "4: 100% Sengeliggende"
}
]
}
]
}
}