File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -62,22 +62,13 @@ <h2>Observation Resource</h2>
62
62
</ tr >
63
63
</ table >
64
64
</ div >
65
- <!-- Required JS files to enable this page to embed within an MPage -->
66
- <!--
67
- Temporarily disable cerner-smart-embeddable-lib
68
- <script src='https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js'></script>
69
- <script src='./lib/js/cerner-smart-embeddable-lib-1.0.0.min.js'></script>
70
- -->
71
65
72
66
<!-- Application-level javascript-->
73
67
< script src ='./src/js/example-smart-app.js '> </ script >
74
68
75
69
<!-- FHIR Client JS Library -->
76
70
< script src ='./lib/js/fhir-client-v0.1.12.js '> </ script >
77
71
78
- <!-- Prevent session bleed caused by single threaded embedded browser and sessionStorage API -->
79
- <!-- https://github.com/cerner/fhir-client-cerner-additions -->
80
- < script src ='./lib/js/fhir-client-cerner-additions-1.0.0.js '> </ script >
81
72
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js "> </ script >
82
73
< script >
83
74
extractData ( ) . then (
Original file line number Diff line number Diff line change 13
13
< script >
14
14
FHIR . oauth2 . authorize ( {
15
15
'client_id' : '5ff92a61-03b7-46da-a8da-b8c20f0ca7ca' ,
16
- 'scope' : 'patient/*.read launch openid profile '
16
+ 'scope' : 'patient/*.read launch'
17
17
} ) ;
18
18
</ script >
19
19
< div class ="spinner ">
You can’t perform that action at this time.
0 commit comments