Skip to content

Commit dce1b5d

Browse files
committed
NRL-000 fix up unit tests with practice setting code
1 parent 88f201b commit dce1b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/producer/processTransaction/process_transaction_bundle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
}
3737
DEFAULT_MHDS_PRACTICE_SETTING_CODING = {
3838
"system": "http://snomed.info/sct",
39-
"code": "394802000",
40-
"display": "General medical practice",
39+
"code": "700232004",
40+
"display": "General medical service",
4141
}
4242
DEFAULT_MHDS_PROPERTIES: dict[str, Any] = {
4343
"author": [DEFAULT_MHDS_AUTHOR],

0 commit comments

Comments
 (0)