-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanual_post.http
86 lines (53 loc) · 2.05 KB
/
manual_post.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
#@host = https://test.ahdis.ch
###
#@host =https://fhir.dk.swisstph-mis.ch/matchbox/fhir/
#@host = http://185.11.167.36:8080/matchbox/fhir/
@host=https://fhir.ruler.dk.swisstph-mis.ch/fhir
###
#Bundle
POST {{host}} HTTP/1.1
Content-Type: application/json
< ./bundle.json
#< C:\Users\delcpa\Development\smart-emcare\input\ext_ig\cpg-bundle.json
#< C:\Users\delcpa\Development\smart-emcare\input\ext_ig\who_bundle.json
###
POST https://fhir.dk.swisstph-mis.ch/matchbox/fhir/ HTTP/1.1
Content-Type: application/json
< /home/delcpa/Development/DAK-tools/bundle.json
#< C:\Users\delcpa\Development\smart-emcare\input\ext_ig\cpg-bundle.json
#< C:\Users\delcpa\Development\smart-emcare\input\ext_ig\who_bundle.json
###
#Bundle who5
POST {{host}} HTTP/1.1
Content-Type: application/json
< /home/delcpa/Development/smart-emcare/input/ext_ig/who_bundle.json
#< C:\Users\delcpa\Development\smart-emcare\input\ext_ig\cpg-bundle.json
#< C:\Users\delcpa\Development\smart-emcare\input\ext_ig\who_bundle.json
###
#Bundle cpg
POST {{host}} HTTP/1.1
Content-Type: application/json
< /home/delcpa/Development/smart-emcare/input/ext_ig/cpg-bundle.json
#< C:\Users\delcpa\Development\smart-emcare\input\ext_ig\cpg-bundle.json
#< C:\Users\delcpa\Development\smart-emcare\input\ext_ig\who_bundle.json
###
POST {{host}}/ HTTP/1.1
Content-Type: application/json
< C:\Users\delcpa\Development\DAK-tools\bundle.json
###
DELETE http://185.11.167.36:8080/matchbox/fhir/Questionnaire/emcarea.registration.p
####
PUT http://185.11.167.36:8080/matchbox/fhir/Questionnaire/emcarea.registration.p
Content-Type: application/json
< C:\Users\delcpa\Development\smart-emcare\input\resources\questionnaire\questionnaire-emcarea.registration.p.json
### PAtient
####
PUT {{host}}/Patient/patient0
Content-Type: application/json
< /home/delcpa/Development/DAK-tools/test/patient.json
### ANthro
POST https://fhir.cql-translator.dk.swisstph-mis.ch/cql/translator HTTP/1.1
Content-Type: application/cql
Accept: application/elm+xml
< C:\Users\delcpa\Development\smart-emcare\input\cql\emcaredt01.cql
Equal