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

FHIR IG analytics

Packagehl7.fhir.eu.cancer-common
Resource TypeStructureDefinition
IdStructureDefinition-CancerStage.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/cancer-common/StructureDefinition-CancerStage.html
URLhttp://hl7.eu/fhir/cancer-common/StructureDefinition/CancerStage
Version0.1.0
Statusdraft
Date2026-02-05T10:16:33+00:00
NameCancerStage
TitleCancerStage
Realmeu
Authorityhl7
DescriptionCancerStage logical model from Cancer_Common_Logical_Model_20260123_2.xlsx (sheet CancerStage).
CopyrightHL7 Europe Copyright. Licensed under Common Creative License (CC0 1.0). Details at [Copyright](copyright.html).
Typehttp://hl7.eu/fhir/cancer-common/StructureDefinition/CancerStage
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
CancerConditionAtDiagnosisCancerCondition (AtDiagnosis)
ImagingImaging
SurgerySurgery

Narrative

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

Generated Narrative: StructureDefinition CancerStage

NameFlagsCard.TypeDescription & Constraintsdoco
.. CancerStage 0..*BaseCancerStage
Instances of this logical model can be the target of a Reference
... cancerConditionAtDiagnosisReference 1..1Reference(CancerCondition (AtDiagnosis))CancerCondition AtDiagnosis Reference
... classificationType 1..1CodeableConceptClassificationType
... value 1..*ElementValue
... type 1..1CodeableConceptType
... surgeryReference 0..1Reference(Surgery)SurgeryReference
... imagingReference 0..*Reference(Imaging)ImagingReference

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "CancerStage",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerStage",
  "version": "0.1.0",
  "name": "CancerStage",
  "title": "CancerStage",
  "status": "draft",
  "date": "2026-02-05T10:16:33+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "CancerStage logical model from Cancer_Common_Logical_Model_20260123_2.xlsx (sheet CancerStage).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "HL7 Europe Copyright. Licensed under Common Creative License (CC0 1.0). Details at [Copyright](copyright.html).",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerStage",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "CancerStage",
        "path": "CancerStage",
        "short": "CancerStage",
        "definition": "CancerStage logical model from Cancer_Common_Logical_Model_20260123_2.xlsx (sheet CancerStage).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "CancerStage.cancerConditionAtDiagnosisReference",
        "path": "CancerStage.cancerConditionAtDiagnosisReference",
        "short": "CancerCondition AtDiagnosis Reference",
        "definition": "CancerCondition AtDiagnosis Reference",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CancerStage.cancerConditionAtDiagnosisReference",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerConditionAtDiagnosis"
            ]
          }
        ]
      },
      {
        "id": "CancerStage.classificationType",
        "path": "CancerStage.classificationType",
        "short": "ClassificationType",
        "definition": "It represents the classification system to define the stage, such as TNM (Tumor Linphonode Metastasis). nan",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CancerStage.classificationType",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "CancerStage.value",
        "path": "CancerStage.value",
        "short": "Value",
        "definition": "It represents the stage value. Its datatype and cardinality depend on the specific structure of the staging classification being used. For example, in the case of the TNM classification, three string values are expected: one for T (Tumor), one for N (Nodes), and one for M (Metastasis). nan",
        "min": 1,
        "max": "*",
        "base": {
          "path": "CancerStage.value",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "CancerStage.type",
        "path": "CancerStage.type",
        "short": "Type",
        "definition": "It indicates whether the stage instance is of type Clinical or Pathological. Choice: Clinical | Pathological",
        "min": 1,
        "max": "1",
        "base": {
          "path": "CancerStage.type",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "CancerStage.surgeryReference",
        "path": "CancerStage.surgeryReference",
        "short": "SurgeryReference",
        "definition": "It shall be present when the stage is of type Pathological and shall not be present when the stage is of type Clinical. nan",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CancerStage.surgeryReference",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.eu/fhir/cancer-common/StructureDefinition/Surgery"
            ]
          }
        ]
      },
      {
        "id": "CancerStage.imagingReference",
        "path": "CancerStage.imagingReference",
        "short": "ImagingReference",
        "definition": "It shall be present when the stage is of type Clinical and shall not be present when the stage is of type Pathological. nan",
        "min": 0,
        "max": "*",
        "base": {
          "path": "CancerStage.imagingReference",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.eu/fhir/cancer-common/StructureDefinition/Imaging"
            ]
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CancerStage",
        "path": "CancerStage",
        "short": "CancerStage",
        "definition": "CancerStage logical model from Cancer_Common_Logical_Model_20260123_2.xlsx (sheet CancerStage)."
      },
      {
        "id": "CancerStage.cancerConditionAtDiagnosisReference",
        "path": "CancerStage.cancerConditionAtDiagnosisReference",
        "short": "CancerCondition AtDiagnosis Reference",
        "definition": "CancerCondition AtDiagnosis Reference",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerConditionAtDiagnosis"
            ]
          }
        ]
      },
      {
        "id": "CancerStage.classificationType",
        "path": "CancerStage.classificationType",
        "short": "ClassificationType",
        "definition": "It represents the classification system to define the stage, such as TNM (Tumor Linphonode Metastasis). nan",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "CancerStage.value",
        "path": "CancerStage.value",
        "short": "Value",
        "definition": "It represents the stage value. Its datatype and cardinality depend on the specific structure of the staging classification being used. For example, in the case of the TNM classification, three string values are expected: one for T (Tumor), one for N (Nodes), and one for M (Metastasis). nan",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "CancerStage.type",
        "path": "CancerStage.type",
        "short": "Type",
        "definition": "It indicates whether the stage instance is of type Clinical or Pathological. Choice: Clinical | Pathological",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "CancerStage.surgeryReference",
        "path": "CancerStage.surgeryReference",
        "short": "SurgeryReference",
        "definition": "It shall be present when the stage is of type Pathological and shall not be present when the stage is of type Clinical. nan",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.eu/fhir/cancer-common/StructureDefinition/Surgery"
            ]
          }
        ]
      },
      {
        "id": "CancerStage.imagingReference",
        "path": "CancerStage.imagingReference",
        "short": "ImagingReference",
        "definition": "It shall be present when the stage is of type Clinical and shall not be present when the stage is of type Pathological. nan",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.eu/fhir/cancer-common/StructureDefinition/Imaging"
            ]
          }
        ]
      }
    ]
  }
}