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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeQuestionnaire
IdQuestionnaire-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": "Questionnaire",
  "id": "b56868ef-8e00-4bb2-90b0-99b6ddd78e5c",
  "subjectType": [
    "Patient"
  ],
  "status": "draft",
  "name": "SimpleBloodPressure",
  "url": "https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure",
  "title": "Simple Blood Pressure",
  "item": [
    {
      "linkId": "systolic",
      "text": "Enter the highest (mmHg) number 1st. This is the highest level your blood pressure reaches when your heart beats (systolic).",
      "type": "integer",
      "required": true
    },
    {
      "linkId": "diastolic",
      "text": "The 2nd (mmHg) number is the lowest level your blood pressure reaches when your heart relaxes between beats (diastolic).",
      "type": "integer",
      "required": true
    },
    {
      "text": "Select how your reading was done (optional) item 1",
      "linkId": "who_by",
      "type": "choice",
      "answerOption": [
        {
          "valueCoding": {
            "system": "https://example.nhs.uk/CodeSystem/place-type",
            "code": "professional",
            "display": "By a health care professional"
          }
        },
        {
          "valueCoding": {
            "system": "https://example.nhs.uk/CodeSystem/place-type",
            "code": "home",
            "display": "Test done at home"
          }
        }
      ]
    }
  ]
}