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

FHIR IG Statistics: ValueSet/CurrentStateCodes

Packageincisive.fhir
Resource TypeValueSet
IdCurrentStateCodes
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=incisive.fhir@1.0.1-preview&canonical=https://simplifier.net/INCISIVE/ValueSet/CurrentStateCodes
URLhttps://simplifier.net/INCISIVE/ValueSet/CurrentStateCodes
Version1.0
Statusactive
Date2023-07-10
NameCurrent State Codes
DescriptionCurrent State of Patient with Colorectal, Breast, Lung or Prostate Cancer

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
CurrentStateCSCurrent State Code System

Narrative

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

FTSS generated a Value Set to define in FHIR the Current State of a Patient with Colorectal, Breast, Lung or Prostate Cancer

0Survival
1Relapse
2Death from cancer complications
3Death from other cause
4Residual disease

Source

{
  "resourceType": "ValueSet",
  "id": "CurrentStateCodes",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-07-12T09:39:02.8016586+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://simplifier.net/INCISIVE/ValueSet/CurrentStateCodes",
  "version": "1.0",
  "name": "Current State Codes",
  "status": "active",
  "date": "2023-07-10",
  "publisher": "FTSS",
  "description": "Current State of Patient with Colorectal, Breast, Lung or Prostate Cancer",
  "compose": {
    "include": [
      {
        "system": "https://simplifier.net/INCISIVE/CodeSystem/CurrentStateCS",
        "concept": [
          {
            "code": "0",
            "display": "Survival"
          },
          {
            "code": "1",
            "display": "Relapse"
          },
          {
            "code": "2",
            "display": "Death from cancer complications"
          },
          {
            "code": "3",
            "display": "Death from other cause"
          },
          {
            "code": "4",
            "display": "Residual disease"
          },
          {
            "code": "5",
            "display": "Healthy"
          }
        ]
      }
    ]
  }
}