{
  "resourceType": "StructureDefinition",
  "id": "bdcccbfa-6a2b-453d-a438-2fd3773ce569",
  "meta": {
    "lastUpdated": "2019-01-09T14:13:40.687+00:00"
  },
  "url": "http://healthyme.philips.com/fhir/StructureDefinition/Questionnaire",
  "version": "1",
  "name": "Questionnaire",
  "status": "draft",
  "date": "2019-01-09T13:49:28.3743619Z",
  "publisher": "Philips",
  "description": "A structured set of questions intended to guide the collection of answers from end-users. When a questionnaire is filled in, we get a QuestionnaireResponse",
  "fhirVersion": "3.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",
        "min": 1
      },
      {
        "id": "Questionnaire.description",
        "path": "Questionnaire.description",
        "min": 1
      },
      {
        "id": "Questionnaire.subjectType",
        "path": "Questionnaire.subjectType",
        "min": 1,
        "max": "1",
        "fixedCode": "Patient"
      },
      {
        "id": "Questionnaire.item",
        "path": "Questionnaire.item",
        "short": "An individual question within the Questionnaire",
        "definition": "A particular question that is part of the questionnaire"
      },
      {
        "id": "Questionnaire.item.text",
        "path": "Questionnaire.item.text",
        "definition": "The primary text for the item, formulating the question to be answered",
        "min": 1
      },
      {
        "id": "Questionnaire.item.type",
        "path": "Questionnaire.item.type",
        "short": "boolean | decimal | integer | date | dateTime +",
        "definition": "The data type expected for the answer of the question: \r\nboolean | decimal | integer | date | dateTime | time | string | text | choice | open-choice",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "QuestionnaireItemType"
            }
          ],
          "strength": "required",
          "description": "The data type expected for the answer of the question",
          "valueSetUri": "http://healthyme.philips.com/fhir/ValueSet/item-type"
        }
      }
    ]
  }
}