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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeQuestionnaireResponse
Idqr-hajj-female.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": "QuestionnaireResponse",
  "id": "qr-hajj-female",
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/QuestionnaireResponse-my-core"
    ]
  },
  "identifier": {
    "system": "http://fhir.hie.moh.gov.my/sid/template-section",
    "value": "qr-hajj-female"
  },
  "questionnaire": "http://fhir.hie.moh.gov.my/Questionnaire/q-hajj-female",
  "status": "completed",
  "subject": {
    "reference": "Patient/5a6a0bc3-2c32-4e01-bcb4-56ddcb4d34c7"
  },
  "authored": "2023-12-07T09:00:00+08:00",
  "item": [
    {
      "linkId": "1",
      "text": "Adakah anda mengandung sekarang?",
      "answer": [
        {
          "valueBoolean": true,
          "item": [
            {
              "linkId": "2",
              "text": "Jika Ya, tarikh haid terakhir",
              "answer": [
                {
                  "valueDate": "2023-12-11"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "3",
      "text": "Adakah anda menghadapi masalah sakit puan",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    },
    {
      "linkId": "4",
      "text": "Pernahkah anda mengalami rahim / peranakan turun (\"Uterine prolapse\")?",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    }
  ]
}