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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeBundle
IdBundle-exempt-vaccine-searchResponse.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": "Bundle",
  "id": "a60bfaec-8bc1-4906-9962-40eba5b48ea3",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "http://example.org/FHIR/R4/QuestionnaireResponse?patient:identifier=https://fhir.nhs.uk/Id/nhs-number|9912003888"
    }
  ],
  "entry": [
    {
      "fullUrl": "QuestionnaireResponse/a60bfaec-8bc1-4906-9962-40eba5b48ea",
      "resource": {
        "resourceType": "QuestionnaireResponse",
        "id": "2fa8f1b8-caea-4f3d-9978-c0839da568b2",
        "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-08-13T17:15:00+00:00",
        "item": [
          {
            "linkId": "exemptionStatus",
            "answer": [
              {
                "valueCoding": {
                  "system": "https://fhir.nhs.uk/CodeSystem/covid-vaccination-medical-exemption",
                  "code": "1",
                  "display": "Approved: Exemption from COVID vaccination"
                }
              }
            ]
          },
          {
            "linkId": "exemptionPeriodStart",
            "answer": [
              {
                "valueDateTime": "2021-08-13T17:15:00+00:00"
              }
            ]
          },
          {
            "linkId": "exemptionPeriodEnd",
            "answer": [
              {
                "valueDateTime": "2022-08-13T17:15:00+00:00"
              }
            ]
          }
        ]
      }
    }
  ]
}