Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new interaction RCMR_IN030000UK07 #150

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added support for new GP2GP interaction RCMR_IN030000UK07

## [1.2.9] - 2023-10-19

### Changed
Expand Down
5 changes: 5 additions & 0 deletions mhs/common/data/interactions/interactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@
"workflow": "forward-reliable",
"sync_async": false
},
"RCMR_IN030000UK07": {
"service": "urn:nhs:names:services:gp2gp",
"workflow": "forward-reliable",
"sync_async": false
},
"QUPC_IN160103UK05": {
"service": "urn:nhs:names:services:psisquery",
"workflow": "async-express",
Expand Down