We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd4ed5 commit b5f7efeCopy full SHA for b5f7efe
1 file changed
resources/Questionnaire/all-item-types.yaml
@@ -8,6 +8,11 @@ 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
@@ -22,7 +27,7 @@ item:
22
27
23
28
- linkId: quantity-example
24
29
text: Weight measurement (quantity)
25
- type: quantity
30
+ type: quantity
26
31
32
- linkId: date-example
33
text: Symptom onset date (date)
@@ -57,4 +62,4 @@ item:
57
62
58
63
- linkId: attachment-example
59
64
text: Supporting document (attachment)
60
- type: attachment
65
+ type: attachment
0 commit comments