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

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeQuestionnaire
IdQuestionnaire for PTS.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": "9749ae76-28f7-4b8a-863f-aba64d19d678",
  "meta": {
    "lastUpdated": "2025-10-27T11:00:00.8185338+00:00",
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Questionnaire"
    ]
  },
  "identifier": [
    {
      "value": "76b4622b-2b8b-4f24-aee5-2631c7695594"
    }
  ],
  "version": "0.2",
  "name": "PTS",
  "title": "Pre Triage Sieve Questionnaire",
  "status": "active",
  "experimental": false,
  "date": "2025-10-27T11:00:00+00:00",
  "publisher": "NHSE - BaRS",
  "description": "PTS Questionnaire for CAD-to-CAD",
  "item": [
    {
      "linkId": "0",
      "text": "Is the patient breathing?",
      "type": "choice",
      "required": true,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "78064003",
            "display": "Breathing"
          }
        },
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "1023001",
            "display": "Not Breathing"
          }
        }
      ]
    },
    {
      "linkId": "1",
      "text": "Is the patient awake (conscious)?",
      "type": "choice",
      "enableWhen": [
        {
          "question": "0",
          "operator": "=",
          "answerCoding": {
            "code": "78064003",
            "display": "Breathing"
          }
        }
      ],
      "required": false,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "428913001",
            "display": "No loss of consciousness (situation)"
          }
        },
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "419045004",
            "display": "Loss of consciousness (finding)"
          }
        }
      ]
    },
    {
      "linkId": "2",
      "text": "Is their breathing noisy?",
      "type": "choice",
      "enableWhen": [
        {
          "question": "0",
          "operator": "=",
          "answerCoding": {
            "code": "78064003",
            "display": "Breathing"
          }
        }
      ],
      "required": false,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "248573009",
            "display": "Noisy respiration (finding)"
          }
        },
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "48348007",
            "display": "Normal breath sounds (finding)"
          }
        }
      ]
    },
    {
      "linkId": "3",
      "text": "Is their breathing effective?",
      "type": "choice",
      "enableWhen": [
        {
          "question": "0",
          "operator": "=",
          "answerCoding": {
            "code": "78064003",
            "display": "Breathing"
          }
        }
      ],
      "required": false,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "230145002",
            "display": "Difficulty breathing (finding)"
          }
        },
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "20716004",
            "display": "Respiratory rate normal (finding)"
          }
        }
      ]
    }
  ]
}