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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-PrescribingNomination-Organisation.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": "452aeb5e-38c1-476c-a5c2-74f752abfbad",
  "questionnaire": "https://fhir.nhs.uk/Questionnaire/Prescribing-Nomination",
  "status": "completed",
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9912003888"
    }
  },
  "authored": "2022-05-18T05:59:00+00:00",
  "source": {
    "type": "Organization",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "FX748"
    }
  },
  "item": [
    {
      "linkId": "performerSiteType",
      "answer": [
        {
          "valueCoding": {
            "system": "https://fhir.nhs.uk/CodeSystem/dispensing-site-preference",
            "code": "P1"
          }
        }
      ]
    },
    {
      "linkId": "dispensingOrganisation",
      "answer": [
        {
          "valueReference": {
            "identifier": {
              "system": "https://fhir.nhs.uk/Id/ods-organization-code",
              "value": "FX748"
            }
          }
        }
      ]
    }
  ]
}