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: CancerConditionAtDiagnosis1-Example

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

    
{
  "resourceType": "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerConditionAtDiagnosis",
  "subject": {
    "resourceType": "http://hl7.eu/fhir/cancer-common/StructureDefinition/CancerPatient",
    "birthDate": "1975",
    "sexAtBirth": {
      "coding": [
        {
          "code": "Female"
        }
      ]
    }
  },
  "histologyBehaviour": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/icd-o-3",
        "version": "3",
        "code": "8140/3",
        "display": "Adenocarcinoma, NOS"
      }
    ]
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/icd-o-3",
        "version": "3",
        "code": "C34.3",
        "display": "Lower lobe, lung"
      }
    ]
  },
  "tumourGradeSystem": {
    "text": "Standard Histological Grading System"
  },
  "tumourGradeValue": "G3",
  "visitDate": "2024-01-15T10:00:00+01:00"
}