FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/c624f57d-347a-4f82-b92f-d0bf420cb813

Packageuk.nhsdigital.r4.test
Resource TypeQuestionnaire
Idc624f57d-347a-4f82-b92f-d0bf420cb813
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/Questionnaire/COVIDVaccinationMedicalExemption
URLhttps://fhir.nhs.uk/Questionnaire/COVIDVaccinationMedicalExemption
Version0.0.2
Statusdraft
NameCOVIDVaccinnationMedicalExemption
TitleCOVID Vaccinnation Medical Exemption
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "Questionnaire",
  "id": "c624f57d-347a-4f82-b92f-d0bf420cb813",
  "url": "https://fhir.nhs.uk/Questionnaire/COVIDVaccinationMedicalExemption",
  "version": "0.0.2",
  "name": "COVIDVaccinnationMedicalExemption",
  "title": "COVID Vaccinnation Medical Exemption",
  "status": "draft",
  "subjectType": [
    "Patient"
  ],
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/questionnaire-item-control",
                "code": "drop-down",
                "display": "Drop down"
              }
            ],
            "text": "Drop down"
          }
        }
      ],
      "linkId": "exemptionStatus",
      "code": [
        {
          "system": "http://snomed.info/sct",
          "code": "308643009",
          "display": "Application status"
        }
      ],
      "text": "Exemption status",
      "type": "choice",
      "required": true,
      "answerOption": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption",
            "code": "1",
            "display": "Approved: Exemption from COVID vaccination"
          }
        },
        {
          "valueCoding": {
            "system": "https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption",
            "code": "2",
            "display": "Approved: Exemption from COVID vaccination and testing"
          }
        },
        {
          "valueCoding": {
            "system": "https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption",
            "code": "3",
            "display": "Rejected: Exemption from COVID vaccination"
          }
        },
        {
          "valueCoding": {
            "system": "https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption",
            "code": "4",
            "display": "Rejected: Exemption from COVID vaccination and testing"
          }
        }
      ],
      "item": [
        {
          "linkId": "exemption-Status-help",
          "text": "This will be the code associated with the option selected by the user.",
          "type": "display"
        }
      ]
    },
    {
      "linkId": "exemptionPeriodStart",
      "text": "Exemption Period Start",
      "type": "dateTime",
      "required": true,
      "item": [
        {
          "linkId": "exemptionPeriodStart-help",
          "text": "The date upon which the exemption outcome is recorded in SCRa. .",
          "type": "display"
        }
      ]
    },
    {
      "linkId": "exemptionPeriodEnd",
      "text": "Exemption Period End",
      "type": "dateTime",
      "required": false,
      "item": [
        {
          "linkId": "exemptionPeriodEnd-help",
          "text": "The date upon which the exemption outcome is moved to history (i.e. removed/deleted).",
          "type": "display"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile",
          "valueCanonical": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole"
        }
      ],
      "linkId": "exemptionRecordedByUser",
      "text": "Exemption by User",
      "type": "reference",
      "required": false
    },
    {
      "linkId": "exemptionRecordedByUserRole",
      "text": "Exemption Recorded by user role",
      "type": "string",
      "required": false,
      "item": [
        {
          "linkId": "exemptionRecordedByUserRole-help",
          "text": "The RBAC role associated with the user’s selected User Role Profile when the exemption outcome was recorded.",
          "type": "display"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile",
          "valueCanonical": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Organization"
        }
      ],
      "linkId": "exemptionRecordedByOrganisation",
      "text": "Exemption by Organization",
      "type": "reference",
      "required": false
    },
    {
      "linkId": "removalReason",
      "text": "Removal Reason",
      "type": "group",
      "required": false,
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/questionnaire-item-control",
                    "code": "drop-down",
                    "display": "Drop down"
                  }
                ],
                "text": "Drop down"
              }
            }
          ],
          "linkId": "removalReasonCode",
          "text": "Removal Reason Code",
          "type": "choice",
          "required": false,
          "answerOption": [
            {
              "valueCoding": {
                "system": "https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption",
                "code": "5",
                "display": "Added in error"
              }
            },
            {
              "valueCoding": {
                "system": "https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption",
                "code": "6",
                "display": "No longer required"
              }
            }
          ],
          "item": [
            {
              "linkId": "removalReasonCode-help",
              "text": "The code associated with the selected option will be provided.",
              "type": "display"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile",
              "valueCanonical": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole"
            }
          ],
          "linkId": "removedByUser",
          "text": "Removed by User",
          "type": "reference",
          "required": false,
          "item": [
            {
              "linkId": "RemovedByUser-help",
              "text": "The name of the user who removed the exemption outcome from SCRa.",
              "type": "display"
            }
          ]
        },
        {
          "linkId": "removedByUserRole",
          "text": "Removed by user role",
          "type": "string",
          "required": false,
          "item": [
            {
              "linkId": "removedByUserRole-help",
              "text": "The RBAC role associated with the user’s selected User Role Profile when the exemption outcome was removed from SCRa.",
              "type": "display"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile",
              "valueCanonical": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Organization"
            }
          ],
          "linkId": "removedByOrganisation",
          "text": "Removed by organisation",
          "type": "reference",
          "required": false,
          "item": [
            {
              "linkId": "removedByOrganisationName-help",
              "text": "The name and ods code of the organisation associated with the selected User Role Profile when the exemption outcome was removed from SCRa.",
              "type": "display"
            }
          ]
        },
        {
          "linkId": "undefined-help",
          "text": "Only populated on historic (i.e. removed/deleted) exemption records. This is the reason for removal specified by the user.",
          "type": "display"
        }
      ]
    }
  ]
}