{
  "resourceType": "QuestionnaireResponse",
  "id": "sample-pdrt",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-07-07T23:05:20.357+00:00",
    "source": "http://sample",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/QuestionnaireResponse-my-core"
    ]
  },
  "questionnaire": "http://ig.veins.mhnexus.com/Questionnaire/pdrt",
  "status": "completed",
  "subject": {
    "reference": "Patient/78edf291-93f7-4e78-8150-e7c5e8bbac14/_history/1"
  },
  "authored": "2023-05-15",
  "author": {
    "reference": "Patient/78edf291-93f7-4e78-8150-e7c5e8bbac14/_history/1"
  },
  "item": [
    {
      "linkId": "1",
      "text": "How old are you?",
      "answer": [
        {
          "valueCoding": {
            "code": "1",
            "display": "40-49 years"
          }
        }
      ]
    },
    {
      "linkId": "2",
      "text": "Are you a man or a women?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/administrative-gender",
            "code": "male",
            "display": "Male"
          }
        }
      ]
    },
    {
      "linkId": "3",
      "text": "If you are a woman, have you ever been diagnosed with gestational diabetes?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "373067005",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "4",
      "text": "Do you have a mother, father, sister, or brother with diabetes?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "373066001",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "5",
      "text": "Have you ever been diagnosed with high blood pressure?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "373066001",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "6",
      "text": "Are you physically active?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "373066001",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "7",
      "text": "What is your weight category?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "162863004",
            "display": "Overweight (25-29.9kg/m2)"
          }
        }
      ]
    },
    {
      "linkId": "8",
      "text": "Final Score",
      "answer": [
        {
          "valueInteger": 8
        }
      ]
    }
  ]
}