Skip to content

Commit 21ac9e0

Browse files
committed
[AEA-4929] fix prescription search request template
1 parent cce7a10 commit 21ac9e0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitallowed

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ id-token: write
1616
.:src/live-spine-client.*root=*
1717
0ba20a521167058a74f3b6e65c42d732054e5753:docs.*
1818
0ba20a521167058a74f3b6e65c42d732054e5753:scripts/.*
19+
root=\"1\.2
20+
root=\"2\.1

src/live-spine-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ interface ClinicalContentViewPartials {
4949

5050
export interface PrescriptionSearchParams {
5151
requestId: string,
52-
prescriptionId: string,
52+
prescriptionId?: string,
5353
organizationId: string,
5454
sdsRoleProfileId: string,
5555
sdsId: string,

src/resources/prescription_search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default `<?xml version="1.0" encoding="utf-8"?>
4646
<AgentPersonSDS classCode="AGNT">
4747
<id root="1.2.826.0.1285.0.2.0.67" extension="{{agentPersonSDSRoleProfileId}}"/>
4848
<agentPersonSDS classCode="PSN" determinerCode="INSTANCE">
49-
<id root="1.2.826.0.1285.0.2.0.65" extension="{{sdsRoleProfileId}}"/>
49+
<id root="1.2.826.0.1285.0.2.0.65" extension="{{agentPersonSDSId}}"/>
5050
</agentPersonSDS>
5151
<part typeCode="PART">
5252
<partSDSRole classCode="ROL">

0 commit comments

Comments
 (0)