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

FHIR IG Statistics: Questionnaire/q-hajj-disability

Packagemyhie.v4-test
Resource TypeQuestionnaire
Idq-hajj-disability
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=myhie.v4-test@0.0.1-alpha&canonical=http://fhir.hie.moh.gov.my/Questionnaire/q-hajj-disability
URLhttp://fhir.hie.moh.gov.my/Questionnaire/q-hajj-disability
Version1.0.0
Statusactive
Date2024-01-12T07:01:56.2573632+00:00
NameQHajjDisability
TitleStatus Keupayaan

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": "q-hajj-disability",
  "url": "http://fhir.hie.moh.gov.my/Questionnaire/q-hajj-disability",
  "version": "1.0.0",
  "name": "QHajjDisability",
  "title": "Status Keupayaan",
  "status": "active",
  "date": "2024-01-12T07:01:56.2573632+00:00",
  "item": [
    {
      "linkId": "1",
      "text": "Status Daif Bakal Haji",
      "type": "choice",
      "answerOption": [
        {
          "valueCoding": {
            "code": "00",
            "display": "Normal"
          }
        },
        {
          "valueCoding": {
            "code": "01",
            "display": "Daif"
          }
        }
      ]
    },
    {
      "linkId": "2",
      "text": "Jika DAIF, tandakan jenis daif seperti di bawah",
      "type": "group",
      "enableWhen": [
        {
          "question": "1",
          "operator": "=",
          "answerCoding": {
            "code": "01",
            "display": "Daif"
          }
        }
      ],
      "item": [
        {
          "linkId": "2.1",
          "text": "Berkerusi roda",
          "type": "boolean"
        },
        {
          "linkId": "2.2",
          "text": "Ilat Penglihatan",
          "type": "boolean"
        },
        {
          "linkId": "2.3",
          "text": "Ilat Pendengaran",
          "type": "boolean"
        },
        {
          "linkId": "2.4",
          "text": "Ilat Pertuturan",
          "type": "boolean"
        },
        {
          "linkId": "2.5",
          "text": "Ilat Fizikal (ketidaksempurnaan fizikal)",
          "type": "boolean",
          "item": [
            {
              "linkId": "2.6",
              "text": "Catatan",
              "type": "string",
              "enableWhen": [
                {
                  "question": "2.5",
                  "operator": "=",
                  "answerBoolean": true
                }
              ]
            }
          ]
        },
        {
          "linkId": "2.7",
          "text": "Obesiti (Tahap 1 & 2)",
          "type": "boolean"
        },
        {
          "linkId": "2.8",
          "text": "Masalah Pembelajaran",
          "type": "boolean"
        },
        {
          "linkId": "2.9",
          "text": "Demensia (Tahap Ringan)",
          "type": "boolean"
        },
        {
          "linkId": "2.10",
          "text": "Lain-lain",
          "type": "boolean",
          "item": [
            {
              "linkId": "2.11",
              "text": "Catatan",
              "type": "string",
              "enableWhen": [
                {
                  "question": "2.10",
                  "operator": "=",
                  "answerBoolean": true
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}