FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeValueSet
IdValueSet-TumorPathologyEventType.json
FHIR VersionR5
Sourcehttp://oncofair-ig.kereval.cloud/ltsi.fhir.oncofair/ValueSet-TumorPathologyEventType.html
URLhttp://oncofair-ig.kereval.cloud/ValueSet/TumorPathologyEventType
Version0.1.0
Statusactive
Date2025-11-17T13:40:44+01:00
NameTumorPathologyEventType
TitleTumor Pathology Event Type Value Set
DescriptionTumor pathology event type

Resources that use this resource

StructureDefinition
tumor-pathology-eventTumor Pathology Event

Resources that this resource uses

CodeSystem
umlsUnified Medical Language System

Narrative

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

Generated Narrative: ValueSet TumorPathologyEventType

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/umls
    CodeDisplay
    C1882062Neoplasm
    C2939419Metastatic Malignant Neoplasm (NCI:C36263)
    C0521158Recurrent tumor
    C0677930Primary tumor
    C0439673Unknown

Source1

{
  "resourceType": "ValueSet",
  "id": "TumorPathologyEventType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://oncofair-ig.kereval.cloud/ValueSet/TumorPathologyEventType",
  "version": "0.1.0",
  "name": "TumorPathologyEventType",
  "title": "Tumor Pathology Event Type Value Set",
  "status": "active",
  "date": "2025-11-17T13:40:44+01:00",
  "publisher": "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
  "contact": [
    {
      "name": "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
      "telecom": [
        {
          "system": "url",
          "value": "https://github.com/ONCOFAIR"
        }
      ]
    }
  ],
  "description": "Tumor pathology event type",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/umls",
        "concept": [
          {
            "code": "C1882062",
            "display": "Neoplasm"
          },
          {
            "code": "C2939419",
            "display": "Metastatic Malignant Neoplasm (NCI:C36263)"
          },
          {
            "code": "C0521158",
            "display": "Recurrent tumor"
          },
          {
            "code": "C0677930",
            "display": "Primary tumor"
          },
          {
            "code": "C0439673",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}