{
  "resourceType": "QuestionnaireResponse",
  "id": "antenatal-visit-myinfo-qa-en-s1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-04-14T00:00:00Z",
    "profile": [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-questionnaireresponse-base"
    ]
  },
  "questionnaire": {
    "reference": "Questionnaire/antenatal-visit-my-info-q-en-s1"
  },
  "status": "completed",
  "subject": {
    "reference": "Patient/ncdhc-patient-expectant-mother-example"
  },
  "item": [
    {
      "id": "1.0.0.0",
      "linkId": "1",
      "text": "Blood Pressure",
      "subject": {
        "reference": "Observation/ncdhc-observation-vitalsign-bp-example"
      },
      "answer": [
        {
          "valueString": "122/70"
        }
      ]
    },
    {
      "id": "2.0.0.0",
      "linkId": "2",
      "text": "Weight",
      "subject": {
        "reference": "Observation/ncdhc-observation-vitalsign-bodyweight-example"
      },
      "answer": [
        {
          "valueString": "76.5kgs"
        }
      ]
    },
    {
      "id": "3.0.0.0",
      "linkId": "3",
      "text": "Fundal Height",
      "subject": {
        "reference": "Observation/ncdhc-observation-symphyseal-fundal-height-example"
      },
      "answer": [
        {
          "valueString": "34cm"
        }
      ]
    },
    {
      "id": "4.0.0.0",
      "linkId": "4",
      "text": "Urinalysis",
      "subject": {
        "reference": "Observation/ncdhc-observation-urinalysis-protein-example"
      },
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "17621005",
            "display": "Normal"
          }
        }
      ]
    },
    {
      "id": "5.0.0.0",
      "linkId": "5",
      "text": "Discuss breast feeding intention",
      "subject": {
        "reference": "Observation/ncdhc-observation-breastfeeding-education-example"
      },
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "443938003",
            "display": "Procedure carried out"
          }
        }
      ]
    },
    {
      "id": "6.0.0.0",
      "linkId": "6",
      "text": "Emotional Health and Wellbeing",
      "subject": {
        "reference": "Observation/ncdhc-observation-emotional-health-and-wellbeing-example"
      },
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "17326005",
            "display": "Well in self"
          },
          "item": [
            {
              "id": "6.1.0.1",
              "linkId": "6.1",
              "subject": {
                "reference": "Observation/ncdhc-observation-emotional-health-and-wellbeing-example"
              },
              "item": [
                {
                  "id": "6.1.1.1",
                  "linkId": "6.1.1",
                  "text": "Additional Comments",
                  "answer": [
                    {
                      "valueString": "No current concerns,pregnancy progressing well and Sophia is well supported by her family and partner"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}