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

FHIR IG Statistics: CodeSystem/CurrentStateCS

Packageincisive.fhir
Resource TypeCodeSystem
IdCurrentStateCS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=incisive.fhir@1.0.1-preview&canonical=https://simplifier.net/INCISIVE/CodeSystem/CurrentStateCS
URLhttps://simplifier.net/INCISIVE/CodeSystem/CurrentStateCS
Version1.0
Statusactive
Date2023-07-10
NameCurrent State Code System
DescriptionCurrent Satate for INCISIVE
Contentcomplete

Resources that use this resource

ValueSet
CurrentStateCodesCurrent State Codes

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "CurrentStateCS",
  "url": "https://simplifier.net/INCISIVE/CodeSystem/CurrentStateCS",
  "version": "1.0",
  "name": "Current State Code System",
  "status": "active",
  "date": "2023-07-10",
  "publisher": "FTSS",
  "description": "Current Satate for INCISIVE",
  "caseSensitive": false,
  "valueSet": "https://simplifier.net/INCISIVE/ValueSet/CurrentStateCodes",
  "content": "complete",
  "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"
    }
  ]
}