{
  "resourceType": "StructureDefinition",
  "id": "tumor",
  "url": "https://www.vision-zero-oncology.de/fhir/StructureDefinition/tumor",
  "name": "Tumor",
  "title": "Profile Tumor",
  "status": "draft",
  "publisher": "VISION ZERO E.V.",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.vision-zero-oncology.de/"
        }
      ]
    }
  ],
  "description": "Profile of a tumor",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "openehr",
      "uri": "http://openehr.org",
      "name": "Open EHR Archetype Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "BodyStructure",
  "baseDefinition": "https://www.vision-zero-oncology.de/fhir/StructureDefinition/body-structure-base",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "BodyStructure.morphology",
        "path": "BodyStructure.morphology",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "BodyStructure.location",
        "path": "BodyStructure.location",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "BodyStructure.patient",
        "path": "BodyStructure.patient",
        "mustSupport": true
      }
    ]
  }
}