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

FHIR IG Statistics: ValueSet/ValueSet-cce-core-ValueSet-TNMLCategoryVS

Packagecce.fhir.minimal
TypeValueSet
IdValueSet-cce-core-ValueSet-TNMLCategoryVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/core/ValueSet/TNMLCategoryVS
URLhttps://www.cancercoreeurope.eu/fhir/core/ValueSet/TNMLCategoryVS
Version0.0.1
Statusdraft
NameTNMLCategoryVS
TitleTNML Category VS
DescriptionLymphatic vessel invasion. Generally occurs as part of a pTNM

Resources that use this resource

StructureDefinition
cce-core-Observation-TNMcTNMc
cce-core-Observation-TNMpTNMp

Resources that this resource uses

CodeSystem
TNMLCategoryCSTNML Category CS

Narrative

Note: links and images are rebased to the (stated) source

Lymphatic vessel invasion. Generally occurs as part of a pTNM ValueSet

Lymphatic vessel invasion. Generally occurs as part of a pTNM


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/TNMLCategoryVS",
  "version": "0.0.1",
  "name": "TNMLCategoryVS",
  "title": "TNML Category VS",
  "status": "draft",
  "publisher": "CCE",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://www.cancercoreeurope.eu"
        }
      ]
    }
  ],
  "description": "Lymphatic vessel invasion. Generally occurs as part of a pTNM",
  "compose": {
    "include": [
      {
        "system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/TNMLCategoryCS",
        "concept": [
          {
            "code": "LX",
            "display": "Lymphatic vessel invasion cannot be assessed"
          },
          {
            "code": "L0",
            "display": "No lymphatic vessel invasion"
          },
          {
            "code": "L1",
            "display": "Lymphatic vessel invasion"
          }
        ]
      }
    ]
  }
}