Skip to content

Commit 086e123

Browse files
authored
Merge pull request #18 from mlaletina95/initial-example
Add initial-example
2 parents 945d2b8 + df12af6 commit 086e123

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
initial:
21+
- valueDate: "2026-01-01"
22+
23+
- linkId: triage-note
24+
text: Triage note
25+
type: string
26+
initial:
27+
- valueString: "Awaiting triage"

0 commit comments

Comments
 (0)