PackagesCanonicalsLogsProblems
    Packages
    cce.fhir.minimal@0.3.0
    https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Procedure-Radiotherapy
{
  "description": "Determination of Radiotherapy data",
  "_filename": "StructureDefinition-cce-core-Procedure-Radiotherapy.json",
  "package_name": "cce.fhir.minimal",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Radiotherapy",
  "abstract": false,
  "type": "Procedure",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.3.0",
  "status": "draft",
  "id": "253c7b08-f0f7-4440-bb84-38a3334991e8",
  "kind": "resource",
  "url": "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Procedure-Radiotherapy",
  "version": "0.0.1",
  "differential": {
    "element": [ {
      "id": "Procedure.status",
      "path": "Procedure.status",
      "mustSupport": true
    }, {
      "id": "Procedure.category",
      "min": 1,
      "path": "Procedure.category",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTTherapyTypeVS"
      },
      "mustSupport": true
    }, {
      "id": "Procedure.category.coding",
      "max": "1",
      "min": 1,
      "path": "Procedure.category.coding"
    }, {
      "id": "Procedure.category.coding.code",
      "min": 1,
      "path": "Procedure.category.coding.code",
      "short": "Radiotherapy",
      "mapping": [ {
        "map": "Irradiation:ST_Start != NULL",
        "comment": "derive",
        "identity": "ADT-GEKID"
      }, {
        "map": "urn:dktk:dataelement:34:2",
        "comment": "urn:dktk:dataelement:34:2",
        "identity": "ISO-11179"
      } ],
      "fixedCode": "ST",
      "definition": "Indicates whether the tumor was irradiated"
    }, {
      "id": "Procedure.subject",
      "path": "Procedure.subject",
      "mustSupport": true
    }, {
      "id": "Procedure.performed[x]",
      "path": "Procedure.performed[x]",
      "type": [ {
        "code": "Period"
      } ],
      "mapping": [ {
        "map": "ST:Irradiation:ST_Start_Date, ST:Irradiation:ST_End_Date",
        "comment": "ST:Irradiation:ST_Start_Date, ST:Irradiation:ST_End_Date",
        "identity": "ADT-GEKID"
      }, {
        "map": "urn:adt:dataelement:77:1, urn:adt:dataelement:78:1",
        "identity": "ISO-11179"
      } ],
      "mustSupport": true
    }, {
      "id": "Procedure.performed[x].start",
      "path": "Procedure.performed[x].start",
      "short": "Radiotherapy Start",
      "mapping": [ {
        "map": "ST:Irradiation:ST_Start_Date",
        "comment": "ST:Irradiation:ST_Start_Date",
        "identity": "ADT-GEKID"
      }, {
        "map": "urn:adt:dataelement:77:1",
        "identity": "ISO-11179"
      } ],
      "definition": "Indicates when Radiotherapy was started",
      "mustSupport": true
    }, {
      "id": "Procedure.performed[x].end",
      "path": "Procedure.performed[x].end",
      "short": "Radiotherapy End",
      "mapping": [ {
        "map": "ST:Irradiation:ST_End_Date",
        "comment": "ST:Irradiation:ST_End_Date",
        "identity": "ADT-GEKID"
      }, {
        "map": "urn:adt:dataelement:78:1",
        "identity": "ISO-11179"
      } ],
      "definition": "Indicates when Radiotherapy was completed",
      "mustSupport": true
    }, {
      "id": "Procedure.reasonReference",
      "path": "Procedure.reasonReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Condition-Primarydiagnosis" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure"
}