FHIR IG Statistics: StructureDefinition/db6d872f-5bae-49df-908b-73540114c723
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "db6d872f-5bae-49df-908b-73540114c723",
"url": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Questionnaire",
"name": "NHSDigitalQuestionnaire",
"status": "draft",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Questionnaire",
"baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Questionnaire",
"derivation": "constraint",
"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",
"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 ]```",
"min": 1,
"mustSupport": true
},
{
"id": "Questionnaire.item.linkId",
"path": "Questionnaire.item.linkId",
"mustSupport": true
},
{
"id": "Questionnaire.item.type",
"path": "Questionnaire.item.type",
"mustSupport": true
}
]
}
}