Skip to content

Commit

Permalink
updated some HL7v3 transaction diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Sep 30, 2024
1 parent ec6bb5d commit abaf186
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 124 deletions.
11 changes: 8 additions & 3 deletions _src/iti44pixv3.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ hide footbox
participant "Patient Identity\nSource" as PIS
participant "Patient Identifier\nCross-Reference Manager" as MPI

PIS -> MPI : Patient Registry Record Added PRPA_IN201301UV02 \nPatient Registry Record Updated PRPA_IN201302UV02
PIS -> MPI : Patient Registry Record Added PRPA_IN201301UV02
activate MPI
MPI --> PIS : Send Application Acknowledgement MCCI_MT000300UV01
MPI --> PIS : Send Application Acknowledgement MCCI_IN000002UV01
deactivate MPI
|||
PIS -> MPI : Patient Registry Record Updated PRPA_IN201302UV02
activate MPI
MPI --> PIS : Send Application Acknowledgement MCCI_IN000002UV01
deactivate MPI
|||
PIS -> MPI : Patient Registry Duplicates Resolved PRPA_IN201304UV02
activate MPI
MPI --> PIS : Send Application Acknowledgement MCCI_MT000300UV01
MPI --> PIS : Send Application Acknowledgement MCCI_IN000002UV01
deactivate MPI

@enduml
11 changes: 8 additions & 3 deletions _src/iti44xds.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ hide footbox
participant "Patient Identity\nSource" as PIS
participant "Document\nRegistry" as REG

PIS -> REG : Patient Registry Record Added PRPA_IN201301UV02 \nPatient Registry Record Updated PRPA_IN201302UV02
PIS -> REG : Patient Registry Record Added PRPA_IN201301UV02
activate REG
REG --> PIS : Send Application Acknowledgement MCCI_MT000300UV01
REG --> PIS : Send Application Acknowledgement MCCI_IN000002UV01
deactivate REG
|||
PIS -> REG : Patient Registry Record Updated PRPA_IN201302UV02
activate REG
REG --> PIS : Send Application Acknowledgement MCCI_IN000002UV01
deactivate REG
|||
PIS -> REG : Patient Registry Duplicates Resolved PRPA_IN201304UV02
activate REG
REG --> PIS : Send Application Acknowledgement MCCI_MT000300UV01
REG --> PIS : Send Application Acknowledgement MCCI_IN000002UV01
deactivate REG

@enduml
2 changes: 1 addition & 1 deletion _src/iti46.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ participant "Patient Identifier\nCross-Reference Manager" as MPI

MPI -> CON :Patient Registry Record Revised PRPA_IN201302UV02
activate CON
CON --> MPI : Acknowledge
CON --> MPI : Send Application Acknowledgement MCCI_IN000002UV01
deactivate CON


Expand Down
2 changes: 1 addition & 1 deletion _src/iti47.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ activate SUP
SUP --> CON : Patient Registry Find Candidates Query Response PRPA_IN201306UV02
deactivate SUP
|||
CON -> SUP :Cancel Continuation QUQI_IN000003UV01
CON -> SUP :Cancel Continuation QUQI_IN000003UV01_Cancel
activate SUP
SUP --> CON : Acknowledgement MCCI_IN000002UV01
deactivate SUP
Expand Down
31 changes: 1 addition & 30 deletions assets/images/iti44pixv3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit abaf186

Please sign in to comment.