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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-patient-simple-blood-pressure.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": "9a3ea8c7-d1a4-4383-969b-5b3617245553",
  "identifier": {
    "system": "https://tools.ietf.org/html/rfc4122",
    "value": "9a3ea8c7-d1a4-4383-969b-5b3617245553"
  },
  "questionnaire": "https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure",
  "status": "completed",
  "authored": "2023-02-24T13:40:00+00:00",
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9692113841"
    }
  },
  "source": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9876543210"
    }
  },
  "item": [
    {
      "linkId": "systolic",
      "answer": [
        {
          "valueInteger": 137
        }
      ]
    },
    {
      "linkId": "diastolic",
      "answer": [
        {
          "valueInteger": 85
        }
      ]
    },
    {
      "linkId": "who_by",
      "answer": [
        {
          "valueCoding": {
            "system": "https://example.nhs.uk/CodeSystem/place-type",
            "code": "home"
          }
        }
      ]
    }
  ]
}