| Package | cce.fhir.minimal |
| Resource Type | ValueSet |
| Id | ValueSet-cce-core-ValueSet-GradingVS |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/core/ValueSet/GradingVS |
| URL | https://www.cancercoreeurope.eu/fhir/core/ValueSet/GradingVS |
| Version | 0.0.1 |
| Status | draft |
| Name | GradingVS |
| Title | Grading VS |
| Description | Grading (degree of differentiation of the tumor) |
| StructureDefinition | |
| cce-core-Observation-Grading | Grading |
| CodeSystem | |
| GradingCS | Grading CS |
Note: links and images are rebased to the (stated) source
Grading ValueSet
Grading (degree of differentiation of the tumor)
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/GradingVS",
"version": "0.0.1",
"name": "GradingVS",
"title": "Grading VS",
"status": "draft",
"publisher": "CCE",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "https://www.cancercoreeurope.eu"
}
]
}
],
"description": "Grading (degree of differentiation of the tumor)",
"compose": {
"include": [
{
"system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/GradingCS",
"concept": [
{
"code": "0",
"display": "malignant melanoma of the conjunctiva"
},
{
"code": "1",
"display": "well differentiated"
},
{
"code": "2",
"display": "morately differentiated"
},
{
"code": "3",
"display": "poorly differentiated"
},
{
"code": "4",
"display": "undifferentiated"
},
{
"code": "X",
"display": "not determinable"
},
{
"code": "L",
"display": "low grade (G1 or G2)"
},
{
"code": "M",
"display": "intermediate (G2 or G3)"
},
{
"code": "H",
"display": "high grade (G3 or G4)"
},
{
"code": "B",
"display": "Borderline"
},
{
"code": "U",
"display": "unknown"
},
{
"code": "T",
"display": "does not apply"
}
]
}
]
}
}