FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/b56868ef-8e00-4bb2-90b0-99b6ddd78e5c

Packageuk.nhsdigital.r4.test
Resource TypeQuestionnaire
Idb56868ef-8e00-4bb2-90b0-99b6ddd78e5c
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure
URLhttps://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure
Statusdraft
NameSimpleBloodPressure
TitleSimple Blood Pressure
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "Questionnaire",
  "id": "b56868ef-8e00-4bb2-90b0-99b6ddd78e5c",
  "url": "https://example.fhir.nhs.uk/Questionnaire/Simple-Blood-Pressure",
  "name": "SimpleBloodPressure",
  "title": "Simple Blood Pressure",
  "status": "draft",
  "subjectType": [
    "Patient"
  ],
  "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
    },
    {
      "linkId": "who_by",
      "text": "Select how your reading was done (optional) item 1",
      "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"
          }
        }
      ]
    }
  ]
}