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

FHIR IG Statistics: Questionnaire/FollowupSurPass

Packagehl7.eu.fhir.pcsp
Resource TypeQuestionnaire
IdFollowupSurPass
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/ig/pcsp/https://build.fhir.org/ig/hl7-eu/pcsp/Questionnaire-FollowupSurPass.html
URLhttp://hl7.eu/fhir/ig/pcsp/Questionnaire/FollowupSurPass
Version0.2.0
Statusdraft
Date2025-08-02T17:28:17+00:00
NameFollowupSurPass
Realmeu
Authorityhl7
DescriptionFollow up form. The first Followup-Surpass form must be completed at the same time as the SurPass is delivered or in any case at the first visit after the end of the treatment (OT).

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire FollowupSurPass

Structure
LinkIDTextCardinalityTypeFlagsDescription & Constraintsdoco
.. FollowupSurPassFollow up form. The first Followup-Surpass form must be completed at the same time as the SurPass is delivered or in any case at the first visit after the end of the treatment (OT).Questionnairehttp://hl7.eu/fhir/ig/pcsp/Questionnaire/FollowupSurPass#0.2.0
... first-visitFirst visit?1..1choiceValue Set: YesNoVS
... consentInformed consent to participate in the Followup-SurPass1..1choiceEnable When: first-visit =
Value Set: YesNoVS
... consent-dateConsent date0..1dateiconiconEnable When: first-visit =
... visit-dateVisit date1..1date
... new-cancer-after-off-therapyPredisposing genetic syndromes or clinical conditions associated with the tumor diagnosed after the first off-therapy0..1choiceEnable When: first-visit =
Value Set: YesNoVS
.... sepcify-new-cancer-txt-1If yes, specify1..1textEnable When: new-cancer-after-off-therapy =
... other-clinicalOther clinical pictures, not associated with the tumor at the time of diagnosis0..1choiceEnable When: first-visit =
Value Set: YesNoVS
.... sepcify-other-clinical-txt-1If yes, specify1..1textEnable When: other-clinical =
... new-condition-after-off-therapyAfter the first off therapy the patient experienced one or more pathological conditions1..1choiceEnable When: first-visit =
Value Set: YesNoVS
.... group-condition-1Pathological conditions1..*groupEnable When: new-condition-after-off-therapy =
..... condition-1Condition1..1choiceValue Set: Conditions: follow up
..... condition-note-1null0..1texticoniconInitial Value: string = This space will contain guidance for the selected condition. Content is not yet available.
..... condition-other-1If other, specify1..1textEnable When:
..... appearance-date-1Onset date1..1date
..... condition-grading-1Grading m-CTCAE at onset/last visit1..1choiceValue Set: Grade: follow up
..... condition-evolution-1Evolution1..1choiceOptions: 2 options
..... resolution-date-1If yes, date1..1dateEnable When: condition-evolution-1 =
..... new-condition-grading-1If changed, new grading1..1choiceEnable When: condition-evolution-1 =
Value Set: Grade: follow up
..... details-1Details0..1text
..... next-check-1Next check-up planned on0..1text
... condition-changedHave any pathological conditions that were still present (unresolved) at the previous visit resolved or changed in degree?1..1choiceEnable When: first-visit =
Value Set: YesNoNAVS
.... group-condition-2Pathological conditions1..*groupEnable When:
..... condition-2Condition1..1choiceValue Set: Conditions: follow up
..... condition-note-2null0..1texticoniconInitial Value: string = This space will contain guidance for the selected condition. Content is not yet available.
..... condition-other-2If other, specify1..1textEnable When:
..... appearance-date-2Onset date1..1date
..... condition-grading-2Grading m-CTCAE at onset/last visit1..1choiceValue Set: Grade: follow up
..... condition-evolution-2Evolution1..1choiceEnable When: condition-changed =
Options: 3 options
..... resolution-date-2If yes, date1..1dateEnable When: condition-evolution-2 =
..... new-condition-grading-2If changed, new grading1..1choiceEnable When: condition-evolution-2 =
Value Set: Grade: follow up
..... details-2Details0..1text
..... next-check-2Next check-up planned on0..1text
... new-cancer-after-last-visitAfter the first off therapy the patient experienced one or more pathological conditions?0..1choiceEnable When: first-visit =
Value Set: YesNoVS
.... group-condition-3Pathological conditions1..*groupEnable When: new-cancer-after-last-visit =
..... condition-3Condition1..1choiceValue Set: Conditions: follow up
..... condition-note-3null0..1texticoniconInitial Value: string = This space will contain guidance for the selected condition. Content is not yet available.
..... condition-other-3If other, specify1..1textEnable When:
..... appearance-date-3Onset date1..1date
..... condition-grading-3Grading m-CTCAE at onset/last visit1..1choiceValue Set: Grade: follow up
..... condition-evolution-3Evolution1..1choiceOptions: 2 options
..... resolution-date-3If yes, date1..1dateEnable When: condition-evolution-3 =
..... new-condition-grading-3If changed, new grading1..1choiceEnable When: condition-evolution-3 =
Value Set: Grade: follow up
..... details-3Details0..1text
..... next-check-3Next check-up planned on0..1text
... notesNotes0..1string
... notes-attachmentsReports relating to significant laboratory instrumental tests0..*attachment

doco Documentation for this format

Options Sets

Answer options for condition-evolution-1

  • Yes, resolved
  • No, not resolved

Answer options for condition-evolution-2

  • No, unchanged
  • Yes, changed
  • Yes, solved

Answer options for condition-evolution-3

  • Yes, resolved
  • No, not resolved

Contained Resources


ValueSet #YesNoVS


ValueSet #YesNoNAVS


Source

{
  "resourceType": "Questionnaire",
  "id": "FollowupSurPass",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "ValueSet",
      "id": "YesNoVS",
      "status": "draft",
      "experimental": false,
      "compose": {
        "include": [
          {
            "system": "http://loinc.org",
            "concept": [
              {
                "code": "LA32-8",
                "display": "NO"
              },
              {
                "code": "LA33-6",
                "display": "YES"
              }
            ]
          }
        ]
      }
    },
    {
      "resourceType": "ValueSet",
      "id": "YesNoNAVS",
      "status": "draft",
      "experimental": false,
      "compose": {
        "include": [
          {
            "system": "http://loinc.org",
            "concept": [
              {
                "code": "LA32-8",
                "display": "NO"
              },
              {
                "code": "LA33-6",
                "display": "YES"
              },
              {
                "code": "LA30226-7",
                "display": "Not applicable (N/A)"
              }
            ]
          }
        ]
      }
    }
  ],
  "url": "http://hl7.eu/fhir/ig/pcsp/Questionnaire/FollowupSurPass",
  "version": "0.2.0",
  "name": "FollowupSurPass",
  "status": "draft",
  "subjectType": [
    "Patient"
  ],
  "date": "2025-08-02T17:28:17+00: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": "Follow up form.\nThe first Followup-Surpass form must be completed at the same time as the SurPass is delivered or in any case at the first visit after the end of the treatment (OT).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "radio-button"
              }
            ]
          }
        }
      ],
      "linkId": "first-visit",
      "text": "First visit?",
      "type": "choice",
      "required": true,
      "answerValueSet": "#YesNoVS"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "radio-button"
              }
            ]
          }
        }
      ],
      "linkId": "consent",
      "text": "Informed consent to participate in the Followup-SurPass",
      "type": "choice",
      "enableWhen": [
        {
          "question": "first-visit",
          "operator": "=",
          "answerCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "YES"
          }
        }
      ],
      "required": true,
      "answerValueSet": "#YesNoVS"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden",
          "valueBoolean": true
        },
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression",
          "valueExpression": {
            "language": "text/fhirpath",
            "expression": "%resource.item.where(linkId='source-question').answer.first().value"
          }
        }
      ],
      "linkId": "consent-date",
      "text": "Consent date",
      "type": "date",
      "enableWhen": [
        {
          "question": "first-visit",
          "operator": "=",
          "answerCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "YES"
          }
        }
      ]
    },
    {
      "linkId": "visit-date",
      "text": "Visit date",
      "type": "date",
      "required": true
    },
    {
      "linkId": "new-cancer-after-off-therapy",
      "text": "Predisposing genetic syndromes or clinical conditions associated with the tumor diagnosed after the first off-therapy",
      "type": "choice",
      "enableWhen": [
        {
          "question": "first-visit",
          "operator": "=",
          "answerCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "YES"
          }
        }
      ],
      "answerValueSet": "#YesNoVS",
      "item": [
        {
          "linkId": "sepcify-new-cancer-txt-1",
          "text": "If yes, specify",
          "type": "text",
          "enableWhen": [
            {
              "question": "new-cancer-after-off-therapy",
              "operator": "=",
              "answerCoding": {
                "system": "http://loinc.org",
                "code": "LA33-6",
                "display": "YES"
              }
            }
          ],
          "required": true
        }
      ]
    },
    {
      "linkId": "other-clinical",
      "text": "Other clinical pictures, not associated with the tumor at the time of diagnosis",
      "type": "choice",
      "enableWhen": [
        {
          "question": "first-visit",
          "operator": "=",
          "answerCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "YES"
          }
        }
      ],
      "answerValueSet": "#YesNoVS",
      "item": [
        {
          "linkId": "sepcify-other-clinical-txt-1",
          "text": "If yes, specify",
          "type": "text",
          "enableWhen": [
            {
              "question": "other-clinical",
              "operator": "=",
              "answerCoding": {
                "system": "http://loinc.org",
                "code": "LA33-6",
                "display": "YES"
              }
            }
          ],
          "required": true
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "radio-button"
              }
            ]
          }
        }
      ],
      "linkId": "new-condition-after-off-therapy",
      "text": "After the first off therapy the patient experienced one or more pathological conditions",
      "type": "choice",
      "enableWhen": [
        {
          "question": "first-visit",
          "operator": "=",
          "answerCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "YES"
          }
        }
      ],
      "required": true,
      "answerValueSet": "#YesNoVS",
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs",
              "valueInteger": 15
            }
          ],
          "linkId": "group-condition-1",
          "text": "Pathological conditions",
          "type": "group",
          "enableWhen": [
            {
              "question": "new-condition-after-off-therapy",
              "operator": "=",
              "answerCoding": {
                "system": "http://loinc.org",
                "code": "LA33-6",
                "display": "YES"
              }
            }
          ],
          "required": true,
          "repeats": true,
          "item": [
            {
              "linkId": "condition-1",
              "text": "Condition",
              "type": "choice",
              "required": true,
              "answerValueSet": "http://hl7.eu/fhir/ig/pcsp/ValueSet/cond-test-vs"
            },
            {
              "linkId": "condition-note-1",
              "type": "text",
              "readOnly": true,
              "initial": [
                {
                  "valueString": "This space will contain guidance for the selected condition. Content is not yet available."
                }
              ]
            },
            {
              "linkId": "condition-other-1",
              "text": "If other, specify",
              "type": "text",
              "enableWhen": [
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "1001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "2001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "2002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "2003,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "3001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "4001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "4002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "4003,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "5001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "5002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "5003,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6003,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6004,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6005,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6006,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "7001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "7002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "7003,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8003,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8004,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8005,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "9001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "9002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "10001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "10002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "11001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "11002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "12001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "13001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "13002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "14001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15003,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15004,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16002,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16003,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16004,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "17001,99"
                  }
                },
                {
                  "question": "condition-1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "17002,99"
                  }
                }
              ],
              "enableBehavior": "any",
              "required": true,
              "readOnly": false
            },
            {
              "linkId": "appearance-date-1",
              "text": "Onset date",
              "type": "date",
              "required": true
            },
            {
              "linkId": "condition-grading-1",
              "text": "Grading m-CTCAE at onset/last visit",
              "type": "choice",
              "required": true,
              "answerValueSet": "http://hl7.eu/fhir/ig/pcsp/ValueSet/grade-test-vs"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "radio-button"
                      }
                    ]
                  }
                }
              ],
              "linkId": "condition-evolution-1",
              "text": "Evolution",
              "type": "choice",
              "required": true,
              "answerOption": [
                {
                  "valueString": "Yes, resolved"
                },
                {
                  "valueString": "No, not resolved"
                }
              ]
            },
            {
              "linkId": "resolution-date-1",
              "text": "If yes, date",
              "type": "date",
              "enableWhen": [
                {
                  "question": "condition-evolution-1",
                  "operator": "=",
                  "answerString": "Yes, resolved"
                }
              ],
              "enableBehavior": "any",
              "required": true
            },
            {
              "linkId": "new-condition-grading-1",
              "text": "If changed, new grading",
              "type": "choice",
              "enableWhen": [
                {
                  "question": "condition-evolution-1",
                  "operator": "=",
                  "answerString": "No, not resolved"
                }
              ],
              "required": true,
              "answerValueSet": "http://hl7.eu/fhir/ig/pcsp/ValueSet/grade-test-vs"
            },
            {
              "linkId": "details-1",
              "text": "Details",
              "type": "text"
            },
            {
              "linkId": "next-check-1",
              "text": "Next check-up planned on",
              "type": "text"
            }
          ]
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "radio-button"
              }
            ]
          }
        }
      ],
      "linkId": "condition-changed",
      "text": "Have any pathological conditions that were still present (unresolved) at the previous visit resolved or changed in degree?",
      "type": "choice",
      "enableWhen": [
        {
          "question": "first-visit",
          "operator": "=",
          "answerCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "NO"
          }
        }
      ],
      "required": true,
      "answerValueSet": "#YesNoNAVS",
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs",
              "valueInteger": 15
            }
          ],
          "linkId": "group-condition-2",
          "text": "Pathological conditions",
          "type": "group",
          "enableWhen": [
            {
              "question": "condition-changed",
              "operator": "=",
              "answerCoding": {
                "system": "http://loinc.org",
                "code": "LA33-6",
                "display": "YES"
              }
            },
            {
              "question": "condition-changed",
              "operator": "=",
              "answerCoding": {
                "system": "http://loinc.org",
                "code": "LA32-8",
                "display": "NO"
              }
            }
          ],
          "enableBehavior": "any",
          "required": true,
          "repeats": true,
          "item": [
            {
              "linkId": "condition-2",
              "text": "Condition",
              "type": "choice",
              "required": true,
              "answerValueSet": "http://hl7.eu/fhir/ig/pcsp/ValueSet/cond-test-vs"
            },
            {
              "linkId": "condition-note-2",
              "type": "text",
              "readOnly": true,
              "initial": [
                {
                  "valueString": "This space will contain guidance for the selected condition. Content is not yet available."
                }
              ]
            },
            {
              "linkId": "condition-other-2",
              "text": "If other, specify",
              "type": "text",
              "enableWhen": [
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "1001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "2001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "2002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "2003,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "3001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "4001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "4002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "4003,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "5001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "5002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "5003,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6003,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6004,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6005,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6006,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "7001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "7002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "7003,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8003,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8004,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8005,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "9001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "9002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "10001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "10002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "11001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "11002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "12001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "13001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "13002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "14001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15003,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15004,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16002,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16003,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16004,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "17001,99"
                  }
                },
                {
                  "question": "condition-2",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "17002,99"
                  }
                }
              ],
              "enableBehavior": "any",
              "required": true,
              "readOnly": false
            },
            {
              "linkId": "appearance-date-2",
              "text": "Onset date",
              "type": "date",
              "required": true
            },
            {
              "linkId": "condition-grading-2",
              "text": "Grading m-CTCAE at onset/last visit",
              "type": "choice",
              "required": true,
              "answerValueSet": "http://hl7.eu/fhir/ig/pcsp/ValueSet/grade-test-vs"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "radio-button"
                      }
                    ]
                  }
                }
              ],
              "linkId": "condition-evolution-2",
              "text": "Evolution",
              "type": "choice",
              "enableWhen": [
                {
                  "question": "condition-changed",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://loinc.org",
                    "code": "LA33-6",
                    "display": "YES"
                  }
                }
              ],
              "required": true,
              "answerOption": [
                {
                  "valueString": "No, unchanged"
                },
                {
                  "valueString": "Yes, changed"
                },
                {
                  "valueString": "Yes, solved"
                }
              ]
            },
            {
              "linkId": "resolution-date-2",
              "text": "If yes, date",
              "type": "date",
              "enableWhen": [
                {
                  "question": "condition-evolution-2",
                  "operator": "=",
                  "answerString": "Yes, solved"
                }
              ],
              "enableBehavior": "any",
              "required": true
            },
            {
              "linkId": "new-condition-grading-2",
              "text": "If changed, new grading",
              "type": "choice",
              "enableWhen": [
                {
                  "question": "condition-evolution-2",
                  "operator": "=",
                  "answerString": "Yes, changed"
                }
              ],
              "required": true,
              "answerValueSet": "http://hl7.eu/fhir/ig/pcsp/ValueSet/grade-test-vs"
            },
            {
              "linkId": "details-2",
              "text": "Details",
              "type": "text"
            },
            {
              "linkId": "next-check-2",
              "text": "Next check-up planned on",
              "type": "text"
            }
          ]
        }
      ]
    },
    {
      "linkId": "new-cancer-after-last-visit",
      "text": "After the first off therapy the patient experienced one or more pathological conditions?",
      "type": "choice",
      "enableWhen": [
        {
          "question": "first-visit",
          "operator": "=",
          "answerCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "NO"
          }
        }
      ],
      "answerValueSet": "#YesNoVS",
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs",
              "valueInteger": 15
            }
          ],
          "linkId": "group-condition-3",
          "text": "Pathological conditions",
          "type": "group",
          "enableWhen": [
            {
              "question": "new-cancer-after-last-visit",
              "operator": "=",
              "answerCoding": {
                "system": "http://loinc.org",
                "code": "LA33-6",
                "display": "YES"
              }
            }
          ],
          "required": true,
          "repeats": true,
          "item": [
            {
              "linkId": "condition-3",
              "text": "Condition",
              "type": "choice",
              "required": true,
              "answerValueSet": "http://hl7.eu/fhir/ig/pcsp/ValueSet/cond-test-vs"
            },
            {
              "linkId": "condition-note-3",
              "type": "text",
              "readOnly": true,
              "initial": [
                {
                  "valueString": "This space will contain guidance for the selected condition. Content is not yet available."
                }
              ]
            },
            {
              "linkId": "condition-other-3",
              "text": "If other, specify",
              "type": "text",
              "enableWhen": [
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "1001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "2001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "2002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "2003,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "3001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "4001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "4002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "4003,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "5001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "5002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "5003,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6003,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6004,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6005,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "6006,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "7001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "7002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "7003,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8003,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8004,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "8005,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "9001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "9002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "10001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "10002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "11001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "11002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "12001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "13001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "13002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "14001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15003,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "15004,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16002,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16003,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "16004,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "17001,99"
                  }
                },
                {
                  "question": "condition-3",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://hl7.eu/fhir/ig/pcsp/CodeSystem/ConditionsCS",
                    "code": "17002,99"
                  }
                }
              ],
              "enableBehavior": "any",
              "required": true,
              "readOnly": false
            },
            {
              "linkId": "appearance-date-3",
              "text": "Onset date",
              "type": "date",
              "required": true
            },
            {
              "linkId": "condition-grading-3",
              "text": "Grading m-CTCAE at onset/last visit",
              "type": "choice",
              "required": true,
              "answerValueSet": "http://hl7.eu/fhir/ig/pcsp/ValueSet/grade-test-vs"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "radio-button"
                      }
                    ]
                  }
                }
              ],
              "linkId": "condition-evolution-3",
              "text": "Evolution",
              "type": "choice",
              "required": true,
              "answerOption": [
                {
                  "valueString": "Yes, resolved"
                },
                {
                  "valueString": "No, not resolved"
                }
              ]
            },
            {
              "linkId": "resolution-date-3",
              "text": "If yes, date",
              "type": "date",
              "enableWhen": [
                {
                  "question": "condition-evolution-3",
                  "operator": "=",
                  "answerString": "Yes, resolved"
                }
              ],
              "enableBehavior": "any",
              "required": true
            },
            {
              "linkId": "new-condition-grading-3",
              "text": "If changed, new grading",
              "type": "choice",
              "enableWhen": [
                {
                  "question": "condition-evolution-3",
                  "operator": "=",
                  "answerString": "No, not resolved"
                }
              ],
              "required": true,
              "answerValueSet": "http://hl7.eu/fhir/ig/pcsp/ValueSet/grade-test-vs"
            },
            {
              "linkId": "details-3",
              "text": "Details",
              "type": "text"
            },
            {
              "linkId": "next-check-3",
              "text": "Next check-up planned on",
              "type": "text"
            }
          ]
        }
      ]
    },
    {
      "linkId": "notes",
      "text": "Notes",
      "type": "string",
      "required": false
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/maxSize",
          "valueDecimal": 5
        }
      ],
      "linkId": "notes-attachments",
      "text": "Reports relating to significant laboratory instrumental tests",
      "type": "attachment",
      "required": false,
      "repeats": true
    }
  ]
}