{
"description": null,
"_filename": "examples/Questionnaire-Simple-Blood-Pressure.json",
"package_name": "uk.nhsdigital.r4.test",
"subjectType": [ "Patient" ],
"date": null,
"publisher": null,
"name": "SimpleBloodPressure",
"item": [ {
"text": "Enter the highest (mmHg) number 1st. This is the highest level your blood pressure reaches when your heart beats (systolic).",
"type": "integer",
"linkId": "systolic",
"required": true
}, {
"text": "The 2nd (mmHg) number is the lowest level your blood pressure reaches when your heart relaxes between beats (diastolic).",
"type": "integer",
"linkId": "diastolic",
"required": true
}, {
"text": "Select how your reading was done (optional) item 1",
"type": "choice",
"linkId": "who_by",
"answerOption": [ {
"valueCoding": {
"code": "professional",
"system": "https://example.nhs.uk/CodeSystem/place-type",
"display": "By a health care professional"
}
}, {
"valueCoding": {
"code": "home",
"system": "https://example.nhs.uk/CodeSystem/place-type",
"display": "Test done at home"
}
} ]
} ],
"type": null,
"experimental": null,
"resourceType": "Questionnaire",
"title": "Simple Blood Pressure",
"package_version": "2.15.0-prerelease",
"status": "draft",
"id": "55b2eb2c-50b0-4f65-aaae-9ada68012406",
"kind": null,
"url": "https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure",
"version": null
}