| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Questionnaire |
| Id | UKCore-Questionnaire-InpatientSurvey-Example |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.23.0-pre-release&canonical=https://example.com/base/Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example |
| URL | https://example.com/base/Questionnaire/UKCore-Questionnaire-InpatientSurvey-Example |
| Status | draft |
| Date | 2023-11-13T11:50:00+00:00 |
| Title | Inpatient Survey (Mock up) |
| Realm | us |
| Authority | hl7 |
| Purpose | A questionnaire used as part of a survey of new patient admissions to Acute Medicine. Purely for demonstration purposes. |
No resources found
No resources found
Note: links and images are rebased to the (stated) 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"
}
]
}
]
}