PackagesCanonicalsLogsProblems
    Packages
    uk.nhsdigital.r4@2.7.0
    https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure
{
  "description": null,
  "_filename": "examples/Questionnaire-Simple-Blood-Pressure.json",
  "package_name": "uk.nhsdigital.r4",
  "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.7.0",
  "status": "draft",
  "id": "4c704e8a-c01a-40e4-ab2e-82be49b3b511",
  "kind": null,
  "url": "https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure",
  "version": null
}