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

FHIR IG Statistics: ValueSet/ECOGHAEMA

Packagedk.kip.rkkp.fhir.ig.core
TypeValueSet
IdECOGHAEMA
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-ECOGHAEMA.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/ECOGHAEMA
Version2.12.0
Statusactive
Date2022-07-08T00:00:00+02:00
NameECOGHAEMA
TitleECOG Performance Status Skala til HÆMA specialerne
DescriptionDenne ECOG er specifik udarbejdet til HÆMA specialerne

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
PerformanceStatusScorePerformance Status score (ECOG/WHO/Zubrod)

Narrative

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

Generated Narrative: ValueSet ECOGHAEMA

  • Include these codes as defined in https://kip.rkkp.dk/fhir/CodeSystem/PerformanceStatusScore
    CodeDisplayDefinition
    grade_00: Fuldt daglig aktivFully active, able to carry on all pre-disease performance without restriction
    grade_11: OppegåendeRestricted 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_22: 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_33: Sengeliggende mere end 50%Capable of only limited selfcare; confined to bed or chair more than 50% of waking hours
    grade_44: 100% SengeliggendeCompletely disabled; cannot carry on any selfcare; totally confined to bed or chair

Source

{
  "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"
          }
        ]
      }
    ]
  }
}