This page is part of the HL7 Europe Common Cancer Model (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
This content is an example of the CancerStage Logical Model and is not a FHIR Resource
{
"resourceType": "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerStage",
"cancerConditionAtDiagnosisReference": {
"reference": "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerConditionAtDiagnosis/CancerConditionAtDiagnosis1-Example"
},
"classificationType": {
"text": "TNM"
},
"stage": [
{
"code": {
"text": "T category"
},
"value": {
"text": "T2"
}
},
{
"code": {
"text": "N category"
},
"value": {
"text": "N1"
}
},
{
"code": {
"text": "M category"
},
"value": {
"text": "M0"
}
}
],
"type": {
"coding": [
{
"code": "Pathological",
"display": "Pathological"
}
],
"text": "Pathological"
},
"evidenceReference": [
{
"reference": "http://hl7.eu/fhir/cancer-common/StructureDefinition/Surgery/Surgery1-Example"
}
]
}