JavaScript client for FHIR. ... <script> FHIR.oauth2.ready() .then(client => client.request("Patient")) .then(console.log) .catch(console.error); </script> ...
確定! 回上一頁