Skip to content

Commit b5f7efe

Browse files
MarinaMarina
authored andcommitted
Add type display
1 parent cdd4ed5 commit b5f7efe

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

resources/Questionnaire/all-item-types.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ meta:
88
profile:
99
- https://emr-core.beda.software/StructureDefinition/fhir-emr-questionnaire
1010
item:
11+
- linkId: display-example
12+
text: >-
13+
Routine check-up and symptom assessment.
14+
type: display
15+
1116
- linkId: bool-example
1217
text: Smoker status (boolean)
1318
type: boolean
@@ -22,7 +27,7 @@ item:
2227

2328
- linkId: quantity-example
2429
text: Weight measurement (quantity)
25-
type: quantity
30+
type: quantity
2631

2732
- linkId: date-example
2833
text: Symptom onset date (date)
@@ -57,4 +62,4 @@ item:
5762

5863
- linkId: attachment-example
5964
text: Supporting document (attachment)
60-
type: attachment
65+
type: attachment

0 commit comments

Comments
 (0)