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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-patient-registration-completed.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": "f9d62062-43b3-47a2-b65b-71f078c22d7f",
  "identifier": {
    "system": "https://tools.ietf.org/html/rfc4122",
    "value": "f9d62062-43b3-47a2-b65b-71f078c22d7f"
  },
  "questionnaire": "https://example.nhs.uk/Questionnaire/Patient-Registration",
  "status": "completed",
  "authored": "2022-01-11T16:40:00+00:00",
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9876543210"
    }
  },
  "source": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9876543210"
    }
  },
  "item": [
    {
      "linkId": "prefix",
      "answer": [
        {
          "valueString": "Miss"
        }
      ]
    },
    {
      "linkId": "forename",
      "answer": [
        {
          "valueString": "Rachel"
        }
      ]
    },
    {
      "linkId": "surname",
      "answer": [
        {
          "valueString": "Kanfeld"
        }
      ]
    },
    {
      "linkId": "previous_surname",
      "answer": [
        {
          "valueString": "Smith"
        }
      ]
    },
    {
      "linkId": "date_of_birth",
      "answer": [
        {
          "valueDate": "1998-03-16"
        }
      ]
    },
    {
      "linkId": "nhs_number",
      "answer": [
        {
          "valueString": "9876543210"
        }
      ]
    },
    {
      "linkId": "previous_postcode",
      "answer": [
        {
          "valueString": "NG10 1NP"
        }
      ]
    },
    {
      "linkId": "contact_group",
      "item": [
        {
          "linkId": "contact_type",
          "answer": [
            {
              "valueCoding": {
                "system": "http://hl7.org/fhir/contact-point-system",
                "code": "phone"
              }
            }
          ]
        },
        {
          "linkId": "contact_value",
          "answer": [
            {
              "valueString": "01632960587"
            }
          ]
        }
      ]
    }
  ]
}