| Package | cce.fhir.minimal |
| Resource Type | ValueSet |
| Id | ValueSet-cce-core-ValueSet-TumorSiteLocationVS |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/core/ValueSet/TumorSiteLocationVS |
| URL | https://www.cancercoreeurope.eu/fhir/core/ValueSet/TumorSiteLocationVS |
| Version | 0.0.1 |
| Status | draft |
| Name | TumorSiteLocationVS |
| Title | Tumor Site Location VS |
| Description | Lateral location of the tumor |
| StructureDefinition | |
| cce-core-Condition-PrimaryDiagnosis | Primary Diagnosis |
| CodeSystem | |
| TumorSiteLocationCS | Tumor Site Location CS |
Note: links and images are rebased to the (stated) source
Site location ValueSet
Lateral location of the tumor
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/TumorSiteLocationVS",
"version": "0.0.1",
"name": "TumorSiteLocationVS",
"title": "Tumor Site Location VS",
"status": "draft",
"publisher": "CCE",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "https://www.cancercoreeurope.eu"
}
]
}
],
"description": "Lateral location of the tumor",
"compose": {
"include": [
{
"system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/TumorSiteLocationCS",
"concept": [
{
"code": "L",
"display": "left"
},
{
"code": "R",
"display": "right"
},
{
"code": "B",
"display": "bilateral (should result in 2 reports for certain tumors)"
},
{
"code": "C",
"display": "Centerline/Center"
},
{
"code": "N",
"display": "Not applicable (page number not meaningful, including systemic diseases)"
},
{
"code": "U",
"display": "unknown"
}
]
}
]
}
}