FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/StructureDefinition-cce-core-Procedure-Radiotherapy

Packagecce.fhir.minimal
Resource TypeStructureDefinition
IdStructureDefinition-cce-core-Procedure-Radiotherapy
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Procedure-Radiotherapy
URLhttps://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Procedure-Radiotherapy
Version0.0.1
Statusdraft
NameRadiotherapy
DescriptionDetermination of Radiotherapy data
TypeProcedure
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
cce-core-Condition-PrimaryDiagnosisPrimary Diagnosis
ValueSet
SYSTTherapyTypeVSSYST Therapy Type VS

Narrative

No narrative content found in resource


Source

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