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

FHIR IG analytics

Packagesynapxe.nehr
Resource TypeQuestionnaireResponse
IdQuestionnaireResponseCreateRequest-non-nested.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.1",
      "extension": [
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-item-type",
            "code": "oral",
            "display": "Oral Screening"
          }
        }
      ],
      "text": "Are there any oral health issues?",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-answer-type",
            "code": "no",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "2.1",
      "extension": [
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-item-type",
            "code": "vision",
            "display": "Vision Screening"
          }
        },
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/test-type",
            "code": "snellen-test-right-eye",
            "display": "Snellen Test (Right Eye)"
          }
        }
      ],
      "text": "Snellen Test Result",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "6-6",
            "display": "6/6"
          }
        }
      ]
    },
    {
      "linkId": "3.1",
      "extension": [
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-item-type",
            "code": "hearing",
            "display": "Hearing Screening"
          }
        }
      ],
      "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",
      "extension": [
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-item-type",
            "code": "hearing",
            "display": "Hearing Screening"
          }
        }
      ],
      "text": "Proceed with hearing screening?",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-answer-type",
            "code": "yes",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "3.4",
      "extension": [
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-item-type",
            "code": "hearing",
            "display": "Hearing Screening"
          }
        }
      ],
      "text": "Visual Examination (Left Ear)",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-answer-type",
            "code": "pass",
            "display": "Pass"
          }
        }
      ]
    },
    {
      "linkId": "3.5",
      "extension": [
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/assessment-item-type",
            "code": "hearing",
            "display": "Hearing Screening"
          }
        },
        {
          "url": "https://fhir.synapxe.sg/StructureDefinition/ExtensionAssessmentItemType",
          "valueCoding": {
            "system": "https://fhir.synapxe.sg/CodeSystem/test-type",
            "code": "pure-tone-test-left-ear",
            "display": "Pure Tone Test (Left Ear)"
          }
        }
      ],
      "text": "Pure Tone Test Result (Left Ear)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "0-25",
            "display": "0-25 dB"
          }
        }
      ]
    }
  ]
}