Skip to content

Commit

Permalink
Minor fixes of typos and formatting to upcoming changes page
Browse files Browse the repository at this point in the history
  • Loading branch information
dvribeira committed May 24, 2024
1 parent 219bc70 commit 9c2cad0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/other/upcoming_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ The PMP is abandoning the use of CARA's MPI-PID as XAD-PID and with the v0.4.0 s
- Patient registration:
- Query: an ITI-45 query (added with v0.3.0) allows a system to know if a patient has a PMP registration (whether active or not) and to fetch the PMP-PID.
- Add: to register a patient, the following steps will be needed:

1) Perform an ITI-44 *Patient Registry Record __Added__* (PIXV3 feed) to add the new patient to the PMP.
2) Fetch the PMP-PID with an ITI-45 query to the PMP.
3) Perform an ITI-41 with the APPC document to activate the registration. Until this is done, no other transaction for providing, fetching or searching documents will be accepted.
1. Perform an ITI-44 *Patient Registry Record __Added__* (PIXV3 feed) to add the new patient to the PMP.
2. Fetch the PMP-PID with an ITI-45 query to the PMP.
3. Perform an ITI-41 with the APPC document to activate the registration. Until this is done, no other transaction for providing, fetching or searching documents will be accepted.
- All requests (other than PIX) expect now the use of PMP-PID ids (SubmissionSet.patientId and DocumentEntry.patientId). Systems can continue to use CARA's MPI-PIDs for this and the aggregator will perform a translation but include a warning with the response. The grace period for transitioning towards PMP-PIDs has not been defined.
Note that PMP-PIDs will not be the same for the same patients in different environments, see [OIDs](oids.html) for the each deployed platform's patient identification domain id.

Expand Down

0 comments on commit 9c2cad0

Please sign in to comment.