{
  "resourceType": "Questionnaire",
  "id": "HoofdpijnAnamnese",
  "meta": {
    "profile": [
      "http://tiro.health/fhir/StructureDefinition/tiro-questionnaire"
    ]
  },
  "item": [
    {
      "item": [
        {
          "linkId": "hoofdpijn/lokalisatie",
          "text": "Lokalisatie",
          "type": "open-choice",
          "answerValueSet": "http://tce.tiro.health?should=headache-localisation+head+neck&must=finding",
          "initial": [
            {
              "valueString": ""
            }
          ]
        },
        {
          "linkId": "hoofdpijn/karakter",
          "text": "Karakter",
          "type": "open-choice",
          "answerValueSet": "http://tce.tiro.health?should=headache-character&must=finding",
          "initial": [
            {
              "valueString": ""
            }
          ]
        },
        {
          "linkId": "hoofdpijn/duur",
          "text": "Duur",
          "type": "open-choice",
          "answerValueSet": "http://tce.tiro.health?should=headache-character&must=finding",
          "initial": [
            {
              "valueString": ""
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/minValue",
              "valueInteger": 0
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/maxValue",
              "valueInteger": 1000
            }
          ],
          "linkId": "hoofdpijn/frequentie",
          "text": "Frequentie",
          "type": "quantity",
          "initial": [
            {
              "valueQuantity": {
                "unit": "aanvallen per maand"
              }
            }
          ]
        }
      ],
      "linkId": "hoofdpijn",
      "type": "group",
      "text": "Hoofdpijn type #",
      "repeats": true
    },
    {
      "linkId": "geasoccieerde-symptomen",
      "text": "Geassocieerde symtomen",
      "type": "open-choice",
      "answerValueSet": "http://tce.tiro.health?should=headache-character&must=finding",
      "initial": [
        {
          "valueString": ""
        }
      ]
    },
    {
      "linkId": "red-flags-secundaire-hoofdpijn",
      "text": "Red flags secundaire hoofdpijn",
      "type": "open-choice",
      "answerValueSet": "http://tce.tiro.health?should=secundary-headache-findings&must=finding",
      "initial": [
        {
          "valueString": ""
        }
      ]
    },
    {
      "linkId": "risico-factoren-chronificatie",
      "text": "Risico factoren voor chronificatie",
      "type": "open-choice",
      "answerValueSet": "http://tce.tiro.health?should=chronic-headache&must=finding",
      "initial": [
        {
          "valueString": ""
        }
      ]
    }
  ],
  "title": "Hoofdpijn Anamnese",
  "name": "hoofdpijn-anamnese",
  "url": "http://tiro.health/fhir/Questionnaire/HoofdpijnAnamnese",
  "language": "BE-nl",
  "status": "active",
  "publisher": "Prof. Dr. Keereman",
  "useContext": [
    {
      "code": {
        "code": "focus",
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "hoofdpijn/anamnese",
            "system": "http://tiro.health/fhir/sid",
            "display": "hoofdpijn/anamnese"
          }
        ]
      }
    }
  ]
}