Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Jan 16, 2024
1 parent b3644c4 commit b0dc396
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions matchbox-server/cda.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@host = http://localhost:8080/matchbox/fhir
### @host = https://test.ahdis.ch/matchbox/fhir
### @host = http://localhost:8080/matchbox/fhir
@host = https://test.ahdis.ch/matchbox/fhir

### Check if server is available
GET {{host}}/metadata HTTP/1.1
Expand Down Expand Up @@ -40,7 +40,7 @@ Content-Type: text/fhir-mapping

< ./matchbox-engine/src/test/resources/cda/LabBody.map

### transform cda enty observation
### transform cda entry observation
POST {{host}}/StructureMap/$transform?source=http://salute.gov.it/ig/cda-fhir-maps/StructureMap/RefertodilaboratorioFULLBODY HTTP/1.1
Accept: application/fhir+xml;fhirVersion=4.0
Content-Type: application/fhir+xml
Expand Down
4 changes: 2 additions & 2 deletions matchbox-server/fml.http
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@host = https://test.ahdis.ch/matchbox/fhir
### @host = https://test.ahdis.ch/matchboxv3/fhir

### returns metadata confiugraiotn for server, verify that you have in implementation description "Developoment Mode"
### returns metadata configuration for server, verify that you have in implementation description "Development Mode"
GET {{host}}/metadata HTTP/1.1
Accept: application/fhir+xml;fhirVersion=4.0
Origin: http://localhost
Expand Down Expand Up @@ -42,7 +42,7 @@ group item(source src, target tgt: Patient) {
GET {{host}}/StructureMap/qr2patgender HTTP/1.1
Accept: application/fhir+JSON

### transform the provided questionnaier response to patient resource with using above created StructureMap
### transform the provided questionnaire response to patient resource with using above created StructureMap
POST {{host}}/StructureMap/$transform?source=http://ahdis.ch/matchbox/fml/qr2patgender
Accept: application/fhir+json
Content-Type: application/fhir+json
Expand Down

0 comments on commit b0dc396

Please sign in to comment.