Mentions légales du service

Skip to content
Snippets Groups Projects
Commit dd2f0499 authored by Alexandre Pocinho's avatar Alexandre Pocinho
Browse files

correct doc for pixm (2)

parent b9f69505
No related branches found
No related tags found
No related merge requests found
......@@ -305,6 +305,6 @@ Start wildfly.
The API can be accessed at (depending on your configured host and port):
* ITI-104 : PUT/DELETE <https://example.com/pixm-connector/fhir/Patient?identifier=patient.system\|patient.id>
* ITI-83 : GET <https://example.com/pixm-connector/fhir/Patient/$ihe-pix?sourceIdentifier=patient.system\|patient.id&targetSystem=targetSystem>
* ITI-104 : PUT/DELETE <https://example.com/pixm-connector/fhir/Patient?identifier=patient.system%7Cpatient.id>
* ITI-83 : GET <https://example.com/pixm-connector/fhir/Patient/$ihe-pix?sourceIdentifier=patient.system%7Cpatient.id&targetSystem=targetSystem>
* Capability statement : <https://example.com/pixm-connector/fhir/metadata>
......@@ -32,10 +32,10 @@ Here is a quick overview of the available functionality from PIXm connector
| Operation | HTTP Methods | URL to call | Entry parameter | Returned value |
|--------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------|------------------------------------------|
| Create/Update Patient | PUT | ```https://example.com/pixm-connector/fhir/Patient?identifier={{patient.system}}\|{{patient.id}}``` | ITI-104 Patient identifier | ITI-104 FHIR Patient |
| Delete Patient | DELETE | ```https://example.com/pixm-connector/fhir/Patient/?identifier={{patient.system}}\|{{patient.id}}``` | ITI-104 Patient identifier | / |
| Merge Patient | PUT | ```https://example.com/pixm-connector/fhir/Patient/?identifier={{patient.system}}\|{{patient.id}}``` | ITI-104 Patient identifier w/ patient.link to Patient to keep | ITI-104 FHIR Patient |
| Check Cross Referenced Patient | GET | ```https://example.com/pixm-connector/fhir/Patient/$ihe-pix?sourceIdentifier={{patient.system}}\|{{patient.id}}&targetSystem={{targetSystem}}``` | A Patient sourceIdentifier and a TargetDomain | ITI-83 FHIR Parameters with X-ref values |
| Create/Update Patient | PUT | ```https://example.com/pixm-connector/fhir/Patient?identifier=patient.system%7Cpatient.id``` | ITI-104 Patient identifier | ITI-104 FHIR Patient |
| Delete Patient | DELETE | ```https://example.com/pixm-connector/fhir/Patient/?identifier=patient.system%7Cpatient.id``` | ITI-104 Patient identifier | / |
| Merge Patient | PUT | ```https://example.com/pixm-connector/fhir/Patient/?identifier=patient.system%7Cpatient.id``` | ITI-104 Patient identifier w/ patient.link to Patient to keep | ITI-104 FHIR Patient |
| Check Cross Referenced Patient | GET | ```https://example.com/pixm-connector/fhir/Patient/$ihe-pix?sourceIdentifier=patient.system%7Cpatient.id&targetSystem=targetSystem``` | A Patient sourceIdentifier and a TargetDomain | ITI-83 FHIR Parameters with X-ref values |
Capability statement of the application can be found with : <https://example.com/pixm-connector/fhir/metadata>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment