Skip to content

Commit c3a6c3d

Browse files
authored
Merge pull request #25 from mlaletina95/all-item-types
Add all-item-types questionnaire
2 parents 7f55553 + b5f7efe commit c3a6c3d

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
resourceType: Questionnaire
2+
id: all-item-types
3+
name: all-item-types
4+
title: All QuestionItem types
5+
status: active
6+
url: "http://example.org/fhir/Questionnaire/all-item-types"
7+
meta:
8+
profile:
9+
- https://emr-core.beda.software/StructureDefinition/fhir-emr-questionnaire
10+
item:
11+
- linkId: display-example
12+
text: >-
13+
Routine check-up and symptom assessment.
14+
type: display
15+
16+
- linkId: bool-example
17+
text: Smoker status (boolean)
18+
type: boolean
19+
20+
- linkId: decimal-example
21+
text: Body temperature (decimal)
22+
type: decimal
23+
24+
- linkId: integer-example
25+
text: Heart rate (integer)
26+
type: integer
27+
28+
- linkId: quantity-example
29+
text: Weight measurement (quantity)
30+
type: quantity
31+
32+
- linkId: date-example
33+
text: Symptom onset date (date)
34+
type: date
35+
36+
- linkId: date-time-example
37+
text: Admission timestamp (dateTime)
38+
type: dateTime
39+
40+
- linkId: time-example
41+
text: Medication time (time)
42+
type: time
43+
44+
- linkId: string-example
45+
text: Chief complaint (string)
46+
type: string
47+
48+
- linkId: text-example
49+
text: Clinical notes (text)
50+
type: text
51+
52+
- linkId: choice-example
53+
text: Pain severity (choice)
54+
type: choice
55+
answerOption:
56+
- valueCoding:
57+
code: mild
58+
display: Mild
59+
- valueCoding:
60+
code: severe
61+
display: Severe
62+
63+
- linkId: attachment-example
64+
text: Supporting document (attachment)
65+
type: attachment

0 commit comments

Comments
 (0)