We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 945d2b8 + df12af6 commit 086e123Copy full SHA for 086e123
1 file changed
resources/Questionnaire/initial.yaml
@@ -0,0 +1,27 @@
1
+resourceType: Questionnaire
2
+id: initial
3
+name: initial
4
+title: Questionnaire.initial
5
+status: active
6
+url: "http://example.org/fhir/Questionnaire/core-initial"
7
+meta:
8
+ profile:
9
+ - https://emr-core.beda.software/StructureDefinition/fhir-emr-questionnaire
10
+item:
11
+ - linkId: consent
12
+ text: Consent received
13
+ type: boolean
14
+ initial:
15
+ - valueBoolean: false
16
+
17
+ - linkId: visit-date
18
+ text: Visit date (example static initial)
19
+ type: date
20
21
+ - valueDate: "2026-01-01"
22
23
+ - linkId: triage-note
24
+ text: Triage note
25
+ type: string
26
27
+ - valueString: "Awaiting triage"
0 commit comments