FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemyhie.v4
Resource TypeQuestionnaire
Idq-maternal-05.R4.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Questionnaire",
  "id": "q-maternal-05",
  "url": "http://fhir.hie.moh.gov.my/Questionnaire/q-maternal-05",
  "version": "1.0.0",
  "name": "QMaternal05",
  "title": "Penyakit/status yang disaring",
  "status": "active",
  "date": "2024-02-12T04:04:09.5621857+00:00",
  "item": [
    {
      "linkId": "maternal-5.1",
      "text": "Kumpulan darah & Rhesus",
      "type": "group",
      "item": [
        {
          "linkId": "maternal-5.1.1",
          "text": "Tarikh diambil",
          "type": "dateTime"
        },
        {
          "linkId": "maternal-5.1.2",
          "text": "Keputusan",
          "type": "string"
        }
      ]
    },
    {
      "linkId": "maternal-5.2",
      "text": "Syphilis",
      "type": "group",
      "repeats": true,
      "item": [
        {
          "linkId": "maternal-5.2.1",
          "text": "Tarikh diambil",
          "type": "dateTime"
        },
        {
          "linkId": "maternal-5.2.2",
          "text": "Keputusan",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "code": "a1",
                "display": "Positive"
              }
            },
            {
              "valueCoding": {
                "code": "a2",
                "display": "Negative"
              }
            },
            {
              "valueCoding": {
                "code": "a3",
                "display": "Pending"
              }
            }
          ]
        }
      ]
    },
    {
      "linkId": "maternal-5.3",
      "text": "HIV",
      "type": "group",
      "repeats": true,
      "item": [
        {
          "linkId": "maternal-5.3.1",
          "text": "Tarikh diambil",
          "type": "dateTime"
        },
        {
          "linkId": "maternal-5.3.2",
          "text": "Keputusan",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "code": "a1",
                "display": "Positive"
              }
            },
            {
              "valueCoding": {
                "code": "a2",
                "display": "Negative"
              }
            },
            {
              "valueCoding": {
                "code": "a3",
                "display": "Pending"
              }
            }
          ]
        }
      ]
    },
    {
      "linkId": "maternal-5.4",
      "text": "Hepatitis B",
      "type": "group",
      "repeats": true,
      "item": [
        {
          "linkId": "maternal-5.4.1",
          "text": "Tarikh diambil",
          "type": "dateTime"
        },
        {
          "linkId": "maternal-5.4.2",
          "text": "Keputusan",
          "type": "choice",
          "answerOption": [
            {
              "valueCoding": {
                "code": "a1",
                "display": "Positive"
              }
            },
            {
              "valueCoding": {
                "code": "a2",
                "display": "Negative"
              }
            },
            {
              "valueCoding": {
                "code": "a3",
                "display": "Pending"
              }
            }
          ]
        }
      ]
    },
    {
      "linkId": "maternal-5.5",
      "text": "Malaria (BFMP)",
      "type": "group",
      "item": [
        {
          "linkId": "maternal-5.5.1",
          "text": "Tarikh diambil",
          "type": "dateTime"
        },
        {
          "linkId": "maternal-5.5.2",
          "text": "Keputusan",
          "type": "string"
        }
      ]
    }
  ]
}