forked from hl7ch/cda-fhir-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdatofhir_immcert.http
52 lines (34 loc) · 1.6 KB
/
cdatofhir_immcert.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
### Create and Update CDA maps for converting to FHIR with RESTClient and running matchbox (locally)
### Note: POST the maps in the following order, if you update one map you need to repost also the maps below
###@host = https://test.ahdis.ch/r4
@host = http://localhost:8080/r4
### 1. POST CdaToFhirTypes.map
POST {{host}}/StructureMap HTTP/1.1
Accept: application/fhir+xml;fhirVersion=4.0
Content-Type: text/fhir-mapping
< ./input/maps/CdaToFhirTypes.map
### 2. POST CdaToBundle.map
POST {{host}}/StructureMap HTTP/1.1
Accept: application/fhir+xml;fhirVersion=4.0
Content-Type: text/fhir-mapping
< ./input/maps/CdaToBundle.map
### 3. POST CdaChToBundle.map
POST {{host}}/StructureMap HTTP/1.1
Accept: application/fhir+xml;fhirVersion=4.0
Content-Type: text/fhir-mapping
< ./input/maps/CdaChToBundle.map
### 4a. POST CdaChVacdToBundle.map
POST {{host}}/StructureMap HTTP/1.1
Accept: application/fhir+xml;fhirVersion=4.0
Content-Type: text/fhir-mapping
< ./input/maps/CdaChVacdToBundle.map
### 4b. POST CdaChVacdImmunizationCertificateDocumentToBundle.map
POST {{host}}/StructureMap HTTP/1.1
Accept: application/fhir+xml;fhirVersion=4.0
Content-Type: text/fhir-mapping
< ./input/maps/CdaChVacdImmunizationCertificateDocumentToBundle.map
### 5. Transform Immunization Administration document (1-MedicationCard.xml) from CDA to FHIR
POST {{host}}/StructureMap/$transform?source=http://fhir.ch/ig/cda-fhir-maps/StructureMap/CdaChVacdImmunizationCertificateDocumentToBundle
Accept: application/fhir+xml;fhirVersion=4.0
Content-Type: application/fhir+xml;fhirVersion=4.0
< ./input/cda-ch-vacd/2-ImmunizationCertificate.xml