HL7 Europe Common Cancer Model
1.0.0-ballot - ballot 150

HL7 Europe Common Cancer Model - Local Development build (v1.0.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Example Binary: Pathological Cancer Stage 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": "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"
    }
  ]
}