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

FHIR IG Statistics: ValueSet/who-score

PackageCapable.repository
Resource TypeValueSet
Idwho-score
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/ValueSet/who-score
URLhttp://capable-project.eu/data/fhir/ValueSet/who-score
Versionv0
Statusdraft
NameWHO score
DescriptionThis values set contains codes to encode the scores of the ECOG Performance Status (also known as WHO score). It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *valueCodeableConcept* attribute of the Observations.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "who-score",
  "meta": {
    "lastUpdated": "2021-06-09T14:49:00+02:00"
  },
  "url": "http://capable-project.eu/data/fhir/ValueSet/who-score",
  "version": "v0",
  "name": "WHO score",
  "status": "draft",
  "publisher": "Capable team",
  "description": "This values set contains codes to encode the scores of the ECOG Performance Status (also known as WHO score). It includes codes from [SNOMED Clinical Terms](http://snomed.info/sct). These codes must be used within the *valueCodeableConcept* attribute of the Observations.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "425389002",
            "display": "ECOG performance status - grade 0"
          },
          {
            "code": "422512005",
            "display": "ECOG performance status - grade 1"
          },
          {
            "code": "422894000",
            "display": "ECOG performance status - grade 2"
          },
          {
            "code": "423053003",
            "display": "ECOG performance status - grade 3"
          },
          {
            "code": "423237006",
            "display": "ECOG performance status - grade 4"
          },
          {
            "code": "423409001",
            "display": "ECOG performance status - grade 5"
          }
        ]
      }
    ]
  }
}