File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ id-token: write
1616.:src/live-spine-client.*root=*
17170ba20a521167058a74f3b6e65c42d732054e5753:docs.*
18180ba20a521167058a74f3b6e65c42d732054e5753:scripts/.*
19+ root=\"1\.2
20+ root=\"2\.1
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ interface ClinicalContentViewPartials {
4949
5050export interface PrescriptionSearchParams {
5151 requestId : string ,
52- prescriptionId : string ,
52+ prescriptionId ? : string ,
5353 organizationId : string ,
5454 sdsRoleProfileId : string ,
5555 sdsId : string ,
Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments