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

FHIR IG analytics

Packagesynapxe.nehr
Resource TypeQuestionnaireResponse
IdQuestionnaireResponseCreateRequest.json
FHIR VersionR5

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",
  "questionnaire": "https://fhir.synapxe.sg/Questionnaire/pss-screen",
  "status": "completed",
  "identifier": {
    "system": "https://fhir.synapxe.sg/NamingSystem/questionnaireResponseId",
    "value": "QR-00001"
  },
  "extension": [
    {
      "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentType",
      "valueCoding": {
        "system": "https://fhir.synapxe.sg/CodeSystem/assessment-type",
        "code": "pss-screen",
        "display": "Project Silver Screen"
      }
    }
  ],
  "subject": {
    "reference": "Patient/54321"
  },
  "encounter": {
    "reference": "Encounter/12345"
  },
  "authored": "2025-09-16T10:00:00+08:00",
  "item": [
    {
      "linkId": "1",
      "extension": [
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-item-type",
            "code": "oral",
            "display": "Oral Screening"
          }
        }
      ],
      "answer": [],
      "item": [
        {
          "linkId": "1.1",
          "text": "Are there any oral health issues?",
          "answer": [
            {
              "valueCoding": {
                "system": "https://fhir.synapxe.sg/CodeSystem/assessment-answer-type",
                "code": "N",
                "display": "No"
              }
            }
          ]
        }
      ]
    },
    {
      "linkId": "2",
      "extension": [
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-item-type",
            "code": "vision",
            "display": "Vision Screening"
          }
        }
      ],
      "answer": [],
      "item": [
        {
          "linkId": "2.1",
          "text": "Snellen Test Result",
          "answer": [
            {
              "valueCoding": {
                "system": "http://loinc.org",
                "code": "6-6",
                "display": "6/6"
              }
            }
          ]
        }
      ]
    },
    {
      "linkId": "3",
      "extension": [
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-item-type",
            "code": "hearing",
            "display": "Hearing Screening"
          }
        }
      ],
      "answer": [],
      "item": [
        {
          "linkId": "3.1",
          "text": "Is the participant wearing hearing aids?",
          "answer": [
            {
              "valueCoding": {
                "system": "https://fhir.synapxe.sg/CodeSystem/assessment-answer-type",
                "code": "no",
                "display": "No"
              }
            }
          ]
        },
        {
          "linkId": "3.3",
          "text": "Proceed with hearing screening?",
          "answer": [
            {
              "valueCoding": {
                "system": "https://fhir.synapxe.sg/CodeSystem/assessment-answer-type",
                "code": "yes",
                "display": "Yes"
              }
            }
          ]
        },
        {
          "linkId": "3.4",
          "text": "Visual Examination (Left Ear)",
          "answer": [
            {
              "valueCoding": {
                "system": "https://fhir.synapxe.sg/CodeSystem/assessment-answer-type",
                "code": "pass",
                "display": "Pass"
              }
            }
          ]
        },
        {
          "linkId": "3.5",
          "text": "Pure Tone Test Result (Left Ear)",
          "answer": [
            {
              "valueCoding": {
                "system": "http://loinc.org",
                "code": "0-25",
                "display": "0-25 dB"
              }
            }
          ]
        }
      ]
    }
  ]
}