-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtest.ahdis.ch.http
74 lines (52 loc) · 2.17 KB
/
test.ahdis.ch.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
@host = https://test.ahdis.ch
### @host = http://localhost:8080
### Add Logical Model if not knwon FHIR Tutorial send StructureDefinition TLeft1
POST {{host}}/matchbox/fhir/StructureDefinition HTTP/1.1
Accept: application/fhir+xml
Content-Type: application/fhir+xml
< ./logical/structuredefinition-tleft.xml
### Add Logical Model if not knwon FHIR Tutorial send StructureDefinition TRight
POST {{host}}/matchbox/fhir/StructureDefinition HTTP/1.1
Accept: application/fhir+xml
Content-Type: application/fhir+xml
< ./logical/structuredefinition-tright.xml
### Post the StructureMap with transform included
POST {{host}}/matchbox/fhir/StructureMap HTTP/1.1
Accept: application/fhir+xml
Content-Type: text/fhir-mapping
< ./map/step1.map
### Post the StructureMap with transform included
POST {{host}}/matchbox/fhir/StructureMap HTTP/1.1
Accept: application/fhir+json
Content-Type: text/fhir-mapping
< ./map/step1.map
### Post the StructureMap with transform included
POST {{host}}/matchbox/fhir/StructureMap HTTP/1.1
Accept: application/fhir+xml
Content-Type: text/fhir-mapping
< ./map/step1b.map
### Post the StructureMap with transform included
POST {{host}}/matchbox/fhir/StructureMap HTTP/1.1
Accept: application/fhir+json
Content-Type: text/fhir-mapping
< ./map/step1b.map
### FHIR Tutorial do the transform
POST {{host}}/matchbox/fhir/StructureMap/$transform?source=http://hl7.org/fhir/StructureMap/tutorial-step1
Accept: application/fhir+xml
Content-Type: application/fhir+xml
< ./source/source1.xml
### FHIR Tutorial do the transform
POST {{host}}/matchbox/fhir/StructureMap/$transform?source=http://hl7.org/fhir/StructureMap/tutorial-step1
Accept: application/fhir+json
Content-Type: application/fhir+json
< ./source/source1.json
### FHIR Tutorial do the transform 1b
POST {{host}}/matchbox/fhir/StructureMap/$transform?source=http://hl7.org/fhir/StructureMap/tutorial-step1b
Accept: application/fhir+xml
Content-Type: application/fhir+xml
< ./source/source1.xml
### FHIR Tutorial do the transform 1b
POST {{host}}/matchbox/fhir/StructureMap/$transform?source=http://hl7.org/fhir/StructureMap/tutorial-step1b
Accept: application/fhir+json
Content-Type: application/fhir+json
< ./source/source1.json