-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.http
160 lines (98 loc) · 4.35 KB
/
test.http
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
@host = http://test.ahdis.ch/matchbox/fhir
###@host = http://hapi.fhir.org/baseR4
### ErikaMusterfrau
PUT {{host}}/Patient/ErikaMusterfrau HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/patient/ErikaMusterfrau.xml
### FranzMuster
PUT {{host}}/Patient/FranzMuster HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/patient/FranzMuster.xml
### ResponseReceiverErikaMusterfrau
PUT {{host}}/Patient/ResponseReceiverErikaMusterfrau HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/patient/ResponseReceiverErikaMusterfrau.xml
### Kantonsspital
PUT {{host}}/Organization/Kantonsspital HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/organization/Kantonsspital.xml
### PraxisSeeblick
PUT {{host}}/Organization/PraxisSeeblick HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/organization/PraxisSeeblick.xml
### ResponseReceiverPraxisSeeblick
PUT {{host}}/Organization/ResponseReceiverPraxisSeeblick HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/organization/ResponseReceiverPraxisSeeblick.xml
### HansRoentgen
PUT {{host}}/Practitioner/HansRoentgen HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitioner/HansRoentgen.xml
### MarcAgpar
PUT {{host}}/Practitioner/MarcAgpar HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitioner/MarcAgpar.xml
### NotificationContactHansRoentgen
PUT {{host}}/Practitioner/NotificationContactHansRoentgen HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitioner/NotificationContactHansRoentgen.xml
### NotificationContactSabineMeier
PUT {{host}}/Practitioner/NotificationContactSabineMeier HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitioner/NotificationContactSabineMeier.xml
### SabineMeier
PUT {{host}}/Practitioner/SabineMeier HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitioner/SabineMeier.xml
### StabiloBoss
PUT {{host}}/Practitioner/StabiloBoss HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitioner/StabiloBoss.xml
### HansRoentgenKantonsspital
PUT {{host}}/PractitionerRole/HansRoentgenKantonsspital HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitionerrole/HansRoentgenKantonsspital.xml
### NotificationContactHansRoentgen
PUT {{host}}/PractitionerRole/NotificationContactHansRoentgen HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitionerrole/NotificationContactHansRoentgen.xml
### NotificationContactSabineMeier
PUT {{host}}/PractitionerRole/NotificationContactSabineMeier HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitionerrole/NotificationContactSabineMeier.xml
### SabineMeierPraxisSeeblick
PUT {{host}}/PractitionerRole/SabineMeierPraxisSeeblick HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitionerrole/SabineMeierPraxisSeeblick.xml
### StabiloBossPraxisSeeblick
PUT {{host}}/PractitionerRole/StabiloBossPraxisSeeblick HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/practitionerrole/StabiloBossPraxisSeeblick.xml
### order-referral-form
PUT {{host}}/ServiceRequest/order-referral-form HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/servicerequest/order-referral-form.xml
### order-referral-form
PUT {{host}}/Questionnaire/order-referral-form HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/questionnaire/order-referral-form.xml
### order-referral-form
PUT {{host}}/QuestionnaireResponse/order-referral-form HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/questionnaireresponse/order-referral-form.xml
### order-referral-form
PUT {{host}}/Composition/order-referral-form HTTP/1.1
Content-Type: application/fhir+xml
< input/examples/composition/order-referral-form.xml
### $document order-referral-form
GET {{host}}/Composition/order-referral-form/$document HTTP/1.1
Content-Type: application/fhir+xml
### Create modular questionnaire with $assemble operation
### 1. Create FHS Questionnaires (modules)
### 2. Upload IG on matchbox https://test.ahdis.ch/matchbox/#/igs
### 3. Invoice $assemble operation on modular Questionnaire
### 4. If you want to provide the Questionnaire integrated in your IG translate it back to fsh with: https://fshschool.org/FSHOnline/#/
POST {{host}}/Questionnaire/$assemble HTTP/1.1
Accept: application/json+fhir
Content-Type: application/json+fhir
< ./output/Questionnaire-LabOrder-form.json