{
  "resourceType": "QuestionnaireResponse",
  "meta": {
    "lastUpdated": "2021-10-11T15:23:30.8185338+00:00",
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reason",
      "valueCodeableConcept": {
        "text": "Pre Triage Sieve Questionnaire"
      }
    }
  ],
  "questionnaire": "https://fhir.nhs.uk/Questionnaire/PTS",
  "status": "completed",
  "subject": {
    "reference": "Patient/41e591ab-d333-4fb8-87b4-d35f740b6bfc"
  },
  "encounter": {
    "reference": "Ecounter/05f85045-4627-49f6-821e-b69468356cff"
  },
  "authored": "2023-12-20T12:18:00+00:00",
  "author": {
    "reference": "Practitioner/7d948662-bade-450e-b6c5-9bb6ee39cb56"
  },
  "source": {
    "reference": "Patient/41e591ab-d333-4fb8-87b4-d35f740b6bfc"
  },
  "item": [
    {
      "linkId": "0",
      "text": "Is the patient breathing?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "78064003",
            "display": "Breathing"
          }
        }
      ]
    },
    {
      "linkId": "1",
      "text": "Is the patient awake (conscious)?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "428913001",
            "display": "No loss of consciousness (situation)"
          }
        }
      ]
    },
    {
      "linkId": "2",
      "text": "Is the patient breathing?",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "248573009",
            "display": "Noisy respiration (finding)"
          }
        }
      ]
    }
  ]
}