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: Clinical Cancer Progression 4 Example

This content is an example of the ClinicalCancerProgression Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://hl7.eu/fhir/cancer-common/StructureDefinition/ClinicalCancerProgression",
  "cancerConditionAtDiagnosisReference": {
    "reference": "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerConditionAtDiagnosis/CancerConditionAtDiagnosis1-Example"
  },
  "diseaseStatus": {
    "text": "Recurrence"
  },
  "assertedDate": "2019-08-31",
  "extentType": {
    "text": "Loco-regional"
  },
  "locoRegionalSites": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/icd-o-3",
          "code": "C77.1",
          "display": "Intrathoracic lymph nodes"
        }
      ]
    }
  ]
}