generated from ahdis/ch-ig
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathinitmatchbox.http
More file actions
41 lines (37 loc) · 797 Bytes
/
initmatchbox.http
File metadata and controls
41 lines (37 loc) · 797 Bytes
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
###
@host = https://test.ahdis.ch/r4
### @host = http://localhost:8080/r4
### Provide CDA and CH-core implementation guide
POST {{host}} HTTP/1.1
Content-Type: application/fhir+json
Accept: application/fhir+json
{
"resourceType": "Bundle",
"id": "bundle-transaction",
"meta": {
"lastUpdated": "2014-08-18T01:43:30Z"
},
"type": "transaction",
"entry": [
{
"resource": {
"resourceType" : "ImplementationGuide",
"version" : "dev",
"packageId": "hl7.fhir.cda"
},
"request": {
"method": "POST"
}
},
{
"resource": {
"resourceType" : "ImplementationGuide",
"version" : "current",
"packageId": "ch.fhir.ig.ch-emed"
},
"request": {
"method": "POST"
}
}
]
}