| Package | uk.nhsdigital.r4.test |
| Resource Type | Questionnaire |
| Id | b56868ef-8e00-4bb2-90b0-99b6ddd78e5c |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure |
| URL | https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure |
| Status | draft |
| Name | SimpleBloodPressure |
| Title | Simple Blood Pressure |
| Authority | hl7 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}
]
}
]
}