HL7 Europe Common Cancer Model
0.1.0 - ci-build 150

HL7 Europe Common Cancer Model, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/cancer-common/ and changes regularly. See the Directory of published versions

Example Binary: CancerStageClinical1-Example

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": "N0"
      }
    },
    {
      "code": {
        "text": "M category"
      },
      "value": {
        "text": "M0"
      }
    }
  ],
  "type": {
    "coding": [
      {
        "code": "Clinical",
        "display": "Clinical"
      }
    ],
    "text": "Clinical"
  },
  "evidenceReference": [
    {
      "reference": "http://hl7.eu/fhir/cancer-common/StructureDefinition/Imaging/Imaging1-Example"
    }
  ]
}