Skip to content

Commit cdd4ed5

Browse files
MarinaMarina
authored andcommitted
Add all-item-types
1 parent 7f55553 commit cdd4ed5

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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: bool-example
12+
text: Smoker status (boolean)
13+
type: boolean
14+
15+
- linkId: decimal-example
16+
text: Body temperature (decimal)
17+
type: decimal
18+
19+
- linkId: integer-example
20+
text: Heart rate (integer)
21+
type: integer
22+
23+
- linkId: quantity-example
24+
text: Weight measurement (quantity)
25+
type: quantity
26+
27+
- linkId: date-example
28+
text: Symptom onset date (date)
29+
type: date
30+
31+
- linkId: date-time-example
32+
text: Admission timestamp (dateTime)
33+
type: dateTime
34+
35+
- linkId: time-example
36+
text: Medication time (time)
37+
type: time
38+
39+
- linkId: string-example
40+
text: Chief complaint (string)
41+
type: string
42+
43+
- linkId: text-example
44+
text: Clinical notes (text)
45+
type: text
46+
47+
- linkId: choice-example
48+
text: Pain severity (choice)
49+
type: choice
50+
answerOption:
51+
- valueCoding:
52+
code: mild
53+
display: Mild
54+
- valueCoding:
55+
code: severe
56+
display: Severe
57+
58+
- linkId: attachment-example
59+
text: Supporting document (attachment)
60+
type: attachment

0 commit comments

Comments
 (0)