forked from microsoft/FhirBlaze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestionaire.json
38 lines (37 loc) · 1.16 KB
/
questionaire.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"resourceType": "Questionnaire",
"id": "ff2855cc-e03c-46b8-8e89-352a7d0f5d42",
"status": "active",
"date": "2021-10-26T19:19:35.669Z",
"item": [
{
"linkId": "8fc13543-037e-4864-902b-f61bfb272d4a",
"text": "Root",
"type": "group",
"item": [
{
"linkId": "7447602c-25e6-4858-83ed-9b82d7971b7f",
"text": "First Name",
"type": "string",
"required": true
},
{
"linkId": "6457ffe6-e64e-4a1e-9e78-a743f203498e",
"text": "Last Name",
"type": "string"
},
{
"linkId": "38376622-0f8a-4c02-bd6b-0d1f6cf1a3b0",
"text": "Location",
"type": "choice",
"required": true,
"repeats": false,
"answerOption":[
{"valueString":"yes"},
{"valueString":"yes"}
]
}
]
}
]
}