{
  "resourceType": "StructureDefinition",
  "id": "pro-react-symptom-questionnaire-profile",
  "url": "https://fhir.pro-react.de/StructureDefinition/PRO-React_Symptom_Questionnaire",
  "version": "1.0.0",
  "name": "PRO-React_Symptom_Questionnaire_Profile",
  "title": "PRO-React_Symptom_Questionnaire Profile",
  "status": "active",
  "date": "2025-03-10",
  "publisher": "PRO-React",
  "description": "This profile defines PRO-React_Symptom_Questionnaire with specific constraints.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Questionnaire",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Questionnaire",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Questionnaire.title",
        "path": "Questionnaire.title",
        "short": "Questionnaire Title",
        "definition": "The title of the custom questionnaire.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Questionnaire.item",
        "path": "Questionnaire.item",
        "short": "List of Questions",
        "definition": "Questions for this profile.",
        "min": 1
      },
      {
        "id": "Questionnaire.item.linkId",
        "path": "Questionnaire.item.linkId",
        "mustSupport": true
      },
      {
        "id": "Questionnaire.item.text",
        "path": "Questionnaire.item.text",
        "mustSupport": true
      },
      {
        "id": "Questionnaire.item.type",
        "path": "Questionnaire.item.type",
        "mustSupport": true
      },
      {
        "id": "Questionnaire.item.answerOption",
        "path": "Questionnaire.item.answerOption",
        "short": "Answer Options",
        "definition": "Predefined answer choices for the question.",
        "min": 1,
        "max": "4"
      }
    ]
  }
}