Skip to content

Commit

Permalink
Add explicit info about receiver ID=domain in PIX Feed/PDQ Query
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Jul 12, 2024
1 parent d2968ec commit b705c5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ end (warning: empty request) and an http error 500 is returned, see xop:include
This is a data problem. Multiple local patients were either automatically or manually merged into the same master
patient.

### ITI-45: No Patient data returned
### ITI-45/ITI-47: No Patient data returned

Verify that the receiver id in the hl7 v3 message contains the oid for the integration system (
2.16.756.5.30.1.191.1.0.12.1.101.2);
2.16.756.5.30.1.191.1.0.12.1.101.2).
You can also try to change the receiver OID to a random OID; if the patient data is returned, then someone fed a bad
identifier to the patient and CARA needs to clean it manually.

### IdP HIN ID

Expand Down
6 changes: 6 additions & 0 deletions docs/primarysystems-epr.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ in the MPI. You need to provide creationTime, sender OID and receiver OID in add
EPR-SPID, MPI-ID) in the request. For the communication you need a client certificate, but with EPRIK a client
certificate is not necessary.


!!! danger

Never feed a patient identifier with a domain that is not yours, and especially a domain equal to the configured
receiver OID of the plateform. It would make the patient unreachable from PDQ queries.

### 3.2 Query MPI-PID and EPR-SPID based on local ID

The primary systems needs to query the master patient ID (MPI-ID) for patients to retrieve or provide documents for,
Expand Down

0 comments on commit b705c5f

Please sign in to comment.