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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-COVID19VaccinationExemption-Rejection.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": "QuestionnaireResponse",
  "id": "9a8e21af-3762-4473-aa7a-84a802358ff6",
  "questionnaire": "https://fhir.nhs.uk/Questionnaire/COVIDVaccinationMedicalExemption",
  "status": "completed",
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9912003888"
    },
    "display": "Ivor Fritagelse"
  },
  "authored": "2021-09-09T08:32:00+00:00",
  "author": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "B81001"
    },
    "display": "Austhorpe Springs Practice"
  },
  "source": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
      "value": "8901234567"
    },
    "display": "Ian Treater"
  },
  "item": [
    {
      "linkId": "exemptionStatus",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption",
            "code": "4",
            "display": "Rejected: Exemption from COVID vaccination and testing"
          }
        }
      ]
    },
    {
      "linkId": "exemptionPeriodStart",
      "answer": [
        {
          "valueDateTime": "2021-08-13T17:15:00+00:00"
        }
      ]
    },
    {
      "linkId": "exemptionPeriodEnd",
      "answer": [
        {
          "valueDateTime": "2021-09-09T08:32:00+00:00"
        }
      ]
    },
    {
      "linkId": "exemptionRecordedByUser",
      "answer": [
        {
          "valueReference": {
            "identifier": {
              "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
              "value": "8901234567"
            },
            "display": "Ian Treater"
          }
        }
      ]
    },
    {
      "linkId": "exemptionRecordedByUserRole",
      "answer": [
        {
          "valueString": "General Medical Practitioner"
        }
      ]
    },
    {
      "linkId": "exemptionRecordedByOrganisation",
      "answer": [
        {
          "valueReference": {
            "identifier": {
              "system": "https://fhir.nhs.uk/Id/ods-organization-code",
              "value": "B81001"
            },
            "display": "Austhorpe Springs Practice"
          }
        }
      ]
    },
    {
      "linkId": "removalReason",
      "item": [
        {
          "linkId": "removalReasonCode",
          "answer": [
            {
              "valueCoding": {
                "system": "https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption",
                "code": "5",
                "display": "Added in error"
              }
            }
          ]
        },
        {
          "linkId": "removedByUser",
          "answer": [
            {
              "valueReference": {
                "identifier": {
                  "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
                  "value": "8901234567"
                },
                "display": "Ian Treater"
              }
            }
          ]
        },
        {
          "linkId": "removedByUserRole",
          "answer": [
            {
              "valueString": "General Medical Practitioner"
            }
          ]
        },
        {
          "linkId": "removedByOrganisation",
          "answer": [
            {
              "valueReference": {
                "identifier": {
                  "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                  "value": "B81001"
                },
                "display": "Austhorpe Springs Practice"
              }
            }
          ]
        }
      ]
    }
  ]
}