{
  "resourceType": "QuestionnaireResponse",
  "id": "9cea3cb8-d24f-4be2-acbf-dbc6c3801493",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse|1.1.0"
    ]
  },
  "identifier": {
    "system": "http://www.rmssource.org/identifiers/questionnaire-ids",
    "value": "9cea3cb8-d24f-4be2-acbf-dbc6c3801493"
  },
  "status": "completed",
  "subject": {
    "reference": "urn:uuid:7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B"
  },
  "authored": "2020-10-09",
  "author": {
    "reference": "urn:uuid:86FA8373-34C8-440D-9E8F-832C1A571DA8"
  },
  "item": [
    {
      "linkId": "1",
      "text": "Section 1 Header",
      "item": [
        {
          "linkId": "1.1",
          "text": "String Question in Section 1",
          "answer": [
            {
              "valueString": "String Answer"
            }
          ]
        },
        {
          "linkId": "1.2",
          "text": "Boolean Question in Section 1",
          "answer": [
            {
              "valueBoolean": true
            }
          ]
        },
        {
          "linkId": "1.3",
          "text": "Number Question in Section 1",
          "answer": [
            {
              "valueInteger": 365
            }
          ]
        },
        {
          "linkId": "1.4",
          "text": "Decimal question in Section 1",
          "answer": [
            {
              "valueDecimal": 364.9
            }
          ]
        },
        {
          "linkId": "1.5",
          "text": "DateTime Question in Section 2",
          "answer": [
            {
              "valueDateTime": "2021-05-07T13:28:17Z"
            }
          ]
        }
      ]
    },
    {
      "linkId": "2",
      "text": "Section 2 Header",
      "item": [
        {
          "linkId": "2.1",
          "text": "Integer Question in Section 2",
          "answer": [
            {
              "valueInteger": 365
            }
          ]
        },
        {
          "linkId": "2.2",
          "text": "Multi-Select Question in Section 2",
          "answer": [
            {
              "valueString": "tag1"
            },
            {
              "valueString": "tag2"
            },
            {
              "valueString": "tag3"
            }
          ]
        },
        {
          "linkId": "2.3",
          "text": "Date Question in Section 2",
          "answer": [
            {
              "valueDate": "2019-09-05"
            }
          ]
        },
        {
          "linkId": "2.4",
          "text": "Time Question in Section 2",
          "answer": [
            {
              "valueTime": "12:34:56"
            }
          ]
        }
      ]
    },
    {
      "linkId": "3",
      "text": "CONDITIONAL Section 3 with Question",
      "answer": [
        {
          "valueBoolean": true,
          "item": [
            {
              "linkId": "3.1",
              "text": "Conditional Question 1:",
              "answer": [
                {
                  "valueString": "ConditionalAnswer1"
                }
              ]
            },
            {
              "linkId": "3.2",
              "text": "Conditional Question 2:",
              "answer": [
                {
                  "valueString": "ConditionalAnswer2"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}