| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | ECOG |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-ECOG.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/ECOG |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-06-08T00:00:00+02:00 |
| Name | ECOG |
| Title | ECOG Performance Status Scale |
| Description | Valueset for ECOG skalaen |
No resources found
| CodeSystem | |
| PerformanceStatusScore | Performance Status score (ECOG/WHO/Zubrod) |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ECOG
https://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore| Code | Display | Definition |
| grade_0 | 0: Ingen symptomer | Fully active, able to carry on all pre-disease performance without restriction |
| grade_1 | 1: Klarer ikke svær fysisk aktivitet | 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: Klarer ikke moderat fysisk aktivitet | 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: Klarer ikke let fysisk aktivitet | Capable of only limited selfcare; confined to bed or chair more than 50% of waking hours |
| grade_4 | 4: Sengeliggende | Completely disabled; cannot carry on any selfcare; totally confined to bed or chair |
| grade_5 | 5: Død | Dead |
{
"resourceType": "ValueSet",
"id": "ECOG",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/ECOG",
"version": "2.12.0",
"name": "ECOG",
"title": "ECOG Performance Status Scale",
"status": "active",
"experimental": true,
"date": "2022-06-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": "Valueset for ECOG skalaen",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore",
"concept": [
{
"code": "grade_0",
"display": "0: Ingen symptomer"
},
{
"code": "grade_1",
"display": "1: Klarer ikke svær fysisk aktivitet"
},
{
"code": "grade_2",
"display": "2: Klarer ikke moderat fysisk aktivitet"
},
{
"code": "grade_3",
"display": "3: Klarer ikke let fysisk aktivitet"
},
{
"code": "grade_4",
"display": "4: Sengeliggende"
},
{
"code": "grade_5",
"display": "5: Død"
}
]
}
]
}
}