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

FHIR IG Statistics: Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeQuestionnaire
IdUKCore-Questionnaire-InpatientSurvey-Example
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.23.0-pre-release&canonical=https://example.com/base/Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example
URLhttps://example.com/base/Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example
Statusdraft
Date2023-11-13T11:50:00+00:00
TitleInpatient Survey (Mock up)
Realmus
Authorityhl7
PurposeA questionnaire used as part of a survey of new patient admissions to Acute Medicine. Purely for demonstration purposes.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate an in-patient questionnaire

Source

{
  "resourceType": "Questionnaire",
  "id": "UKCore-Questionnaire-InpatientSurvey-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://example.com/base/Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example",
  "title": "Inpatient Survey (Mock up)",
  "status": "draft",
  "experimental": true,
  "subjectType": [
    "Patient"
  ],
  "date": "2023-11-13T11:50:00+00:00",
  "purpose": "A questionnaire used as part of a survey of new patient admissions to Acute Medicine. Purely for demonstration purposes.",
  "effectivePeriod": {
    "start": "2023-11-13T11:50:00+00:00",
    "end": "2023-12-13T11:50:00+00:00"
  },
  "item": [
    {
      "linkId": "1",
      "text": "Do you have allergies?",
      "type": "string"
    },
    {
      "linkId": "2",
      "text": "General questions",
      "type": "group",
      "item": [
        {
          "linkId": "2.1",
          "text": "What is your gender?",
          "type": "string"
        },
        {
          "linkId": "2.2",
          "text": "What is your date of birth?",
          "type": "date"
        },
        {
          "linkId": "2.3",
          "text": "What is your country of birth?",
          "type": "string"
        },
        {
          "linkId": "2.4",
          "text": "What is your marital status?",
          "type": "string"
        }
      ]
    },
    {
      "linkId": "3",
      "text": "Intoxications",
      "type": "group",
      "item": [
        {
          "linkId": "3.1",
          "text": "Do you smoke?",
          "type": "boolean"
        },
        {
          "linkId": "3.2",
          "text": "Do you drink alcohol?",
          "type": "boolean"
        }
      ]
    }
  ]
}