FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/nhsi-my-core

PackageMyHIE.v4-test
Resource TypeQuestionnaire
Idnhsi-my-core
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=MyHIE.v4-test@2.1.0-alpha&canonical=http://fhir.hie.moh.gov.my/Questionnaire/nhsi-my-core
URLhttp://fhir.hie.moh.gov.my/Questionnaire/nhsi-my-core
Version1.0.0
Statusactive
Date2023-01-11T06:43:11.5383741+00:00
NameNHSI
TitleMalaysia National Health Screening

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "Questionnaire",
  "id": "nhsi-my-core",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-08-03T03:26:09.844+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/Questionnaire"
    ]
  },
  "url": "http://fhir.hie.moh.gov.my/Questionnaire/nhsi-my-core",
  "version": "1.0.0",
  "name": "NHSI",
  "title": "Malaysia National Health Screening",
  "status": "active",
  "experimental": true,
  "date": "2023-01-11T06:43:11.5383741+00:00",
  "item": [
    {
      "linkId": "1",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "01",
          "display": "User Demographic"
        }
      ],
      "text": "User Demographic",
      "type": "group",
      "required": false,
      "item": [
        {
          "linkId": "1.1",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.1",
              "display": "Name"
            }
          ],
          "text": "Name",
          "type": "string",
          "required": false
        },
        {
          "linkId": "1.2",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.2",
              "display": "MySejahtera ID"
            }
          ],
          "text": "MySejahtera ID",
          "type": "string",
          "required": false
        },
        {
          "linkId": "1.3",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.3",
              "display": "Contact Number"
            }
          ],
          "text": "Contact Number",
          "type": "string",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "help",
                        "display": "Help-Button"
                      }
                    ],
                    "text": "Help-Button"
                  }
                }
              ],
              "linkId": "1.3_helpText",
              "text": "Must be valid phone number with +60 at start",
              "type": "display"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "1.4",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.4",
              "display": "Type of Identification"
            }
          ],
          "text": "Type of Identification",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Ic Numbers"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Passport Number"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Others"
              }
            }
          ]
        },
        {
          "linkId": "1.5",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.5",
              "display": "IC Number/Passport"
            }
          ],
          "text": "IC Number/Passport",
          "type": "string",
          "required": false
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "1.6",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.6",
              "display": "Gender"
            }
          ],
          "text": "Gender",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://hl7.org/fhir/administrative-gender",
                "code": "male",
                "display": "Male"
              }
            },
            {
              "valueCoding": {
                "system": "http://hl7.org/fhir/administrative-gender",
                "code": "female",
                "display": "Female"
              }
            },
            {
              "valueCoding": {
                "system": "http://hl7.org/fhir/administrative-gender",
                "code": "other",
                "display": "Others"
              }
            }
          ]
        },
        {
          "linkId": "1.7",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.7",
              "display": "Nationality"
            }
          ],
          "text": "Nationality",
          "type": "string",
          "required": false
        },
        {
          "linkId": "1.8",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.8",
              "display": "Address"
            }
          ],
          "text": "Address",
          "type": "string",
          "required": false
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "1.9",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.9",
              "display": "Occupation"
            }
          ],
          "text": "Occupation",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Manager"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Professional"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Technician and Associate Professional"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Clerical Support Worker"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Services and Sales Worker"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Skilled Agricultural, Forestry, Livestock and Fishery Worker"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "07",
                "display": "Craft and related Trades Worker"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "08",
                "display": "Plant and Machine Operators and Assembler"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "09",
                "display": "Elementary Worker"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "10",
                "display": "Armed Forces Occupation"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "11",
                "display": "Unemployed"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "1.10",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.10",
              "display": "Ethnicity"
            }
          ],
          "text": "Ethnicity",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Malay"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Chinese"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Indian"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Bumiputera Sabah"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Bumiputera Sarawak"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Orang Asli"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "07",
                "display": "Others"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "1.11",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.11",
              "display": "Special Category of Population"
            }
          ],
          "text": "Special Category of Population",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Not Applicable"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "High Risk/ Vulnerable Individuals"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Person with Disabilities"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Individuals from old folks/ caretaker home"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "1.12",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.12",
              "display": "Industry"
            }
          ],
          "text": "Industry",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Accomodations"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Advertising & Market Research"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Agriculture"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Architectural and Landscape Activities"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Arts, entertainment & recreation"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Business services"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "07",
                "display": "Community, social & personal services"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "08",
                "display": "Construction"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "09",
                "display": "Education"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "10",
                "display": "Electricity, gas, steam & air conditioning supply"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "11",
                "display": "Finance"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "12",
                "display": "Fishing & aquaculture"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "13",
                "display": "Food & beverage"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "14",
                "display": "Forestry & logging"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "15",
                "display": "Goverment services"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "16",
                "display": "Healthcare"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "17",
                "display": "Information & communication"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "18",
                "display": "Insurance"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "19",
                "display": "Legal & accounting activities manufacturing"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "20",
                "display": "Mining & quarrying"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "21",
                "display": "Owner occupied dwelling"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "22",
                "display": "Petroleum & natural gas extraction"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "23",
                "display": "Postal & courier activities"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "24",
                "display": "Real estate"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "25",
                "display": "Scientific engineering activities & technical testing/ analysis"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "26",
                "display": "Security & investigation activities"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "27",
                "display": "Security & investigation activities"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "28",
                "display": "Transportation & storage"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "29",
                "display": "Unemployed"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "30",
                "display": "Utilities services"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "31",
                "display": "Veterinary activities"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "32",
                "display": "Wholesale & retail trade services"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "33",
                "display": "Water supply, sewerage & waste management"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "1.13",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.13",
              "display": "Comorbidities Present"
            }
          ],
          "text": "Comorbidities Present",
          "type": "choice",
          "required": false,
          "repeats": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "385432009",
                "display": "Not Applicable"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "73211009",
                "display": "Diabetes Mellitus"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "38341003",
                "display": "Hypertension"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "56265001",
                "display": "Heart Disease"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "195967001",
                "display": "Asthma"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "363346000",
                "display": "Cancer"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "413839001",
                "display": "Chronic Lung Disease"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "90708001",
                "display": "Kidney Disease"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "235856003",
                "display": "Liver Disease"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "230690007",
                "display": "Stroke"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "370388006",
                "display": "Immunocompromised"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "414916001",
                "display": "Obesity"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "64779008",
                "display": "Bleeding Tendency"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "39579001",
                "display": "History of Severe Allergic Reaction"
              }
            },
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "74964007",
                "display": "Others"
              }
            }
          ]
        },
        {
          "linkId": "1.14",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "1.14",
              "display": "Last Screening Date"
            }
          ],
          "text": "Last Screening Date",
          "type": "group",
          "required": false,
          "item": [
            {
              "linkId": "1.14.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "1.14.1",
                  "display": "Has the patient performed health screening before?"
                }
              ],
              "text": "Has the patient performed health screening before?",
              "type": "boolean",
              "required": false
            },
            {
              "linkId": "1.14.2",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "1.14.2",
                  "display": "If Yes:"
                }
              ],
              "text": "If Yes:",
              "type": "date",
              "required": false
            }
          ]
        }
      ]
    },
    {
      "linkId": "2",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "02",
          "display": "Assessments"
        }
      ],
      "text": "Assessments",
      "type": "group",
      "required": false,
      "item": [
        {
          "linkId": "2.1",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "2.1",
              "display": "Does the patient have any family history?"
            }
          ],
          "text": "Does the patient have any family history?",
          "type": "boolean",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "2.1.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "2.1.1",
                  "display": "If yes:"
                }
              ],
              "text": "If yes:",
              "type": "choice",
              "required": false,
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "38341003",
                    "display": "Hypertension"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "73211009",
                    "display": "Diabetes Mellitus"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "13644009",
                    "display": "Hypercholesterolemia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "56265001",
                    "display": "Coronary Heart Disease"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "230690007",
                    "display": "Stroke"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "709044004",
                    "display": "Chronic Kidney Disease"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "363346000",
                    "display": "Cancer"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "26636000",
                    "display": "Sudden Death"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "74732009",
                    "display": "Mental Illness"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "2.2",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "2.2",
              "display": "Does the patient have any medical history?"
            },
            {
              "code": "2.2",
              "display": "Does the patient have any medical history?"
            }
          ],
          "text": "Does the patient have any medical history?",
          "type": "boolean",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "2.2.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "2.2.1",
                  "display": "If yes:"
                },
                {
                  "code": "2.2.1",
                  "display": "If yes:"
                }
              ],
              "text": "If yes:",
              "type": "choice",
              "required": false,
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "38341003",
                    "display": "Hypertension"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "73211009",
                    "display": "Diabetes Mellitus"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "13644009",
                    "display": "Hypercholesterolemia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "56265001",
                    "display": "Coronary Heart Disease"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "230690007",
                    "display": "Stroke"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "709044004",
                    "display": "Chronic Kidney Disease"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "363346000",
                    "display": "Cancer"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://snomed.info/sct",
                    "code": "195967001",
                    "display": "Asthma"
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "3",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "03",
          "display": "Mental Health Assessments"
        }
      ],
      "text": "Mental Health Assessments",
      "type": "group",
      "required": false,
      "item": [
        {
          "linkId": "3.1",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "3.1",
              "display": "In the past 2 weeks, how often does this patient:"
            }
          ],
          "text": "In the past 2 weeks, how often does this patient:",
          "type": "group",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.1",
                  "display": "Felt Down, depressed or hopeless"
                }
              ],
              "text": "Felt Down, depressed or hopeless",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not At All"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Several Days"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "> 7 days"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Almost everyday"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.2",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.2",
                  "display": "Little interest to do things"
                }
              ],
              "text": "Little interest to do things",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not At All"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Several Days"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "> 7 days"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Almost everyday"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.3",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.3",
                  "display": "Trouble falling asleep/staying asleep or sleeping too much"
                }
              ],
              "text": "Trouble falling asleep/staying asleep or sleeping too much",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not At All"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Several Days"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "> 7 days"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Almost everyday"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.4",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.4",
                  "display": "Felt tired or having little energy"
                }
              ],
              "text": "Felt tired or having little energy",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 0
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not At All"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 1
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Several Days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 2
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "> 7 days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 3
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Almost everyday"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.5",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.5",
                  "display": "Had poor appetite or over eating"
                }
              ],
              "text": "Had poor appetite or over eating",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 0
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not At All"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 1
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Several Days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 2
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "> 7 days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 3
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Almost everyday"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.6",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.6",
                  "display": "Felt bad about himself/herself, felt like a failure or he/she has let his/her family down"
                }
              ],
              "text": "Felt bad about himself/herself, felt like a failure or he/she has let his/her family down",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 0
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not At All"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 1
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Several Days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 2
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "> 7 days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 3
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Almost everyday"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.7",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.7",
                  "display": "Trouble concentrating (e.g. watching television or reading newspaper)"
                }
              ],
              "text": "Trouble concentrating (e.g. watching television or reading newspaper)",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 0
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not At All"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 1
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Several Days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 2
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "> 7 days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 3
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Almost everyday"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.8",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.8",
                  "display": "Moved slowly or fidgeted excessively that is noticeable by people around him/her"
                }
              ],
              "text": "Moved slowly or fidgeted excessively that is noticeable by people around him/her",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 0
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not At All"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 1
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Several Days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 2
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "> 7 days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 3
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Almost everyday"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.9",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.9",
                  "display": "Had thoughts that he/she would be better dead, or hurting yourself"
                }
              ],
              "text": "Had thoughts that he/she would be better dead, or hurting yourself",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 0
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not At All"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 1
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Several Days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 2
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "> 7 days"
                  }
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                      "valueDecimal": 3
                    }
                  ],
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Almost everyday"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.1.10",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.1.10",
                  "display": "Total Mental Health Test Score"
                }
              ],
              "text": "Total Mental Health Test Score",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "0-4 : None-minimal depression"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "5-9 : Mild Depression"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "10-14 : Moderate Depression"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "15-19 :Moderate severe depression"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "20-27 : Severe Depression"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "3.2",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "3.2",
              "display": "In the last 2 weeks, indicate how difficult these problems made it for this patient"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "3,2",
              "display": "In the last 2 weeks, indicate how difficult these problems made it for this patient"
            }
          ],
          "text": "In the last 2 weeks, indicate how difficult these problems made it for this patient",
          "type": "group",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "3.2.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "3.2.1",
                  "display": "Do your work, take care of things at home, or get along with others"
                }
              ],
              "text": "Do your work, take care of things at home, or get along with others",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Not Difficult"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Somewhat difficult"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Very difficult"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Extreme difficult"
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "4",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "04",
          "display": "Lifestyle Health Assessment"
        }
      ],
      "text": "Lifestyle Health Assessment",
      "type": "group",
      "required": false,
      "item": [
        {
          "linkId": "4.1",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "4.1",
              "display": "Alcohol consumption"
            }
          ],
          "text": "Alcohol consumption",
          "type": "group",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "4.1.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.1.1",
                  "display": "How often do you consume alcohol?"
                }
              ],
              "text": "How often do you consume alcohol?",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Never"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Once a month"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "2-4 times a month"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "2-3 times week"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "> 4 times a weeks"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "4.1.2",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.1.2",
                  "display": "How many alcoholic beverages do you consume in a day?"
                }
              ],
              "text": "How many alcoholic beverages do you consume in a day?",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "<2"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "3-4"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "5-6"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "7-9"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": ">10"
                  }
                }
              ]
            },
            {
              "linkId": "4.1.3",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.1.3",
                  "display": "How often within the last year,"
                }
              ],
              "text": "How often within the last year,",
              "type": "group",
              "required": false,
              "item": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                      "valueCodeableConcept": {
                        "coding": [
                          {
                            "system": "http://hl7.org/fhir/questionnaire-item-control",
                            "code": "drop-down",
                            "display": "Drop down"
                          }
                        ],
                        "text": "Drop down"
                      }
                    }
                  ],
                  "linkId": "4.1.3.1",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "4.1.3.1",
                      "display": "Do you consume 6 or more drink in a day?"
                    }
                  ],
                  "text": "Do you consume 6 or more drink in a day?",
                  "type": "choice",
                  "required": false,
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "00",
                        "display": "Never"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "< Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "03",
                        "display": "Weekly"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "04",
                        "display": "Almost daily"
                      }
                    }
                  ]
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                      "valueCodeableConcept": {
                        "coding": [
                          {
                            "system": "http://hl7.org/fhir/questionnaire-item-control",
                            "code": "drop-down",
                            "display": "Drop down"
                          }
                        ],
                        "text": "Drop down"
                      }
                    }
                  ],
                  "linkId": "4.1.3.2",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "4.1.3.2",
                      "display": "Were you not able to stop drinking once started?"
                    }
                  ],
                  "text": "Were you not able to stop drinking once started?",
                  "type": "choice",
                  "required": false,
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "00",
                        "display": "Never"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "< Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "03",
                        "display": "Weekly"
                      }
                    },
                    {
                      "valueCoding": {
                        "code": "04",
                        "display": "Almost daily"
                      }
                    }
                  ]
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                      "valueCodeableConcept": {
                        "coding": [
                          {
                            "system": "http://hl7.org/fhir/questionnaire-item-control",
                            "code": "drop-down",
                            "display": "Drop down"
                          }
                        ],
                        "text": "Drop down"
                      }
                    }
                  ],
                  "linkId": "4.1.3.3",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "4.1.3.3",
                      "display": "Were you not able to perform normal activities due to drinking?"
                    }
                  ],
                  "text": "Were you not able to perform normal activities due to drinking?",
                  "type": "choice",
                  "required": false,
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "00",
                        "display": "Never"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "< Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "03",
                        "display": "Weekly"
                      }
                    },
                    {
                      "valueCoding": {
                        "code": "04",
                        "display": "Almost daily"
                      }
                    }
                  ]
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                      "valueCodeableConcept": {
                        "coding": [
                          {
                            "system": "http://hl7.org/fhir/questionnaire-item-control",
                            "code": "drop-down",
                            "display": "Drop down"
                          }
                        ],
                        "text": "Drop down"
                      }
                    }
                  ],
                  "linkId": "4.1.3.4",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "4.1.3.4",
                      "display": "You needed to drink first thing in the morning to get going after a heavy drinking session?"
                    }
                  ],
                  "text": "You needed to drink first thing in the morning to get going after a heavy drinking session?",
                  "type": "choice",
                  "required": false,
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "00",
                        "display": "Never"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "< Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "03",
                        "display": "Weekly"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "04",
                        "display": "Almost daily"
                      }
                    }
                  ]
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                      "valueCodeableConcept": {
                        "coding": [
                          {
                            "system": "http://hl7.org/fhir/questionnaire-item-control",
                            "code": "drop-down",
                            "display": "Drop down"
                          }
                        ],
                        "text": "Drop down"
                      }
                    }
                  ],
                  "linkId": "4.1.3.5",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "4.1.3.5",
                      "display": "That you felt guilt or remorse after drinking?"
                    }
                  ],
                  "text": "That you felt guilt or remorse after drinking?",
                  "type": "choice",
                  "required": false,
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "00",
                        "display": "Never"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "< Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "03",
                        "display": "Weekly"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "04",
                        "display": "Almost daily"
                      }
                    }
                  ]
                },
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                      "valueCodeableConcept": {
                        "coding": [
                          {
                            "system": "http://hl7.org/fhir/questionnaire-item-control",
                            "code": "drop-down",
                            "display": "Drop down"
                          }
                        ],
                        "text": "Drop down"
                      }
                    }
                  ],
                  "linkId": "4.1.3.6",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "4.1.3.6",
                      "display": "Were you unable to remember what happened the night before due to drinking?"
                    }
                  ],
                  "text": "Were you unable to remember what happened the night before due to drinking?",
                  "type": "choice",
                  "required": false,
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "00",
                        "display": "Never"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "< Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "Once a month"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "03",
                        "display": "Weekly"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "04",
                        "display": "Almost daily"
                      }
                    }
                  ]
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "4.1.4",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.1.4",
                  "display": "Have you or someone else been injured because of your drinking?"
                }
              ],
              "text": "Have you or someone else been injured because of your drinking?",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "No"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Yes, but not last year"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Yes, during last year"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "4.1.5",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.1.5",
                  "display": "Has a relative, friend, doctor, been concerned about your drinking habits?"
                }
              ],
              "text": "Has a relative, friend, doctor, been concerned about your drinking habits?",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "No"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Yes, but not last year"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Yes, during last year"
                  }
                }
              ]
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "4.1.6",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.1.6",
                  "display": "Total Alcohol Consumption Test Score"
                }
              ],
              "text": "Total Alcohol Consumption Test Score",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "1-7 Low Risk"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "8-12 Moderate Risk"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": ">13 High Risk"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "4.2",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "4.2",
              "display": "Smoking Status"
            }
          ],
          "text": "Smoking Status",
          "type": "group",
          "required": false,
          "item": [
            {
              "linkId": "4.2.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.2.1",
                  "display": "Does the patient smoke?"
                }
              ],
              "text": "Does the patient smoke?",
              "type": "boolean",
              "required": false
            },
            {
              "linkId": "4.2.2",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.2.2",
                  "display": "Cigarettes per Day"
                }
              ],
              "text": "Cigarettes per Day",
              "type": "integer",
              "required": false
            },
            {
              "linkId": "4.2.3",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.2.3",
                  "display": "Years of Smoking"
                }
              ],
              "text": "Years of Smoking",
              "type": "integer",
              "required": false
            },
            {
              "linkId": "4.2.4",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "4.2.4",
                  "display": "Total pack-years"
                }
              ],
              "text": "Total pack-years",
              "type": "quantity",
              "required": false
            }
          ]
        }
      ]
    },
    {
      "linkId": "5",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "05",
          "display": "Clinical Parameters"
        }
      ],
      "text": "Clinical Parameters",
      "type": "group",
      "required": false,
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
              "valueCoding": {
                "display": "cm"
              }
            }
          ],
          "linkId": "5.1",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "8302-2",
              "display": "Anthropometry: Height"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.1",
              "display": "Anthropometry: Height"
            }
          ],
          "text": "Anthropometry: Height",
          "type": "quantity",
          "required": false
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
              "valueCoding": {
                "display": "kg"
              }
            }
          ],
          "linkId": "5.2",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "8306-3",
              "display": "Anthropometry: Weight"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.2",
              "display": "Anthropometry: Weight"
            }
          ],
          "text": "Anthropometry: Weight",
          "type": "quantity",
          "required": false
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
              "valueCoding": {
                "display": "cm"
              }
            }
          ],
          "linkId": "5.3",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "8280-0",
              "display": "Anthropometry: Waistline"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.3",
              "display": "Anthropometry: Waistline"
            }
          ],
          "text": "Anthropometry: Waistline",
          "type": "quantity",
          "required": false
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
              "valueCoding": {
                "display": "kg/m2"
              }
            }
          ],
          "linkId": "5.4",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "39156-5",
              "display": "BMI calculation"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.4",
              "display": "BMI calculation"
            }
          ],
          "text": "BMI calculation",
          "type": "quantity",
          "required": false
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "5.5",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.5",
              "display": "BMI Outcome"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.5",
              "display": "BMI Outcome"
            }
          ],
          "text": "BMI Outcome",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Underweight (<18.5)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Normal Weight (18.5-24.9)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Overweight (25-29.9)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Obese (≥30)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Obese-I (30-34.9)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Obese-II (35-39.9)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "07",
                "display": "Obese-III\t(>40)"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
              "valueCoding": {
                "display": "mm[Hg]"
              }
            }
          ],
          "linkId": "5.6",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "8480-6",
              "display": "Vital Signs: Blood Pressure (systolic)"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.6",
              "display": "Vital Signs: Blood Pressure (systolic)"
            }
          ],
          "text": "Vital Signs: Blood Pressure (systolic)",
          "type": "quantity",
          "required": false
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
              "valueCoding": {
                "display": "mm[Hg]"
              }
            }
          ],
          "linkId": "5.7",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "8462-4",
              "display": "Vital Signs: Blood Pressure (diastolic)"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.7",
              "display": "Vital Signs: Blood Pressure (systolic)"
            }
          ],
          "text": "Vital Signs: Blood Pressure (diastolic)",
          "type": "quantity",
          "required": false
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
              "valueCoding": {
                "display": "/min"
              }
            }
          ],
          "linkId": "5.8",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "8867-4",
              "display": "Vital Signs: Pulse Rate"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.8",
              "display": "Vital Signs: Pulse Rate"
            }
          ],
          "text": "Vital Signs: Pulse Rate",
          "type": "quantity",
          "required": false
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "5.9",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.9",
              "display": "Blood Pressure Outcome"
            }
          ],
          "text": "Blood Pressure Outcome",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Low (Systolic <90,Diastolic <60)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Normal (Systolic <130,Diastolic <85)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "At Risk (Systolic 130–139,Diastolic 84-89)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "High (Systolic ≥140,Diastolic  ≥90)"
              }
            }
          ]
        },
        {
          "linkId": "5.10",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.10",
              "display": "Point of Care Testing: Blood Glucose"
            }
          ],
          "text": "Point of Care Testing: Blood Glucose",
          "type": "group",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
                  "valueCoding": {
                    "display": "mmol/L"
                  }
                }
              ],
              "linkId": "5.10.1",
              "code": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "271062006",
                  "display": "Fasting"
                },
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.10.1",
                  "display": "Fasting"
                }
              ],
              "text": "Fasting",
              "type": "quantity",
              "required": false
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
                  "valueCoding": {
                    "display": "mmol/L"
                  }
                }
              ],
              "linkId": "5.10.2",
              "code": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "271061004",
                  "display": "Random"
                },
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.10.2",
                  "display": "Random"
                }
              ],
              "text": "Random",
              "type": "quantity",
              "required": false
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "5.10.3",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.10.3",
                  "display": "Blood Glucose Outcome"
                },
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.11",
                  "display": "Blood Glucose Outcome"
                }
              ],
              "text": "Blood Glucose Outcome",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Low (<4.0)"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Normal Fasting (<5.6)"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Normal Random (<7.8)"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "5.11",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.11",
              "display": "Point of Care Testing: Blood Cholesterol"
            },
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "5.12",
              "display": "Point of Care Testing: Blood Cholesterol"
            }
          ],
          "text": "Point of Care Testing: Blood Cholesterol",
          "type": "group",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
                  "valueCoding": {
                    "display": "mmol/L"
                  }
                }
              ],
              "linkId": "5.11.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.11.1",
                  "display": "Fasting"
                },
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.12.1",
                  "display": "Fasting"
                }
              ],
              "text": "Fasting",
              "type": "quantity",
              "required": false
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption",
                  "valueCoding": {
                    "display": "mmol/L"
                  }
                }
              ],
              "linkId": "5.11.2",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.11.2",
                  "display": "Random"
                },
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.12.2",
                  "display": "Random"
                }
              ],
              "text": "Random",
              "type": "quantity",
              "required": false
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "5.11.3",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.11.3",
                  "display": "Blood Cholesterol Outcome"
                },
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "5.13",
                  "display": "Blood Cholesterol Outcome"
                }
              ],
              "text": "Blood Cholesterol Outcome",
              "type": "choice",
              "required": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Low <3.9 mmol/L"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "High >= 5.2 mmol/L"
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "6",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "06",
          "display": "Advanced Health Screening (Optional)"
        }
      ],
      "text": "Advanced Health Screening (Optional)",
      "type": "group",
      "required": false,
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "6.1",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "6.1",
              "display": "Cardiovascular"
            }
          ],
          "text": "Cardiovascular",
          "type": "choice",
          "required": false,
          "repeats": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Chest Pain"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Ankle Swelling"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Shortness of breath"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Intermittent claudication"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Orthopnoea"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Cough with or without sputum"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "07",
                "display": "Palpitation"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "08",
                "display": "Nocturnal dyspnoea"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "09",
                "display": "Haemoptysis"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "6.2",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "6.2",
              "display": "Gastrointestinal"
            }
          ],
          "text": "Gastrointestinal",
          "type": "choice",
          "required": false,
          "repeats": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abdominal pain"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Nausea and/or vomiting"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Bowel pattern and any changes"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Dyspepsia"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Degree of appetide"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Cough with or without sputum"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "07",
                "display": "Dysphagia"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "08",
                "display": "Weight loss or gain"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "09",
                "display": "Haemoptyis"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "6.3",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "6.3",
              "display": "Genitourinary"
            }
          ],
          "text": "Genitourinary",
          "type": "choice",
          "required": false,
          "repeats": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Haematuria"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Dysuria"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Menstual irregularity - women"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Nocturia"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Frequency"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Urethral discharge - men"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "6.4",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "6.4",
              "display": "Locomotor"
            }
          ],
          "text": "Locomotor",
          "type": "choice",
          "required": false,
          "repeats": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Joint pain"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Change in mobility"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "6.5",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "6.5",
              "display": "Neurological"
            }
          ],
          "text": "Neurological",
          "type": "choice",
          "required": false,
          "repeats": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Seizures"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Eyesight"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Transient loss of function (vision, speech, sight)"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Collapses"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Hearing"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Paresthesia"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "07",
                "display": "Dizziness"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "6.6",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "6.6",
              "display": "ENT Symptoms"
            }
          ],
          "text": "ENT Symptoms",
          "type": "choice",
          "required": false,
          "repeats": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Hearing loss/tinnitus"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Epistaxis"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Snoring"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Otalgia"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Dysphonia"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Trismus"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "07",
                "display": "Facial pain"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "08",
                "display": "Dysphagia"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "09",
                "display": "Neck swelling"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "10",
                "display": "Persistent nasal discharge"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "11",
                "display": "Odynophagia"
              }
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "6.7",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "6.7",
              "display": "Dermatology"
            }
          ],
          "text": "Dermatology",
          "type": "choice",
          "required": false,
          "repeats": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Rashes"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Skin color changes"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Ulcers"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Skin lesions"
              }
            }
          ]
        }
      ]
    },
    {
      "linkId": "7",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "07",
          "display": "Advanced Systemic Examination (Optional)"
        }
      ],
      "text": "Advanced Systemic Examination (Optional)",
      "type": "group",
      "required": false,
      "item": [
        {
          "linkId": "7430591698512",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.1"
            }
          ],
          "text": "General Appearance",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "9491690640065",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.1.1"
                }
              ],
              "text": "If Abnormal:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Dysmorphic features"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Cyanosed"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Jaundiced"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Abnormal gait"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Pale"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Ill-looking"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Dehydrated"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "Cachexic"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "09",
                    "display": "Abnormal gait"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "10",
                    "display": "Limbs deformity"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "11",
                    "display": "Present of vision aid (eg: Spectacles)"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "12",
                    "display": "Skin lesion"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "13",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "9385492769029",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.2"
            }
          ],
          "text": "Hands and Arms",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "2706469979386",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.2.1"
                }
              ],
              "text": "If Abnormal:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Finger Clubbing"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Koilonychia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Leuchonychia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Palmar erythema"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Dupuytren’s contracture"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Cyanosis"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Tremors"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "Bruising"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "09",
                    "display": "Muscle Wasting"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "10",
                    "display": "Bruising"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "11",
                    "display": "Splinter Haemorrhage"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "12",
                    "display": "Osler's Node"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "13",
                    "display": "Janeway Lesion"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "14",
                    "display": "Onycholysis"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "15",
                    "display": "1skin Lesion"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "16",
                    "display": "Joint Deformity"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "17",
                    "display": "Bony Deformity"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "18",
                    "display": "others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "803255584502",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "73"
            }
          ],
          "text": "Head",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "2706057387357",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.3.1"
                }
              ],
              "text": "If Abnormal:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Frontal Bossing"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Microcephaly"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Macrocephaly"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Psoriatic plaque"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Alopecia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Scaly Patches"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Bleeding"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Discharges"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "Fleas"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "09",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "5438686906842",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.4"
            }
          ],
          "text": "Neck",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "8525967233111",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.4.1"
                }
              ],
              "text": "If Abnormal:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "00",
                    "display": "Lymphadenopathy"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Neck Lump"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Trachea Deviation"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Skin Lesion"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "6320853137177",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.5"
            }
          ],
          "text": "Face",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "3567829538338",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.5.1"
                }
              ],
              "text": "If Abnormal:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Wide Nasal Bridge"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Facial asymmetry"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Malar rash"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Maxillary hyperplasia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Moon face"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Increase of facial hair"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Cleft lips"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "Swelling"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "09",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "2775452197874",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.6"
            }
          ],
          "text": "Mouth",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "2293927557638",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.6.1"
                }
              ],
              "text": "If Abnormal, Lips:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Angular"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Stomatitis"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Ulceritis"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Pigmentation"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Others"
                  }
                }
              ]
            },
            {
              "linkId": "4080959756844",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.6.2"
                }
              ],
              "text": "If Abnormal, Gums:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Gingvitis"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Hyperthropic gums"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Ulcer"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Others"
                  }
                }
              ]
            },
            {
              "linkId": "9937565309207",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.6.3"
                }
              ],
              "text": "If Abnormal, Tongue:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Athropic glossitis Thrush"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Macroglossia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Cyanosis"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Leukplakia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "681882410657",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.7"
            }
          ],
          "text": "Ears, Nose, Throat",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "1009194092473",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.7.1"
                }
              ],
              "text": "If Abnormal, Ears:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Bleeding"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Discharges"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Impacted earwax"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Perforated tympanic membrane"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Microtia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Low set ears"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Foreign body"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "Others"
                  }
                }
              ]
            },
            {
              "linkId": "5071830545688",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.7.2"
                }
              ],
              "text": "If Abnormal, Nose:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Epistaxis"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Discharges"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Deviated nasal septum"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Turbinate hyperthropy"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Foreign body"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Others"
                  }
                }
              ]
            },
            {
              "linkId": "1032584307566",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.7.3"
                }
              ],
              "text": "If Abnormal, Throat:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Injected tonsil"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Hyperthropic tonsil"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Deviated uvula"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "White plaque"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "1760871504781",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.8"
            }
          ],
          "text": "Eyes",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "2830264276824",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.8.1"
                }
              ],
              "text": "If Abnormal, General:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Discharge"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Squint"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Xanthelasma"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Ptosis"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Periorbital edema"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Exopthalmos"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Lump"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "Pterygium"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "09",
                    "display": "Ectropion/Entropion"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "10",
                    "display": "Dry eyes"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "11",
                    "display": "Foreign Bodies"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "12",
                    "display": "Others"
                  }
                }
              ]
            },
            {
              "linkId": "9200420167241",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.8.2"
                }
              ],
              "text": "If Abnormal, Conjunctiva:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Pallor"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Injected Conjunctival"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Hemorrhage"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Others"
                  }
                }
              ]
            },
            {
              "linkId": "3896132461914",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.8.3"
                }
              ],
              "text": "If Abnormal, Cornea:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Arcus"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Kaiser Fleischer's ring (Wilson Disease)"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "4541398644599",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.9"
            }
          ],
          "text": "Fundoscopy",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "4508425091768",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.9.1"
                }
              ],
              "text": "If Abnormal, General:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Absence of reflex"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Others"
                  }
                }
              ]
            },
            {
              "linkId": "3275429148998",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.9.2"
                }
              ],
              "text": "If Abnormal, Optic Disc",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Swollen"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Pale"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Cup-Disc Ratio >0.5"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Others"
                  }
                }
              ]
            },
            {
              "linkId": "87716190119",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.9.3"
                }
              ],
              "text": "If Abnormal, Retina:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Arteriolar narrowing"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Arteriovenous nicking"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Cotton-wool spots"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Exudates"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Hemorrhages"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Others"
                  }
                }
              ]
            },
            {
              "linkId": "1106310017866",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.9.4"
                }
              ],
              "text": "If Abnormal, Macula:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Exudates"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Pigmented"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "7802596122190",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.10"
            }
          ],
          "text": "Ishihara Chart:",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Abnormal"
              }
            }
          ]
        },
        {
          "linkId": "1772552914755",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.11"
            }
          ],
          "text": "Snellen Eye Chart Score",
          "type": "group",
          "item": [
            {
              "linkId": "5634044053426",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.11.1"
                }
              ],
              "text": "Snellen Eye Chart Right eye With Lens",
              "type": "choice",
              "repeats": false,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "6/60"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "6/36"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "6/24"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "6/18"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "6/12"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "6/9"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "6/6"
                  }
                }
              ]
            },
            {
              "linkId": "6868904614360",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.11.2"
                }
              ],
              "text": "Snellen Eye Chart Right eye Without Lens",
              "type": "choice",
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "6/60"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "6/36"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "6/24"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "6/18"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "6/12"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "6/9"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "6/6"
                  }
                }
              ]
            },
            {
              "linkId": "9535262095025",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.11.3"
                }
              ],
              "text": "Snellen Eye Chart Left eye With Lens",
              "type": "choice",
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "6/60"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "6/36"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "6/24"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "6/18"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "6/12"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "6/9"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "6/6"
                  }
                }
              ]
            },
            {
              "linkId": "3784286555747",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.11.4"
                }
              ],
              "text": "Snellen Eye Chart Left eye Without Lens",
              "type": "choice",
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "6/60"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "6/36"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "6/24"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "6/18"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "6/12"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "6/9"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "6/6"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "4357973483106",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.12"
            }
          ],
          "text": "Cardiorespiratory Examination",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "3684125820499",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.12.1"
                }
              ],
              "text": "Cardiorespiratory Examination, inspection:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Chest deformities"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Raised JVP"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Peripheral edema"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Scar"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Spider Navi"
                  }
                }
              ]
            },
            {
              "linkId": "1021145880907",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.12.2"
                }
              ],
              "text": "Cardiorespiratory Examination, palpation:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Tracheal Deviation"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Displaced apex beat"
                  }
                }
              ]
            },
            {
              "linkId": "5331561684920",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.12.3"
                }
              ],
              "text": "Cardiorespiratory Examination, percussion:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Chest dullness"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Hyoerresonance"
                  }
                }
              ]
            },
            {
              "linkId": "9727586284871",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.12.4"
                }
              ],
              "text": "Cardiorespiratory Examination, auscultation",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Reduce air entry"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Crepitations"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Rhonchi"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Systolic Murmur"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Diastolic Murmur"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Additional Heart"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Sound (to specify which side for the each finding ticked)"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "3445180818234",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.13"
            }
          ],
          "text": "Abdominal Examination",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "1295584939146",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.13.1"
                }
              ],
              "text": "Abdominal Examination, inspection:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Scars"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Distension"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Prominent viens"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Striae"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Bruises"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Pigmentation"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Visible Peristalsis"
                  }
                }
              ]
            },
            {
              "linkId": "6163894014798",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.13.2"
                }
              ],
              "text": "Abdominal Examination, palpation",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Mass"
                  }
                }
              ]
            },
            {
              "linkId": "450925187844",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.13.3"
                }
              ],
              "text": "Abdominal Examination, percussion:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Shufting dullness"
                  }
                }
              ]
            },
            {
              "linkId": "9695659964510",
              "code": [
                {
                  "code": "7.13.4"
                }
              ],
              "text": "Abdominal Examination, auscultation:",
              "type": "choice",
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Bowel Sound"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Bruits"
                  }
                }
              ],
              "item": [
                {
                  "linkId": "3097284117717",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "7.13.4.1"
                    }
                  ],
                  "text": "Bowel Sound",
                  "type": "choice",
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "Reduce"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "Absence"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "03",
                        "display": "Hyperactive"
                      }
                    }
                  ]
                }
              ]
            },
            {
              "linkId": "896081526011",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.13.5"
                }
              ],
              "text": "Abdominal Examination, other",
              "type": "string"
            }
          ]
        },
        {
          "linkId": "8660013226797",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.14"
            }
          ],
          "text": "Breast Examination",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "2152650190448",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.14.1"
                }
              ],
              "text": "Breast Examination, inspection:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Obvious masses"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Scars"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Asymmetry"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Erythema"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Peau d'orange"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "Skin dimpling or retractions"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Ulceration"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "Nipple discharge"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "09",
                    "display": "Nipple inversion"
                  }
                }
              ]
            },
            {
              "linkId": "5834188726294",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.14.2"
                }
              ],
              "text": "Breast Examination, palpation",
              "type": "group",
              "item": [
                {
                  "linkId": "7571418373717",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "7.14.2.1"
                    }
                  ],
                  "text": "Lump",
                  "type": "boolean",
                  "item": [
                    {
                      "linkId": "8412518064517",
                      "code": [
                        {
                          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                          "code": "7.14.2.1.1"
                        }
                      ],
                      "text": "To state position, size, shape, consistency, overlying skin changes and mobility",
                      "type": "string"
                    }
                  ]
                },
                {
                  "linkId": "7708835727325",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "7.14.2.2"
                    }
                  ],
                  "text": "Breast Examination, tenderness",
                  "type": "boolean"
                }
              ]
            },
            {
              "linkId": "7928508760431",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.14.3"
                }
              ],
              "text": "Breast Examination, lymph node",
              "type": "boolean",
              "item": [
                {
                  "linkId": "5584007098886",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "7.14.3.1"
                    }
                  ],
                  "text": "If yes, state location",
                  "type": "string"
                }
              ]
            },
            {
              "linkId": "7966899757129",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.14.4"
                }
              ],
              "text": "Breast Examination, other",
              "type": "string"
            }
          ]
        },
        {
          "linkId": "4960397935179",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.15"
            }
          ],
          "text": "Genital Examination",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "129761420416",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.15.1"
                }
              ],
              "text": "If Abnormal:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Skin lesion"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Bleeding"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Discharges"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Anal fissure"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "Anal fistula"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "External hemorrhoid"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "Uterovaginal Prolapsed (Female)"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "Rectal Prolapsed"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "09",
                    "display": "Stools"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "10",
                    "display": "Melena"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "11",
                    "display": "Hematochezia"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "12",
                    "display": "Mass"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "13",
                    "display": "Enlarged Prostate"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "14",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "6294648899702",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.16"
            }
          ],
          "text": "Musculoskeletal Examination",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "6506163486097",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.16.1"
                }
              ],
              "text": "If Abnormal:",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "code": "01",
                    "display": "Muscle wasting"
                  }
                },
                {
                  "valueCoding": {
                    "code": "02",
                    "display": "Swelling"
                  }
                },
                {
                  "valueCoding": {
                    "code": "03",
                    "display": "Skin changes"
                  }
                },
                {
                  "valueCoding": {
                    "code": "04",
                    "display": "Scars"
                  }
                },
                {
                  "valueCoding": {
                    "code": "05",
                    "display": "Deformities"
                  }
                },
                {
                  "valueCoding": {
                    "code": "06",
                    "display": "Limited range of movement"
                  }
                },
                {
                  "valueCoding": {
                    "code": "07",
                    "display": "Others"
                  }
                }
              ]
            }
          ]
        },
        {
          "linkId": "8529069579767",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "7.17"
            }
          ],
          "text": "Neurological Examination",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Normal"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Abnormal"
              }
            }
          ],
          "item": [
            {
              "linkId": "2933999220096",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "17.7.1"
                }
              ],
              "text": "Neurological Examination, motor",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Right Upper Limb"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Left Upper Limb"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Right Lower Limb"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Left Lower Limb"
                  }
                }
              ],
              "item": [
                {
                  "linkId": "5139376034252",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "7.17.1.1"
                    }
                  ],
                  "text": "Neurological Examination, muscle tone",
                  "type": "choice",
                  "repeats": false,
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "Hypertonia"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "Hypotonia"
                      }
                    }
                  ]
                },
                {
                  "linkId": "2810983082307",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "7.17.1.2"
                    }
                  ],
                  "text": "Neurological Examination, muscle power",
                  "type": "choice",
                  "repeats": false,
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "00",
                        "display": "0"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "1"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "2"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "03",
                        "display": "3"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "04",
                        "display": "4"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "05",
                        "display": "5"
                      }
                    }
                  ]
                }
              ]
            },
            {
              "linkId": "9525382653281",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.17.2"
                }
              ],
              "text": "Neurological Examination, reflexes",
              "type": "choice",
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Right Upper Limb"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Left Upper Limb"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Right Lower Limb"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Left Lower Limb"
                  }
                }
              ],
              "item": [
                {
                  "linkId": "1871500398585",
                  "code": [
                    {
                      "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                      "code": "7.17.2.1"
                    }
                  ],
                  "text": "Neurological Examination, hyperreflex/hyporeflex",
                  "type": "choice",
                  "answerOption": [
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "01",
                        "display": "Hyperreflex"
                      }
                    },
                    {
                      "valueCoding": {
                        "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                        "code": "02",
                        "display": "Hyporreflex"
                      }
                    }
                  ]
                }
              ]
            },
            {
              "linkId": "3739755767869",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.17.3"
                }
              ],
              "text": "Neurological Examination, babinski",
              "type": "choice",
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Present"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Absent"
                  }
                }
              ]
            },
            {
              "linkId": "208277417057",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.17.4"
                }
              ],
              "text": "Neurological Examination, sensation",
              "type": "choice",
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "Loss of light touch sensation"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "Loss of pain sensation"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "Loss of temperature sensation"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "Loss of proprioception"
                  }
                }
              ]
            },
            {
              "linkId": "969352104031",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "7.17.5"
                }
              ],
              "text": "Neurological Examination, other",
              "type": "string"
            }
          ]
        }
      ]
    },
    {
      "linkId": "8",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "08",
          "display": "Further Investigations"
        }
      ],
      "text": "Further Investigations",
      "type": "group",
      "required": false,
      "item": [
        {
          "linkId": "8.1",
          "code": [
            {
              "system": "http://hl7.org/fhir/StructureDefinition/Questionnaire",
              "code": "8.1",
              "display": "Urine dipstick"
            }
          ],
          "text": "Urine dipstick",
          "type": "string",
          "required": false
        },
        {
          "linkId": "8.2",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "8.2",
              "display": "Urine FEME"
            }
          ],
          "text": "Urine FEME",
          "type": "string",
          "required": false
        },
        {
          "linkId": "8.3",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "8.3",
              "display": "ECG"
            }
          ],
          "text": "ECG",
          "type": "string",
          "required": false
        },
        {
          "linkId": "8.4",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "8.4",
              "display": "Haemoglobin"
            }
          ],
          "text": "Haemoglobin",
          "type": "string",
          "required": false
        }
      ]
    },
    {
      "linkId": "9",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "09",
          "display": "Diagnosis"
        }
      ],
      "text": "Diagnosis",
      "type": "group",
      "required": false,
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "9.1",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "9.1",
              "display": "Normal Healthy individual?"
            }
          ],
          "text": "Normal Healthy individual?",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "00",
                "display": "Yes"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "No"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "At risk"
              }
            }
          ]
        },
        {
          "linkId": "9.2",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "9.2",
              "display": "Diagnosis"
            }
          ],
          "text": "Diagnosis",
          "type": "group",
          "required": false,
          "item": [
            {
              "linkId": "9.2.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "9.2.1",
                  "display": "Code System"
                }
              ],
              "text": "Display",
              "type": "string",
              "required": false
            },
            {
              "linkId": "9.2.2",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "9.2.2",
                  "display": "Code"
                }
              ],
              "text": "Code",
              "type": "string",
              "required": false
            },
            {
              "linkId": "9.2.3",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "9.2.3",
                  "display": "Display"
                }
              ],
              "text": "Code System",
              "type": "string",
              "required": false
            }
          ]
        },
        {
          "linkId": "9.3",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "9.3",
              "display": "Provisional diagnosis"
            }
          ],
          "text": "Provisional diagnosis",
          "type": "group",
          "required": false,
          "repeats": true,
          "item": [
            {
              "linkId": "9.3.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "9.3.1",
                  "display": "Code System"
                }
              ],
              "text": "Display",
              "type": "string",
              "required": false
            },
            {
              "linkId": "9.3.2",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "9.3.2",
                  "display": "Code"
                }
              ],
              "text": "Code",
              "type": "string",
              "required": false
            },
            {
              "linkId": "9.3.3",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "9.3.3",
                  "display": "Display"
                }
              ],
              "text": "Code System",
              "type": "string",
              "required": false
            }
          ]
        }
      ]
    },
    {
      "linkId": "10",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "10",
          "display": "Management"
        }
      ],
      "text": "Management",
      "type": "group",
      "required": false,
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "10.1",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "10.1",
              "display": "General management"
            }
          ],
          "text": "General management",
          "type": "choice",
          "required": false,
          "repeats": true,
          "answerOption": [
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "01",
                "display": "Dietary advice"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "02",
                "display": "Smoking cessation"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "03",
                "display": "Physiotherapy"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "04",
                "display": "Physical activity advice"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "05",
                "display": "Alcohol cessation"
              }
            },
            {
              "valueCoding": {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                "code": "06",
                "display": "Referral"
              }
            }
          ]
        },
        {
          "linkId": "10.2",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "10.2",
              "display": "Doctor’s notes"
            }
          ],
          "text": "Doctor’s notes",
          "type": "text",
          "required": false
        },
        {
          "linkId": "10.3",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "10.3",
              "display": "Prescription"
            }
          ],
          "text": "Prescription",
          "type": "group",
          "required": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "drop-down",
                        "display": "Drop down"
                      }
                    ],
                    "text": "Drop down"
                  }
                }
              ],
              "linkId": "10.3.1",
              "code": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                  "code": "10.3.1",
                  "display": "Any medication prescribed?"
                }
              ],
              "text": "Any medication prescribed?",
              "type": "choice",
              "required": false,
              "repeats": true,
              "answerOption": [
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "01",
                    "display": "T. AMLODIPINE 5MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "02",
                    "display": "T. AMLODIPINE 10MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "03",
                    "display": "T. FELODIPINE 5MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "04",
                    "display": "T. FELODIPINE 10MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "05",
                    "display": "T. PERINDOPRIL 4MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "06",
                    "display": "T. METOPROLOL 50MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "07",
                    "display": "T. METOPROLOL 100MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "08",
                    "display": "T. LOSARTAN 50MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "09",
                    "display": "T. LOSARTAN 100MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "10",
                    "display": "T. ATENOLOL 50MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "11",
                    "display": "T. ATENOLOL 100MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "12",
                    "display": "T. LABETOLOL 100MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "13",
                    "display": "T. PRAZOSIN 1MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "14",
                    "display": "T. PRAZOSIN 2MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "15",
                    "display": "T. PRAZOSIN 5MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "16",
                    "display": "T. HYDROCHLOROTHIAZIDE 25MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "17",
                    "display": "T. PROPANOLOL 40MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "18",
                    "display": "T. METHYLDOPA 250MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "19",
                    "display": "T. ENALAPRIL 5MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "20",
                    "display": "T. ENALAPRIL 10MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "21",
                    "display": "T. ENALAPRIL 20MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "22",
                    "display": "T. METFORMIN 500MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "23",
                    "display": "T. METFORMIN HYDROCHLORIDE EXTENDED 500MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "24",
                    "display": "T. GLICAZIDE 30MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "25",
                    "display": "T. GLICAZIDE 60MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "26",
                    "display": "T. GLICAZIDE 80MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "27",
                    "display": "T. ACETYLSALICYLIC ACID 100MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "28",
                    "display": "T. ACETYLSALICYLIC ACID 300MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "29",
                    "display": "T. COLCHICINE 0.5MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "30",
                    "display": "T. ALLOPURINOL 300MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "31",
                    "display": "T. THYROXINE 100MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "32",
                    "display": "T. CARBIMAZOLE 5MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "33",
                    "display": "T. FRUSEMIDE 40MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "34",
                    "display": "T. POTASSIUM 600MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "35",
                    "display": "T. ATROVASTATIN 20MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "46",
                    "display": "T. SIMVASTATIN 10MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "37",
                    "display": "T. SIMVASTATIN 40MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "38",
                    "display": "T. WARFARIN 1MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "39",
                    "display": "T. WARFARIN 2MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "40",
                    "display": "T. WARFARIN 5MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "41",
                    "display": "T. OMEPRAZOLE 20MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "42",
                    "display": "T. RANITIDINE 150MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "43",
                    "display": "T. BENZHEXOL 2MG"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "44",
                    "display": "T. NEUROBION"
                  }
                },
                {
                  "valueCoding": {
                    "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
                    "code": "45",
                    "display": "T. ZINCOFER"
                  }
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "11",
      "code": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
          "code": "11",
          "display": "Verified by"
        },
        {
          "code": "11",
          "display": "Verified by"
        }
      ],
      "text": "Verified by",
      "type": "group",
      "required": false,
      "item": [
        {
          "linkId": "11.1",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "11.1",
              "display": "Officer incharge"
            }
          ],
          "text": "Officer incharge",
          "type": "string",
          "required": false
        },
        {
          "linkId": "11.2",
          "code": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/nhsi-my-core",
              "code": "11.2",
              "display": "Registration Number/ IC number"
            }
          ],
          "text": "Registration Number/ IC number",
          "type": "string",
          "required": false
        }
      ]
    }
  ]
}