Save patient workflow

Overview

This transaction allows a PoC systems to store a patient's demographics in the Client Registry. The following sequence diagram shows the steps that occur during this transaction.

Technical Details

RefInteractionEndpointDataTransaction Specification
1Save PatientPOST /ws/rest/v1/patients/HL7 v2.5 ADT_A28Register new patient
2 Validate HL7 messagenone   
3 Adapt message for CRnone   
4Save patient in CRPUT openempi-admin/openempi-ws-rest/person-manager-resource/addPersonOpenEMPI XMLRegister new client - Internal
5 Acknowledge patient saved HTTP 200 OKRegister new client - Internal
6 Acknowledge patient saved HTTP 201 Created