{ "description": null, "_filename": "NHSDigital-Questionnaire.StructureDefinition.json", "package_name": "uk.nhsdigital.r4.test", "date": null, "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "NHSDigitalQuestionnaire", "abstract": false, "type": "Questionnaire", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "2.8.7-prerelease", "status": "draft", "id": "157657f0-adbc-4676-9743-852c5c386241", "kind": "resource", "url": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Questionnaire", "version": null, "differential": { "element": [ { "id": "Questionnaire.url", "path": "Questionnaire.url", "definition": "An absolute URI that is used to identify this questionnaire when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this questionnaire is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the questionnaire is stored on different servers.\r\n\r\n```json\r\n \"url\": \"https://fhir.nhs.uk/Questionnaire/COVIDVaccinationMedicalExemption\",\r\n```", "mustSupport": true }, { "id": "Questionnaire.title", "path": "Questionnaire.title", "definition": "A short, descriptive, user-friendly title for the questionnaire.\r\n\r\n```json\r\n \"title\": \"COVID Vaccinnation Medical Exemption\",\r\n```", "mustSupport": true }, { "id": "Questionnaire.status", "path": "Questionnaire.status", "mustSupport": true }, { "id": "Questionnaire.subjectType", "path": "Questionnaire.subjectType", "definition": "The types of subjects that can be the subject of responses created for the questionnaire.\r\n\r\n```json\r\n \"subjectType\": [\r\n \"Patient\"\r\n ],\r\n```", "mustSupport": true }, { "id": "Questionnaire.item", "min": 1, "path": "Questionnaire.item", "comment": "The content of the questionnaire is constructed from an ordered, hierarchical collection of items.\r\n\r\n```json\r\n\"item\": [\r\n {\r\n \"type\": \"choice\",\r\n \"required\": true,\r\n \"linkId\": \"exemptionStatus\",\r\n \"text\": \"Exemption status\",\r\n \"answerOption\": [\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption\",\r\n \"code\": \"1\",\r\n \"display\": \"Approved: Exemption from COVID vaccination\"\r\n }\r\n },\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption\",\r\n \"code\": \"2\",\r\n \"display\": \"Approved: Exemption from COVID vaccination and testing\"\r\n }\r\n },\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption\",\r\n \"code\": \"3\",\r\n \"display\": \"Rejected: Exemption from COVID vaccination\"\r\n }\r\n },\r\n {\r\n \"valueCoding\": {\r\n \"system\": \"https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption\",\r\n \"code\": \"4\",\r\n \"display\": \"Rejected: Exemption from COVID vaccination and testing\"\r\n }\r\n }\r\n ]```", "mustSupport": true }, { "id": "Questionnaire.item.linkId", "path": "Questionnaire.item.linkId", "mustSupport": true }, { "id": "Questionnaire.item.type", "path": "Questionnaire.item.type", "mustSupport": true } ] }, "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Questionnaire" }