FHIR IG Statistics: StructureDefinition/TreatmentSummary
Resources that use this resource
StructureDefinition |
SurPass | SurPass V2.0 |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "StructureDefinition",
"id": "TreatmentSummary",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/TreatmentSummary",
"version": "0.1.0",
"name": "TreatmentSummary",
"title": "Treatment Summary",
"status": "active",
"date": "2023-01-26T09:50:21+01:00",
"publisher": "PanCareSurPass Project",
"contact": [
{
"name": "PanCareSurPass Project",
"telecom": [
{
"system": "url",
"value": "https://www.pancaresurpass.eu/"
}
]
},
{
"name": "PanCareSurPass Project",
"telecom": [
{
"system": "url",
"value": "https://www.pancaresurpass.eu/"
}
]
}
],
"description": "Treatment Summary data model\nMaturity Level: 2 - Ready for Review",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "fhir",
"uri": "hl7.org/fhir/r4",
"name": "TreatmentSummary model to PCSP HL7 FHIR R4 Profiles"
}
],
"kind": "logical",
"abstract": false,
"type": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/TreatmentSummary",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"element": [
{
"id": "TreatmentSummary",
"path": "TreatmentSummary",
"short": "Treatment Summary",
"definition": "Treatment Summary data model\nMaturity Level: 2 - Ready for Review",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "TreatmentSummary.subject",
"path": "TreatmentSummary.subject",
"short": "Subject",
"definition": "Subject",
"min": 1,
"max": "1",
"base": {
"path": "TreatmentSummary.subject",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Subject"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Patient"
}
]
},
{
"id": "TreatmentSummary.diagnosis",
"path": "TreatmentSummary.diagnosis",
"short": "Diagnosis",
"definition": "Diagnosis",
"min": 0,
"max": "5",
"base": {
"path": "TreatmentSummary.diagnosis",
"min": 0,
"max": "5"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Condition.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.id",
"path": "TreatmentSummary.diagnosis.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.extension",
"path": "TreatmentSummary.diagnosis.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.modifierExtension",
"path": "TreatmentSummary.diagnosis.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "TreatmentSummary.diagnosis.details",
"path": "TreatmentSummary.diagnosis.details",
"short": "Details about this diagnosis",
"definition": "Details about this diagnosis",
"min": 0,
"max": "1",
"base": {
"path": "TreatmentSummary.diagnosis.details",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Diagnosis"
}
],
"mapping": [
{
"identity": "fhir",
"map": "(add reference)"
}
]
},
{
"id": "TreatmentSummary.diagnosis.frontLineTreatment",
"path": "TreatmentSummary.diagnosis.frontLineTreatment",
"short": "Front line treatment",
"definition": "Front line treatment",
"min": 0,
"max": "1",
"base": {
"path": "TreatmentSummary.diagnosis.frontLineTreatment",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/FrontLineTreatment"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.chemotherapy",
"path": "TreatmentSummary.diagnosis.chemotherapy",
"short": "Chemotherapy",
"definition": "Chemotherapy",
"min": 0,
"max": "1",
"base": {
"path": "TreatmentSummary.diagnosis.chemotherapy",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Chemotherapy"
}
],
"mapping": [
{
"identity": "fhir",
"map": "MedicationAdministration.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationAdministration-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.stemCellTransplantation",
"path": "TreatmentSummary.diagnosis.stemCellTransplantation",
"short": "Stem Cell transplantation",
"definition": "Stem Cell transplantation",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.stemCellTransplantation",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/StemCellTransplantation"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-sct-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.radiotherapy",
"path": "TreatmentSummary.diagnosis.radiotherapy",
"short": "Radiotherapy",
"definition": "Radiotherapy",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.radiotherapy",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Radiotherapy"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-radiotheraphy-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.majorSurgery",
"path": "TreatmentSummary.diagnosis.majorSurgery",
"short": "Major Surgery",
"definition": "Major Surgery",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.majorSurgery",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MajorSurgery"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-surgery-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.otherInfos",
"path": "TreatmentSummary.diagnosis.otherInfos",
"short": "Other info and relevant events",
"definition": "Other info and relevant events",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.otherInfos",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/OtherInfos"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure"
},
{
"identity": "fhir",
"map": "Condition"
}
]
},
{
"id": "TreatmentSummary.diagnosis.medicalSuggestion",
"path": "TreatmentSummary.diagnosis.medicalSuggestion",
"short": "Medical suggestion",
"definition": "Medical suggestion",
"min": 0,
"max": "1",
"base": {
"path": "TreatmentSummary.diagnosis.medicalSuggestion",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseDuringFLT",
"path": "TreatmentSummary.diagnosis.relapseDuringFLT",
"short": "Progression-Relapse during FLT",
"definition": "Progression-Relapse during Front line treatment",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.relapseDuringFLT",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/RelapseDuringFLT"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Condition.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp').where( (extension('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/condition-previousStatus').valueCode = #replaspe or #recurrence) and ( onsetDateTime < Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp').performedPeriod.end) )"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT",
"short": "Progression-relapse after the End of Treatment",
"definition": "Progression-relapse after the End of Treatment",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT",
"min": 0,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.id",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.extension",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.modifierExtension",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.details",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.details",
"short": "Details about this relapse-progression",
"definition": "Details about this relapse-progression",
"min": 0,
"max": "1",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.details",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/RelapseAfterFLT"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Condition.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp').where( (extension('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/condition-previousStatus').valueCode = #replaspe or #recurrence) and ( onsetDateTime >= Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp').performedPeriod.end) )"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment",
"short": "Salvage treatment",
"definition": "The salvage treatment has been executed following",
"min": 0,
"max": "1",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/FrontLineTreatment"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol",
"short": "Followed Protocol",
"definition": "Followed Protocol",
"min": 0,
"max": "*",
"base": {
"path": "FrontLineTreatment.followedProtocol",
"min": 0,
"max": "*"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".instantiatesCanonical"
},
{
"identity": "fhir",
"map": "PlanDefinition.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/PlanDefinition-flt-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.id",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.extension",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.modifierExtension",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.type",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.type",
"short": "Protocole type",
"definition": "2 => Trial/protocol\n2 => Personalized\n3 => Guidelines\n-9922 => NK",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.followedProtocol.type",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".type"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.name",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.name",
"short": "Protocole name",
"definition": "Protocole name",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.followedProtocol.name",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".title"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.description",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.description",
"short": "Protocol name or description",
"definition": "If a specific trial/protocol was used, please specify. \nIn case of relapse/progression during front line treatment,please report both the name of the front line as well of the salvage treatment\nIf personalized, please specify. ",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.followedProtocol.description",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".description"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.arm",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.followedProtocol.arm",
"short": "Group/Arm/Randomization",
"definition": "If the trial was randomized, please define randomization arm",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.followedProtocol.arm",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".extension('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/procedure-fltArm').valueString"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.dateEOT",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.dateEOT",
"short": "Date of end of treatment",
"definition": "It might be the date of first elective end of treatment, or that of the second (or further) end of treatment after the first one. If the date is unkown or partially missed insert the year at the best of your knowledge.",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.dateEOT",
"min": 0,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.performedPeriod.end"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.isChemotherapy",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.isChemotherapy",
"short": "Chemotherapy ?",
"definition": "Chemotherapy ?",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.isChemotherapy",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": "MedicationAdministration.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationAdministration-eu-pcsp').exists()"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.isStemCellTransplantation",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.isStemCellTransplantation",
"short": "Stem Cell transplantation ?",
"definition": "Stem Cell transplantation ?",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.isStemCellTransplantation",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-sct-eu-pcsp').exists()"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.isRadiotherapy",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.isRadiotherapy",
"short": "Radiotherapy ?",
"definition": "Radiotherapy ?",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.isRadiotherapy",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-radiotheraphy-eu-pcsp').exists()"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.isMajorSurgery",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.isMajorSurgery",
"short": "Major Surgery ?",
"definition": "Major Surgery ?",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.isMajorSurgery",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-surgery-eu-pcsp').exists().not() [No Case, implicit]"
},
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-surgery-eu-pcsp')..where(code = 'no-known-procedures').exists() [No Case, explicit]"
},
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-surgery-eu-pcsp').where(code != 'no-known-procedures' or code != 'no-procedure-info').exists() [Yes Case]"
},
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-surgery-eu-pcsp').where(code = 'no-procedure-info').exists() [Unk case]"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse",
"short": "Details not provided for relapses after EOT",
"definition": "Details not provided for relapses after EOT",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.notForRelapse",
"min": 0,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.id",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.extension",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.modifierExtension",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission",
"short": "Complete remission",
"definition": "Complete remission",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.notForRelapse.completeRemission",
"min": 0,
"max": "1"
},
"type": [
{
"code": "BackboneElement"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mapping": [
{
"identity": "fhir",
"map": "outcome"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.id",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.id",
"representation": [
"xmlAttr"
],
"short": "Unique id for inter-element referencing",
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min": 0,
"max": "1",
"base": {
"path": "Element.id",
"min": 0,
"max": "1"
},
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
}
],
"code": "http://hl7.org/fhirpath/System.String"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.extension",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"description": "Extensions are always sliced by (at least) url",
"rules": "open"
},
"short": "Additional content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"base": {
"path": "Element.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false,
"isSummary": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.modifierExtension",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.modifierExtension",
"short": "Extensions that cannot be ignored even if unrecognized",
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias": [
"extensions",
"user content",
"modifiers"
],
"min": 0,
"max": "*",
"base": {
"path": "BackboneElement.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() or (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true,
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.status",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.status",
"short": "Complete remission (Yes/No)",
"definition": "Complete remission (Yes/No)",
"min": 1,
"max": "1",
"base": {
"path": "FrontLineTreatment.notForRelapse.completeRemission.status",
"min": 1,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "fhir",
"map": "outcome.coding"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.description",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.completeRemission.description",
"short": "Textual description in case of no remission",
"definition": "Textual description in case of no remission",
"min": 1,
"max": "1",
"base": {
"path": "FrontLineTreatment.notForRelapse.completeRemission.description",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": "outcome.text"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.isProgressionRelapseDuringFLT",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.isProgressionRelapseDuringFLT",
"short": "Progression/relapse during frontline treatment ?",
"definition": "Progression/relapse during frontline treatment ?",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.notForRelapse.isProgressionRelapseDuringFLT",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Condition.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp').where( (extension('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/condition-previousStatus').valueCode = #replaspe or #recurrence) and ( onsetDateTime < Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp').performedPeriod.end) ).exists()"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.isProgressionRelapseAfterFLT",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse.isProgressionRelapseAfterFLT",
"short": "Progression/relapse after first elective end of treatment ?",
"definition": "Progression/relapse after first elective end of treatment ?",
"min": 0,
"max": "1",
"base": {
"path": "FrontLineTreatment.notForRelapse.isProgressionRelapseAfterFLT",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Condition.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp').where( (extension('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/condition-previousStatus').valueCode = #replaspe or #recurrence) and ( onsetDateTime >= Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp').performedPeriod.end) ).exists()"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse",
"short": "Details not provided for relapses after EOT",
"definition": "Details not provided for relapses after EOT",
"min": 0,
"max": "0",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse",
"min": 0,
"max": "0"
},
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.chemotherapy",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.chemotherapy",
"short": "Chemotherapy",
"definition": "Chemotherapy",
"min": 0,
"max": "1",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.chemotherapy",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Chemotherapy"
}
],
"mapping": [
{
"identity": "fhir",
"map": "MedicationAdministration.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationAdministration-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.stemCellTransplantation",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.stemCellTransplantation",
"short": "Stem Cell transplantation",
"definition": "Stem Cell transplantation",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.stemCellTransplantation",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/StemCellTransplantation"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-sct-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.radiotherapy",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.radiotherapy",
"short": "Radiotherapy",
"definition": "Radiotherapy",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.radiotherapy",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Radiotherapy"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-radiotheraphy-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.majorSurgery",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.majorSurgery",
"short": "Major Surgery",
"definition": "Major Surgery",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.majorSurgery",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MajorSurgery"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-surgery-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.otherInfos",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.otherInfos",
"short": "Other info and relevant events",
"definition": "Other info and relevant events",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.otherInfos",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/OtherInfos"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure"
},
{
"identity": "fhir",
"map": "Condition"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.medicalSuggestion",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.medicalSuggestion",
"short": "Medical suggestion",
"definition": "Medical suggestion",
"min": 0,
"max": "1",
"base": {
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.medicalSuggestion",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "TreatmentSummary.diagnosis.otherConditions",
"path": "TreatmentSummary.diagnosis.otherConditions",
"short": "Other medical conditions, not cancer associated",
"definition": "Please list here if the patient has or had other medical conditions not reported to be cancer-associated (e.g. diabetes, congenital cardiopathy, amputations, kidney transplant)",
"min": 0,
"max": "*",
"base": {
"path": "TreatmentSummary.diagnosis.otherConditions",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
]
}
]
},
"differential": {
"element": [
{
"id": "TreatmentSummary",
"path": "TreatmentSummary",
"short": "Treatment Summary",
"definition": "Treatment Summary data model\nMaturity Level: 2 - Ready for Review"
},
{
"id": "TreatmentSummary.subject",
"path": "TreatmentSummary.subject",
"short": "Subject",
"definition": "Subject",
"min": 1,
"max": "1",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Subject"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Patient"
}
]
},
{
"id": "TreatmentSummary.diagnosis",
"path": "TreatmentSummary.diagnosis",
"short": "Diagnosis",
"definition": "Diagnosis",
"min": 0,
"max": "5",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Condition.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.details",
"path": "TreatmentSummary.diagnosis.details",
"short": "Details about this diagnosis",
"definition": "Details about this diagnosis",
"min": 0,
"max": "1",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Diagnosis"
}
],
"mapping": [
{
"identity": "fhir",
"map": "(add reference)"
}
]
},
{
"id": "TreatmentSummary.diagnosis.frontLineTreatment",
"path": "TreatmentSummary.diagnosis.frontLineTreatment",
"short": "Front line treatment",
"definition": "Front line treatment",
"min": 0,
"max": "1",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/FrontLineTreatment"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.chemotherapy",
"path": "TreatmentSummary.diagnosis.chemotherapy",
"short": "Chemotherapy",
"definition": "Chemotherapy",
"min": 0,
"max": "1",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Chemotherapy"
}
],
"mapping": [
{
"identity": "fhir",
"map": "MedicationAdministration.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationAdministration-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.stemCellTransplantation",
"path": "TreatmentSummary.diagnosis.stemCellTransplantation",
"short": "Stem Cell transplantation",
"definition": "Stem Cell transplantation",
"min": 0,
"max": "*",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/StemCellTransplantation"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-sct-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.radiotherapy",
"path": "TreatmentSummary.diagnosis.radiotherapy",
"short": "Radiotherapy",
"definition": "Radiotherapy",
"min": 0,
"max": "*",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Radiotherapy"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-radiotheraphy-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.majorSurgery",
"path": "TreatmentSummary.diagnosis.majorSurgery",
"short": "Major Surgery",
"definition": "Major Surgery",
"min": 0,
"max": "*",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MajorSurgery"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-surgery-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.otherInfos",
"path": "TreatmentSummary.diagnosis.otherInfos",
"short": "Other info and relevant events",
"definition": "Other info and relevant events",
"min": 0,
"max": "*",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/OtherInfos"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure"
},
{
"identity": "fhir",
"map": "Condition"
}
]
},
{
"id": "TreatmentSummary.diagnosis.medicalSuggestion",
"path": "TreatmentSummary.diagnosis.medicalSuggestion",
"short": "Medical suggestion",
"definition": "Medical suggestion",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseDuringFLT",
"path": "TreatmentSummary.diagnosis.relapseDuringFLT",
"short": "Progression-Relapse during FLT",
"definition": "Progression-Relapse during Front line treatment",
"min": 0,
"max": "*",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/RelapseDuringFLT"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Condition.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp').where( (extension('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/condition-previousStatus').valueCode = #replaspe or #recurrence) and ( onsetDateTime < Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp').performedPeriod.end) )"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT",
"short": "Progression-relapse after the End of Treatment",
"definition": "Progression-relapse after the End of Treatment",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.details",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.details",
"short": "Details about this relapse-progression",
"definition": "Details about this relapse-progression",
"min": 0,
"max": "1",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/RelapseAfterFLT"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Condition.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp').where( (extension('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/condition-previousStatus').valueCode = #replaspe or #recurrence) and ( onsetDateTime >= Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp').performedPeriod.end) )"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment",
"short": "Salvage treatment",
"definition": "The salvage treatment has been executed following",
"min": 0,
"max": "1",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/FrontLineTreatment"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-flt-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.frontLineTreatment.notForRelapse",
"short": "Details not provided for relapses after EOT",
"definition": "Details not provided for relapses after EOT",
"min": 0,
"max": "0",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.chemotherapy",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.chemotherapy",
"short": "Chemotherapy",
"definition": "Chemotherapy",
"min": 0,
"max": "1",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Chemotherapy"
}
],
"mapping": [
{
"identity": "fhir",
"map": "MedicationAdministration.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationAdministration-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.stemCellTransplantation",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.stemCellTransplantation",
"short": "Stem Cell transplantation",
"definition": "Stem Cell transplantation",
"min": 0,
"max": "*",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/StemCellTransplantation"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-sct-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.radiotherapy",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.radiotherapy",
"short": "Radiotherapy",
"definition": "Radiotherapy",
"min": 0,
"max": "*",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Radiotherapy"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-radiotheraphy-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.majorSurgery",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.majorSurgery",
"short": "Major Surgery",
"definition": "Major Surgery",
"min": 0,
"max": "*",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MajorSurgery"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-surgery-eu-pcsp')"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.otherInfos",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.otherInfos",
"short": "Other info and relevant events",
"definition": "Other info and relevant events",
"min": 0,
"max": "*",
"type": [
{
"code": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/OtherInfos"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Procedure"
},
{
"identity": "fhir",
"map": "Condition"
}
]
},
{
"id": "TreatmentSummary.diagnosis.relapseAfterEOT.medicalSuggestion",
"path": "TreatmentSummary.diagnosis.relapseAfterEOT.medicalSuggestion",
"short": "Medical suggestion",
"definition": "Medical suggestion",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "TreatmentSummary.diagnosis.otherConditions",
"path": "TreatmentSummary.diagnosis.otherConditions",
"short": "Other medical conditions, not cancer associated",
"definition": "Please list here if the patient has or had other medical conditions not reported to be cancer-associated (e.g. diabetes, congenital cardiopathy, amputations, kidney transplant)",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
}
]
}
}