{"version":"1.0","provider_name":"Registrar","provider_url":"https:\/\/legacy.registrarcorp.com\/zh\/","author_name":"Ashley Lambert","author_url":"https:\/\/legacy.registrarcorp.com\/zh\/author\/alambert\/","title":"\u533b\u7597\u5668\u68b0101:\u4e0a\u5e02\u524d\u6279\u51c6","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"OPlc9VhWtS\"><a href=\"https:\/\/legacy.registrarcorp.com\/zh\/medical-devices-101-premarket-approval\/\">\u533b\u7597\u5668\u68b0101:\u4e0a\u5e02\u524d\u6279\u51c6<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/legacy.registrarcorp.com\/zh\/medical-devices-101-premarket-approval\/embed\/#?secret=OPlc9VhWtS\" width=\"600\" height=\"338\" title=\"&#8220;\u533b\u7597\u5668\u68b0101:\u4e0a\u5e02\u524d\u6279\u51c6&#8221; &#8212; Registrar\" data-secret=\"OPlc9VhWtS\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\/\/# sourceURL=https:\/\/legacy.registrarcorp.com\/wp-includes\/js\/wp-embed.js\n\/* ]]> *\/\n<\/script>\n","thumbnail_url":"https:\/\/legacy.registrarcorp.com\/wp-content\/uploads\/2022\/08\/pacemaker.png","thumbnail_width":800,"thumbnail_height":533,"description":"\u5728\u8fd9\u4e2a\u75313\u90e8\u5206\u7ec4\u6210\u7684\u7cfb\u5217\u4e2d\uff0c\u6211\u4eec\u63a2\u8ba8\u4e86FDA\u533b\u7597\u5668\u68b0\u76d1\u7ba1\u7684\u57fa\u672c\u539f\u5219\u3002\u4e3b\u9898\u5305\u62ec\u63a7\u5236\u548c\u5206\u7c7b\u3001\u4e0a\u5e02\u524d\u901a\u77e5510(k)\u548c\u4e0a\u5e02\u524d\u6279\u51c6(PMA)\u3002 \u6240\u6709\u6253\u7b97\u5728\u7f8e\u56fd\u9500\u552e\u7684\u533b\u7597\u5668\u68b0\u90fd\u53d7\u5230\u7f8e\u56fd\u98df\u54c1\u548c\u836f\u54c1\u76d1\u7763\u7ba1\u7406\u5c40(FDA)\u7684\u7ba1\u5236\u3002\u5728\u533b\u7597\u5668\u68b0101:\u63a7\u5236\u548c\u5206\u7c7b\u8fd9\u7bc7\u6587\u7ae0\u4e2d\uff0c\u6211\u4eec\u89e3\u91ca\u8fc7\uff0c\u7531\u4e8eIII\u7c7b\u5668\u68b0\u7684\u98ce\u9669\u6c34\u5e73\uff0cFDA\u8ba4\u4e3a\u4e00\u822c\u548c\u7279\u6b8a\u63a7\u5236\u4e0d\u8db3\u4ee5\u4fdd\u8bc1\u8fd9\u4e9b\u5668\u68b0\u7684\u5b89\u5168\u6027\u548c\u6709\u6548\u6027\u3002\u9664\u4e86\u4e00\u822c\u63a7\u5236\u63aa\u65bd\uff0cFDA\u8fd8\u8981\u6c42\u6240\u6709III\u7c7b\u533b\u7597\u5668\u68b0\u63d0\u4ea4\u4e0a\u5e02\u524d\u6279\u51c6\u7533\u8bf7(PMA)\uff0c\u8fd9\u662f\u79d1\u5b66\u5ba1\u67e5\u7684\u5fc5\u8981\u6d41\u7a0b\uff0c\u4ee5\u786e\u4fdd\u8fd9\u4e9b\u5668\u68b0\u7684\u5b89\u5168\u6027\u548c\u6709\u6548\u6027\u3002 \u53d7PMA\u63d0\u4ea4\u6cd5\u89c4\u7ea6\u675f\u7684\u5668\u68b0\u5236\u9020\u5546\u5fc5\u987b\u5728\u5668\u68b0\u4e0a\u5e02\u524d\u83b7\u5f97FDA\u7684\u6279\u51c6\u3002\u5982\u679c\u4e00\u79cd\u5668\u68b0\u53d7PMA\u6cd5\u89c4\u7684\u7ea6\u675f\uff0c\u4f46\u662f\u4e0d\u7b26\u5408\u8981\u6c42\uff0c\u5219\u88ab\u8ba4\u4e3a\u662f\u63ba\u5047\u7684\uff0c\u7981\u6b62\u9500\u552e\u3002\u83b7\u5f97\u4e0a\u5e02\u524d\u6279\u51c6\u7684\u8fc7\u7a0b\u5f88\u590d\u6742\uff0c\u56e0\u6b64\u719f\u6089\u6279\u51c6\u8fc7\u7a0b\u4e2d\u7684\u5173\u952e\u6b65\u9aa4\u4f1a\u5f88\u6709\u5e2e\u52a9\u3002 \u8bf7\u7ee7\u7eed\u9605\u8bfbPMA\u5ba1\u6279\u6d41\u7a0b\u7684\u7b80\u5355\u6b65\u9aa4\u3002 \u83b7\u5f97FDA\u5408\u89c4\u65b9\u9762\u7684\u5e2e\u52a9\u3002 Registrar Corp\u7684\u6cd5\u89c4\u4e13\u5bb6\u5e2e\u52a9\u516c\u53f8\u9075\u5b88FDA\u7684\u8981\u6c42\uff0c\u5305\u62ec\u533b\u7597\u5668\u68b0\u6cd5\u89c4\u3002\u6211\u4eec\u53ef\u4ee5\u56de\u7b54\u60a8\u5173\u4e8e\u63d0\u4ea4PMA\u7684\u95ee\u9898\u4ee5\u53ca\u66f4\u591a\u5176\u4ed6\u95ee\u9898\u3002 \u6b32\u4e86\u89e3\u66f4\u591a\u4fe1\u606f\uff0c\u8bf7\u81f4\u7535+1-757-224-0177\uff0c\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u81f3info@registrarcorp.com\u8054\u7cfb\u6211\u4eec\uff0c\u6216\u901a\u8fc7regstaging.wpengine.com\/livechat\u4e0e\u6211\u4eec\u5168\u5929\u5019\u5728\u7ebf\u7684\u6cd5\u89c4\u987e\u95ee\u5373\u65f6\u804a\u5929\u3002 \u83b7\u5f97\u5e2e\u52a9 \u51b3\u5b9a\u4f60\u662f\u5426\u9700\u8981PMA FDA\u6839\u636e\u5206\u7c7b\u7cfb\u7edf\u7ba1\u7406\u533b\u7597\u5668\u68b0\u3002\u533b\u7597\u5668\u68b0\u6839\u636e\u5668\u68b0\u6807\u7b7e\u4e0a\u6807\u660e\u7684\u9884\u671f\u7528\u9014\/\u9002\u5e94\u75c7\u8fdb\u884c\u5206\u7c7b\u3002\u5668\u68b0\u6807\u7b7e\u53ef\u80fd\u5305\u62ec\u5305\u88c5\u3001\u4ea7\u54c1\u63d2\u9875\u3001\u7f51\u7ad9\u3001\u53e3\u5934\u548c\/\u6216\u5176\u4ed6\u5ba3\u4f20\u6750\u6599\u3002\u5bf9\u60a3\u8005\u548c\/\u6216\u7528\u6237\u7684\u98ce\u9669\u6c34\u5e73\u4e5f\u4f1a\u5f71\u54cd\u5668\u68b0\u7684\u5206\u7c7b\uff0c\u98ce\u9669\u6700\u4f4e\u7684\u5668\u68b0\u4e3aI\u7c7b\uff0c\u98ce\u9669\u6700\u9ad8\u7684\u4e3aIII\u7c7b\u3002 I\u7c7b\u548cII\u7c7b\u533b\u7597\u5668\u68b0\u4e0d\u9700\u8981\u4e0a\u5e02\u524d\u6279\u51c6\u3002\u76f8\u53cd\uff0c\u4e00\u4e9bI\u7c7b\u548c\u5927\u591a\u6570II\u7c7b\u5668\u68b0\u9700\u8981\u4e0a\u5e02\u524d\u901a\u77e5510(k)\uff0c\u9664\u975e\u8be5\u5668\u68b0\u7b26\u5408\u8c41\u514d510(k)\u7533\u8bf7\u7684\u8981\u6c42\u3002PMA\u6bd4510(k)\u66f4\u52a0\u4e25\u683c\uff0c\u6240\u6709III\u7c7b\u5668\u68b0\u90fd\u9700\u8981\u9012\u4ea4PMA\u7533\u8bf7\uff0c\u5e76\u4e14\u7b26\u5408\u4e00\u822c\u63a7\u5236\u7684\u8981\u6c42\uff0c\u6216\u8005\u9700\u8981\u91cd\u65b0\u5206\u7c7b\u4e3aI\u7c7b(\u4e00\u822c\u63a7\u5236)\u6216II\u7c7b(\u6807\u51c6)\u3002\u57281976\u5e74\u533b\u7597\u5668\u68b0\u4fee\u6b63\u6848\u901a\u8fc7\u4e4b\u524d\u4e0a\u5e02\u7684\u5668\u68b0(\u79f0\u4e3a(\u6cd5\u6848)\u4fee\u6539\u524d\u5668\u68b0)\u4e0d\u9700\u8981PMA\uff0c\u53ef\u4ee5\u7528III\u7c7b510(k)\u4e0a\u5e02\u3002 \u4e0a\u5e02\u524d\u6279\u51c6\u6d41\u7a0b PMA\u7533\u8bf7\u53ef\u4ee5\u7531\u5668\u68b0\u7684\u6743\u5229\u4eba\u6216\u80fd\u591f\u83b7\u5f97\u63d0\u4ea4\u7533\u8bf7\u6240\u9700\u6570\u636e\u548c\u5176\u4ed6\u4fe1\u606f\u7684\u6388\u6743\u4eba\u6216\u5b9e\u4f53\u63d0\u4ea4\u3002\u7f8e\u56fd\u5883\u5916\u7684\u7533\u8bf7\u4eba\u63d0\u4ea4\u7684PMA\u5fc5\u987b\u7531\u7f8e\u56fd\u7684\u6388\u6743\u4ee3\u8868\u4f1a\u7b7e\u3002 FDA\u4f7f\u75284\u6b65\u6d41\u7a0b\u5ba1\u6279PMA\u7684\u7533\u8bf7: \u6b65\u9aa41 -\u884c\u653f\u548c\u6709\u9650\u7684\u79d1\u5b66\u5ba1\u67e5 PMA\u5ba1\u6279\u7a0b\u5e8f\u7684\u7b2c\u4e00\u6b65\u662f\u6839\u636eFDA\u63d0\u4f9b\u7ed9PMA\u7533\u8bf7\u4eba\u7684\u884c\u653f\u68c0\u67e5\u8868\u8fdb\u884c\u884c\u653f\u548c\u6709\u9650\u7684\u79d1\u5b66\u5ba1\u67e5\u3002 \u5728\u6536\u5230\u7533\u8bf7\u8d44\u6599\u540e45\u5929\u5185\uff0cFDA\u5c06\u901a\u77e5\u7533\u8bf7\u4ebaPMA\u662f\u5426\u5df2\u5907\u6848\u3002\u4ece\u7533\u8bf7\u65e5\u8d77\uff0cFDA\u53ef\u80fd\u5bf9PMA\u8fdb\u884c\u957f\u8fbe180\u5929\u7684\u5ba1\u67e5\u3002 \u6b65\u9aa42 -\u6df1\u5165\u5ba1\u67e5 \u63d0\u4ea4PMA\u540e\uff0cFDA\u7ee7\u7eed\u5bf9\u79d1\u5b66\u548c\u4e34\u5e8a\u6570\u636e\u8fdb\u884c\u6df1\u5165\u5ba1\u67e5\u3002PMA\u7533\u8bf7\u4eba\u5e94\u8bb0\u5f55\u975e\u4e34\u5e8a\u5b9e\u9a8c\u5ba4\u7814\u7a76\u548c\u4e34\u5e8a\u8c03\u67e5\u7684\u6570\u636e\u548c\u4fe1\u606f\uff0c\u8bc1\u660eIII\u7c7b\u5668\u68b0\u7684\u5b89\u5168\u6027\u548c\u6709\u6548\u6027\u3002 FDA\u5c06\u901a\u77e5PMA\u7533\u8bf7\u4eba\u5b8c\u6210\u5ba1\u67e5\u8fc7\u7a0b\u6240\u9700\u7684\u4efb\u4f55\u989d\u5916\u4fe1\u606f\u3002\u5728\u63d0\u4ea4\u7533\u8bf7\u540e100\u5929\u5185\uff0c\u7533\u8bf7\u4eba\u53ef\u4ee5\u8981\u6c42\u4e0eFDA\u4f1a\u9762\uff0c\u8ba8\u8bbaPMA\u7684\u5ba1\u67e5\u72b6\u6001\u3002 \u6b65\u9aa43\u2013\u5c0f\u7ec4\u8bc4\u5ba1 FDA\u53ef\u80fd\u4f1a\u5c06PMA\u63d0\u4ea4\u7ed9\u54a8\u8be2\u59d4\u5458\u4f1a\u8fdb\u884c\u5ba1\u67e5\u548c\u5efa\u8bae\u3002\u300a\u7f8e\u56fd\u8054\u90a6\u6cd5\u5178\u300b\u7b2c21\u7ae0\u7b2c14\u90e8\u5206\u8981\u6c42\u59d4\u5458\u4f1a\u4e3e\u884c\u4e00\u6b21\u516c\u5f00\u4f1a\u8bae\u6765\u5ba1\u67e5PMA\u3002\u7136\u540e\uff0c\u54a8\u8be2\u59d4\u5458\u4f1a\u5fc5\u987b\u5411\u5fc5\u987b\u5411FDA\u63d0\u4ea4\u4ed6\u4eec\u5bf9PMA\u7684\u5efa\u8bae\u3002 \u6b65\u9aa44 &#8211; FDA\u51b3\u5b9a\u7684\u6700\u7ec8\u5ba1\u8bae\u3001\u8bb0\u5f55\u548c\u901a\u77e5\u3002 FDA\u8003\u8651\u4e13\u5bb6\u5c0f\u7ec4\u7684\u5efa\u8bae\uff0c\u505a\u51fa\u6700\u7ec8\u51b3\u5b9a\uff0c\u6216\u8005\u8981\u6c42\u7533\u8bf7\u4eba\u63d0\u4f9b\u66f4\u591a\u4fe1\u606f\uff0c\u6216\u8005\u901a\u77e5\u7533\u8bf7\u4ebaFDA\u662f\u5426\u5df2\u7ecf\u6279\u51c6PMA\u3002 \u83b7\u5f97FDA\u5408\u89c4\u65b9\u9762\u7684\u5e2e\u52a9\u3002 Registrar Corp\u7684\u6cd5\u89c4\u4e13\u5bb6\u5e2e\u52a9\u516c\u53f8\u9075\u5b88FDA\u7684\u8981\u6c42\uff0c\u5305\u62ec\u533b\u7597\u5668\u68b0\u6cd5\u89c4\u3002\u6211\u4eec\u53ef\u4ee5\u56de\u7b54\u60a8\u5173\u4e8e\u63d0\u4ea4PMA\u7684\u95ee\u9898\u4ee5\u53ca\u66f4\u591a\u5176\u4ed6\u95ee\u9898\u3002 \u6b32\u4e86\u89e3\u66f4\u591a\u4fe1\u606f\uff0c\u8bf7\u81f4\u7535+1-757-224-0177\uff0c\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u81f3info@registrarcorp.com\u8054\u7cfb\u6211\u4eec\uff0c\u6216\u901a\u8fc7regstaging.wpengine.com\/livechat\u4e0e\u6211\u4eec\u5168\u5929\u5019\u5728\u7ebf\u7684\u6cd5\u89c4\u987e\u95ee\u5373\u65f6\u804a\u5929\u3002 \u83b7\u5f97\u5e2e\u52a9"}