| Package | cce.fhir.minimal |
| Resource Type | ValueSet |
| Id | ValueSet-cce-core-ValueSet-TNMPnCategoryVS |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/core/ValueSet/TNMPnCategoryVS |
| URL | https://www.cancercoreeurope.eu/fhir/core/ValueSet/TNMPnCategoryVS |
| Version | 0.0.1 |
| Status | draft |
| Name | TNMPnCategoryVS |
| Title | TNMPn Category VS |
| Description | Perineural invasion. Generally occurs as part of a pTNM. |
| StructureDefinition | |
| cce-core-Observation-TNMc | TNMc |
| cce-core-Observation-TNMp | TNMp |
| CodeSystem | |
| TNMPnCategoryCS | TNMPn Category CS |
Note: links and images are rebased to the (stated) source
Perineural invasion. Generally occurs as part of a pTNM. ValueSet
Perineural invasion. Generally occurs as part of a pTNM.
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/TNMPnCategoryVS",
"version": "0.0.1",
"name": "TNMPnCategoryVS",
"title": "TNMPn Category VS",
"status": "draft",
"publisher": "CCE",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "https://www.cancercoreeurope.eu"
}
]
}
],
"description": "Perineural invasion. Generally occurs as part of a pTNM.",
"compose": {
"include": [
{
"system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/TNMPnCategoryCS",
"concept": [
{
"code": "PnX",
"display": "Perineural invasion cannot be assessed"
},
{
"code": "Pn0",
"display": "No perineural invasion"
},
{
"code": "Pn1",
"display": "Perineural invasion"
}
]
}
]
}
}