FHIR IG Statistics: StructureDefinition/Chemotherapy
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "StructureDefinition",
"id": "Chemotherapy",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Chemotherapy",
"version": "0.1.0",
"name": "Chemotherapy",
"title": "Chemotherapy",
"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": "Chemotherapy \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": "Chemotherapy model to PCSP HL7 FHIR R4 Profiles"
}
],
"kind": "logical",
"abstract": false,
"type": "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Chemotherapy",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"element": [
{
"id": "Chemotherapy",
"path": "Chemotherapy",
"short": "Chemotherapy",
"definition": "Chemotherapy \nMaturity Level: 2 - Ready for Review",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "fhir",
"map": "MedicationAdministration.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationAdministration-eu-pcsp')"
}
]
},
{
"id": "Chemotherapy.relatedDiagnosis",
"path": "Chemotherapy.relatedDiagnosis",
"short": "Related Diagnosis",
"definition": "Identifier of the diagnosis for which this chemotherapy is performed",
"min": 1,
"max": "1",
"base": {
"path": "Chemotherapy.relatedDiagnosis",
"min": 1,
"max": "1"
},
"type": [
{
"code": "Identifier"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".reasonReference"
}
]
},
{
"id": "Chemotherapy.startDate",
"path": "Chemotherapy.startDate",
"short": "Start date",
"definition": "Please report the date of the first chemotherapy given. If the date is unkown or partially missed insert the year at the best of your knowledge.",
"min": 1,
"max": "1",
"base": {
"path": "Chemotherapy.startDate",
"min": 1,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".effectivePeriod.start"
}
]
},
{
"id": "Chemotherapy.endDate",
"path": "Chemotherapy.endDate",
"short": "End date",
"definition": "Please report the date of the last chemotherapy given. If the date is unkown or partially missed insert the year at the best of your knowledge.",
"min": 1,
"max": "1",
"base": {
"path": "Chemotherapy.endDate",
"min": 1,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".effectivePeriod.end"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment",
"path": "Chemotherapy.istitutionOfTreatment",
"short": "Institution of treatment",
"definition": "Please indicate the institution in which all or most of the chemotherapeutic treatment was given",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.istitutionOfTreatment",
"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": ".extension(http://hl7.eu/fhir/ig/pcsp/StructureDefinition/ActLocation-eu-pcsp).conformsTo(http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Location-eu-pcsp)"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.id",
"path": "Chemotherapy.istitutionOfTreatment.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": "Chemotherapy.istitutionOfTreatment.extension",
"path": "Chemotherapy.istitutionOfTreatment.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": "Chemotherapy.istitutionOfTreatment.modifierExtension",
"path": "Chemotherapy.istitutionOfTreatment.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": "Chemotherapy.istitutionOfTreatment.description",
"path": "Chemotherapy.istitutionOfTreatment.description",
"short": "Institution description",
"definition": "Please provide name, city and countryof the institution",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.istitutionOfTreatment.description",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Location.description"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.name",
"path": "Chemotherapy.istitutionOfTreatment.name",
"short": "Institution name",
"definition": "Institution name",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.istitutionOfTreatment.name",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Location.name"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.address",
"path": "Chemotherapy.istitutionOfTreatment.address",
"short": "Institution address",
"definition": "Institution address",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.istitutionOfTreatment.address",
"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": "Location.address.city"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.address.id",
"path": "Chemotherapy.istitutionOfTreatment.address.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": "Chemotherapy.istitutionOfTreatment.address.extension",
"path": "Chemotherapy.istitutionOfTreatment.address.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": "Chemotherapy.istitutionOfTreatment.address.modifierExtension",
"path": "Chemotherapy.istitutionOfTreatment.address.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": "Chemotherapy.istitutionOfTreatment.address.name",
"path": "Chemotherapy.istitutionOfTreatment.address.name",
"short": "Institution city",
"definition": "Institution city",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.istitutionOfTreatment.address.name",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.address.country",
"path": "Chemotherapy.istitutionOfTreatment.address.country",
"short": "Institution country",
"definition": "Institution country",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.istitutionOfTreatment.address.country",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Location.address.country"
}
]
},
{
"id": "Chemotherapy.productAdministration",
"path": "Chemotherapy.productAdministration",
"short": "Product(s) administartion data",
"definition": "Information about the product(s) administered",
"min": 1,
"max": "20",
"base": {
"path": "Chemotherapy.productAdministration",
"min": 1,
"max": "20"
},
"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": ".medication[x]"
}
]
},
{
"id": "Chemotherapy.productAdministration.id",
"path": "Chemotherapy.productAdministration.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": "Chemotherapy.productAdministration.extension",
"path": "Chemotherapy.productAdministration.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": "Chemotherapy.productAdministration.modifierExtension",
"path": "Chemotherapy.productAdministration.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": "Chemotherapy.productAdministration.agent",
"path": "Chemotherapy.productAdministration.agent",
"short": "Antineoplastic and immunostimulating agents",
"definition": "In this section, any of the 'antineoplastic and immunostimulating agents' received by the survivor should be reported, Drugs names are reported based on the ATC code listed under L01 to L04 in Appendix. Synonyms are included. When you start typing the name of the drug, the possible options will automatically suggested by the system. \nUp to 20 drugs are allowed into the system. The variable acronym changes based on the ordinal cmulative number of drugs received (e.g. FN_1, FN_2, FN_3, ?)",
"min": 1,
"max": "1",
"base": {
"path": "Chemotherapy.productAdministration.agent",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".medicationCodeableConcept"
}
]
},
{
"id": "Chemotherapy.productAdministration.dose",
"path": "Chemotherapy.productAdministration.dose",
"short": "Dose (NOT in PCSP DB)",
"definition": "Dose received of each drug for this administration",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.productAdministration.dose",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Quantity"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".dosage.dose"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose",
"path": "Chemotherapy.productAdministration.cumulativeDose",
"short": "Cumulative Dose",
"definition": "Report the total cumulative dose received of each drug. ",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.productAdministration.cumulativeDose",
"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": ".extension(http://hl7.eu/fhir/ig/pcsp/StructureDefinition/ResourceRelatedInfo-eu-pcsp).conformsTo(http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-cumulativeDoseChemo-eu-pcsp)"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.id",
"path": "Chemotherapy.productAdministration.cumulativeDose.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": "Chemotherapy.productAdministration.cumulativeDose.extension",
"path": "Chemotherapy.productAdministration.cumulativeDose.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": "Chemotherapy.productAdministration.cumulativeDose.modifierExtension",
"path": "Chemotherapy.productAdministration.cumulativeDose.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": "Chemotherapy.productAdministration.cumulativeDose.notAvailable",
"path": "Chemotherapy.productAdministration.cumulativeDose.notAvailable",
"short": "Not calculated or not known dose",
"definition": "Flag indicating if the dose was not calculated or it was not known",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.productAdministration.cumulativeDose.notAvailable",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".valueCodeableConcept = http://terminology.hl7.org/CodeSystem/data-absent-reason#unknown"
},
{
"identity": "fhir",
"map": ".dataAbsentReason"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.measureType",
"path": "Chemotherapy.productAdministration.cumulativeDose.measureType",
"short": "How the dose was determined (estimation or calculation)",
"definition": "Specify if the cumulative dose reported has been all calculated on real data or estimated based on the expected dose prescribed by the protocol. If some part of the calculation was based on estimated values, the whole field should be 'estimated'",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.productAdministration.cumulativeDose.measureType",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".method"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.completionStatus",
"path": "Chemotherapy.productAdministration.cumulativeDose.completionStatus",
"short": "The reported doses are incomplete (either under- or over-estimated)",
"definition": "Check in case of incomplete doses",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.productAdministration.cumulativeDose.completionStatus",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".status = #preliminary"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.statusReason",
"path": "Chemotherapy.productAdministration.cumulativeDose.statusReason",
"short": "Specify reasons why",
"definition": "Specify reasons of incomplete estimated doses",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.productAdministration.cumulativeDose.statusReason",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".extension('http://hl7.org/fhir/StructureDefinition/event-statusReason')"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.value",
"path": "Chemotherapy.productAdministration.cumulativeDose.value",
"short": "Total cumulative dose",
"definition": "Report the total cumulative dose received of each drug.",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.productAdministration.cumulativeDose.value",
"min": 0,
"max": "1"
},
"type": [
{
"code": "decimal"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".valueQuantity.value"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.unit",
"path": "Chemotherapy.productAdministration.cumulativeDose.unit",
"short": "Measure unit",
"definition": "If the dose was calculated, please report the measure unit of the calculation\n1 => mg/m2\n2 => gr/m2\n3 => UI/m2\n4 => NK\n5 => NC (not calculated)",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.productAdministration.cumulativeDose.unit",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".valueQuantity.unit (human readeable)"
},
{
"identity": "fhir",
"map": ".valueQuantity.code (code)"
}
]
},
{
"id": "Chemotherapy.corticosteroids",
"path": "Chemotherapy.corticosteroids",
"short": "Prolonged corticosteroids as anti-cancer treatment at least 4 weeks continuously",
"definition": "Report 'yes' if the survivor was treated with steroids for at least 4 weeks continuously\n1 => Yes\n2 => No\n-9922 => NK",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.corticosteroids",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": "MedicationStatement.where(medicationCodeableConcept = 'http://www.whocc.no/atc|H02' and dosage.timing.repeat.boundsDuration.where( value='4' and code = 'w' and comparator ='>' )"
}
]
},
{
"id": "Chemotherapy.intrathecalInjections",
"path": "Chemotherapy.intrathecalInjections",
"short": "Intrathecal injections",
"definition": "Intrathecal injections",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.intrathecalInjections",
"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": "MedicationStatement.where(dosage.route = https://standardterms.edqm.eu|20042000)"
}
]
},
{
"id": "Chemotherapy.intrathecalInjections.id",
"path": "Chemotherapy.intrathecalInjections.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": "Chemotherapy.intrathecalInjections.extension",
"path": "Chemotherapy.intrathecalInjections.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": "Chemotherapy.intrathecalInjections.modifierExtension",
"path": "Chemotherapy.intrathecalInjections.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": "Chemotherapy.intrathecalInjections.status",
"path": "Chemotherapy.intrathecalInjections.status",
"short": "Did the survivor receive therapeutic intrathecal injections ?",
"definition": "Please state if the survivor received any therapeutic intrathecal injections\n1 => Yes\n2 => No\n-9922 => NK",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.intrathecalInjections.status",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".exists()"
}
]
},
{
"id": "Chemotherapy.intrathecalInjections.number",
"path": "Chemotherapy.intrathecalInjections.number",
"short": "Total number",
"definition": "Report the total number of injections",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.intrathecalInjections.number",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".dosage.timing.repeat.count"
},
{
"identity": "fhir",
"map": ".count()"
}
]
},
{
"id": "Chemotherapy.intrathecalInjections.productName",
"path": "Chemotherapy.intrathecalInjections.productName",
"short": "Drug(s) administered",
"definition": "Please report the names of drugs injected intrathecal",
"min": 0,
"max": "*",
"base": {
"path": "Chemotherapy.intrathecalInjections.productName",
"min": 0,
"max": "*"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".medicationCodeableConcept.text"
}
]
},
{
"id": "Chemotherapy.otherTreatments",
"path": "Chemotherapy.otherTreatments",
"short": "Other chemothrapeutic treatments",
"definition": "Report any other chemothrapeutic treatments that are not included in the ATC code",
"min": 0,
"max": "1",
"base": {
"path": "Chemotherapy.otherTreatments",
"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": "MedicationStatement"
}
]
},
{
"id": "Chemotherapy.otherTreatments.id",
"path": "Chemotherapy.otherTreatments.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": "Chemotherapy.otherTreatments.extension",
"path": "Chemotherapy.otherTreatments.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": "Chemotherapy.otherTreatments.modifierExtension",
"path": "Chemotherapy.otherTreatments.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": "Chemotherapy.otherTreatments.productName",
"path": "Chemotherapy.otherTreatments.productName",
"short": "Drugs name",
"definition": "If yes, describe treatments",
"min": 1,
"max": "*",
"base": {
"path": "Chemotherapy.otherTreatments.productName",
"min": 1,
"max": "*"
},
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".medicationCodeableConcept.text"
}
]
}
]
},
"differential": {
"element": [
{
"id": "Chemotherapy",
"path": "Chemotherapy",
"short": "Chemotherapy",
"definition": "Chemotherapy \nMaturity Level: 2 - Ready for Review",
"mapping": [
{
"identity": "fhir",
"map": "MedicationAdministration.conformsTo('http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationAdministration-eu-pcsp')"
}
]
},
{
"id": "Chemotherapy.relatedDiagnosis",
"path": "Chemotherapy.relatedDiagnosis",
"short": "Related Diagnosis",
"definition": "Identifier of the diagnosis for which this chemotherapy is performed",
"min": 1,
"max": "1",
"type": [
{
"code": "Identifier"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".reasonReference"
}
]
},
{
"id": "Chemotherapy.startDate",
"path": "Chemotherapy.startDate",
"short": "Start date",
"definition": "Please report the date of the first chemotherapy given. If the date is unkown or partially missed insert the year at the best of your knowledge.",
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".effectivePeriod.start"
}
]
},
{
"id": "Chemotherapy.endDate",
"path": "Chemotherapy.endDate",
"short": "End date",
"definition": "Please report the date of the last chemotherapy given. If the date is unkown or partially missed insert the year at the best of your knowledge.",
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".effectivePeriod.end"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment",
"path": "Chemotherapy.istitutionOfTreatment",
"short": "Institution of treatment",
"definition": "Please indicate the institution in which all or most of the chemotherapeutic treatment was given",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".extension(http://hl7.eu/fhir/ig/pcsp/StructureDefinition/ActLocation-eu-pcsp).conformsTo(http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Location-eu-pcsp)"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.description",
"path": "Chemotherapy.istitutionOfTreatment.description",
"short": "Institution description",
"definition": "Please provide name, city and countryof the institution",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Location.description"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.name",
"path": "Chemotherapy.istitutionOfTreatment.name",
"short": "Institution name",
"definition": "Institution name",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Location.name"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.address",
"path": "Chemotherapy.istitutionOfTreatment.address",
"short": "Institution address",
"definition": "Institution address",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Location.address.city"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.address.name",
"path": "Chemotherapy.istitutionOfTreatment.address.name",
"short": "Institution city",
"definition": "Institution city",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Chemotherapy.istitutionOfTreatment.address.country",
"path": "Chemotherapy.istitutionOfTreatment.address.country",
"short": "Institution country",
"definition": "Institution country",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": "Location.address.country"
}
]
},
{
"id": "Chemotherapy.productAdministration",
"path": "Chemotherapy.productAdministration",
"short": "Product(s) administartion data",
"definition": "Information about the product(s) administered",
"min": 1,
"max": "20",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".medication[x]"
}
]
},
{
"id": "Chemotherapy.productAdministration.agent",
"path": "Chemotherapy.productAdministration.agent",
"short": "Antineoplastic and immunostimulating agents",
"definition": "In this section, any of the 'antineoplastic and immunostimulating agents' received by the survivor should be reported, Drugs names are reported based on the ATC code listed under L01 to L04 in Appendix. Synonyms are included. When you start typing the name of the drug, the possible options will automatically suggested by the system. \nUp to 20 drugs are allowed into the system. The variable acronym changes based on the ordinal cmulative number of drugs received (e.g. FN_1, FN_2, FN_3, ?)",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".medicationCodeableConcept"
}
]
},
{
"id": "Chemotherapy.productAdministration.dose",
"path": "Chemotherapy.productAdministration.dose",
"short": "Dose (NOT in PCSP DB)",
"definition": "Dose received of each drug for this administration",
"min": 0,
"max": "1",
"type": [
{
"code": "Quantity"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".dosage.dose"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose",
"path": "Chemotherapy.productAdministration.cumulativeDose",
"short": "Cumulative Dose",
"definition": "Report the total cumulative dose received of each drug. ",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".extension(http://hl7.eu/fhir/ig/pcsp/StructureDefinition/ResourceRelatedInfo-eu-pcsp).conformsTo(http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-cumulativeDoseChemo-eu-pcsp)"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.notAvailable",
"path": "Chemotherapy.productAdministration.cumulativeDose.notAvailable",
"short": "Not calculated or not known dose",
"definition": "Flag indicating if the dose was not calculated or it was not known",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".valueCodeableConcept = http://terminology.hl7.org/CodeSystem/data-absent-reason#unknown"
},
{
"identity": "fhir",
"map": ".dataAbsentReason"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.measureType",
"path": "Chemotherapy.productAdministration.cumulativeDose.measureType",
"short": "How the dose was determined (estimation or calculation)",
"definition": "Specify if the cumulative dose reported has been all calculated on real data or estimated based on the expected dose prescribed by the protocol. If some part of the calculation was based on estimated values, the whole field should be 'estimated'",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".method"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.completionStatus",
"path": "Chemotherapy.productAdministration.cumulativeDose.completionStatus",
"short": "The reported doses are incomplete (either under- or over-estimated)",
"definition": "Check in case of incomplete doses",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".status = #preliminary"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.statusReason",
"path": "Chemotherapy.productAdministration.cumulativeDose.statusReason",
"short": "Specify reasons why",
"definition": "Specify reasons of incomplete estimated doses",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".extension('http://hl7.org/fhir/StructureDefinition/event-statusReason')"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.value",
"path": "Chemotherapy.productAdministration.cumulativeDose.value",
"short": "Total cumulative dose",
"definition": "Report the total cumulative dose received of each drug.",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".valueQuantity.value"
}
]
},
{
"id": "Chemotherapy.productAdministration.cumulativeDose.unit",
"path": "Chemotherapy.productAdministration.cumulativeDose.unit",
"short": "Measure unit",
"definition": "If the dose was calculated, please report the measure unit of the calculation\n1 => mg/m2\n2 => gr/m2\n3 => UI/m2\n4 => NK\n5 => NC (not calculated)",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".valueQuantity.unit (human readeable)"
},
{
"identity": "fhir",
"map": ".valueQuantity.code (code)"
}
]
},
{
"id": "Chemotherapy.corticosteroids",
"path": "Chemotherapy.corticosteroids",
"short": "Prolonged corticosteroids as anti-cancer treatment at least 4 weeks continuously",
"definition": "Report 'yes' if the survivor was treated with steroids for at least 4 weeks continuously\n1 => Yes\n2 => No\n-9922 => NK",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": "MedicationStatement.where(medicationCodeableConcept = 'http://www.whocc.no/atc|H02' and dosage.timing.repeat.boundsDuration.where( value='4' and code = 'w' and comparator ='>' )"
}
]
},
{
"id": "Chemotherapy.intrathecalInjections",
"path": "Chemotherapy.intrathecalInjections",
"short": "Intrathecal injections",
"definition": "Intrathecal injections",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "fhir",
"map": "MedicationStatement.where(dosage.route = https://standardterms.edqm.eu|20042000)"
}
]
},
{
"id": "Chemotherapy.intrathecalInjections.status",
"path": "Chemotherapy.intrathecalInjections.status",
"short": "Did the survivor receive therapeutic intrathecal injections ?",
"definition": "Please state if the survivor received any therapeutic intrathecal injections\n1 => Yes\n2 => No\n-9922 => NK",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".exists()"
}
]
},
{
"id": "Chemotherapy.intrathecalInjections.number",
"path": "Chemotherapy.intrathecalInjections.number",
"short": "Total number",
"definition": "Report the total number of injections",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".dosage.timing.repeat.count"
},
{
"identity": "fhir",
"map": ".count()"
}
]
},
{
"id": "Chemotherapy.intrathecalInjections.productName",
"path": "Chemotherapy.intrathecalInjections.productName",
"short": "Drug(s) administered",
"definition": "Please report the names of drugs injected intrathecal",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".medicationCodeableConcept.text"
}
]
},
{
"id": "Chemotherapy.otherTreatments",
"path": "Chemotherapy.otherTreatments",
"short": "Other chemothrapeutic treatments",
"definition": "Report any other chemothrapeutic treatments that are not included in the ATC code",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
],
"mapping": [
{
"identity": "fhir",
"map": "MedicationStatement"
}
]
},
{
"id": "Chemotherapy.otherTreatments.productName",
"path": "Chemotherapy.otherTreatments.productName",
"short": "Drugs name",
"definition": "If yes, describe treatments",
"min": 1,
"max": "*",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "fhir",
"map": ".medicationCodeableConcept.text"
}
]
}
]
}
}