{"product_id":"full-china-coordination","title":"Patient Visit Coordination Package","description":"\u003csection class=\"sm-visit-package\"\u003e\n  \u003cstyle\u003e\n    .sm-visit-package {\n      --sm-primary: #0f766e;\n      --sm-primary-dark: #115e59;\n      --sm-primary-soft: #ccfbf1;\n      --sm-blue: #2563eb;\n      --sm-blue-soft: #dbeafe;\n      --sm-navy: #0f172a;\n      --sm-muted: #64748b;\n      --sm-line: #e2e8f0;\n      --sm-bg: #f8fafc;\n      --sm-card: #ffffff;\n      --sm-warn-bg: #fff7ed;\n      --sm-warn-border: #fed7aa;\n      --sm-warn-text: #7c2d12;\n      color: var(--sm-navy);\n      font-family: inherit;\n      line-height: 1.65;\n    }\n\n    .sm-visit-package * {\n      box-sizing: border-box;\n    }\n\n    .sm-visit-wrap {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 48px 20px;\n    }\n\n    .sm-title-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 20px;\n      margin: 0 0 34px;\n      color: var(--sm-navy);\n      font-size: 18px;\n      font-weight: 900;\n      line-height: 1.2;\n      letter-spacing: .02em;\n      text-align: center;\n      text-transform: uppercase;\n    }\n\n    .sm-title-divider::before,\n    .sm-title-divider::after {\n      content: \"\";\n      flex: 1;\n      height: 2px;\n      background: var(--sm-navy);\n      opacity: .95;\n    }\n\n    .sm-title-divider span {\n      flex: 0 0 auto;\n      white-space: nowrap;\n    }\n\n    .sm-visit-hero {\n      display: grid;\n      grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);\n      grid-template-areas:\n        \"kicker kicker\"\n        \"title title\"\n        \"copy card\"\n        \"points card\";\n      gap: 18px 42px;\n      align-items: start;\n      padding: 48px;\n      border-radius: 32px;\n      background:\n        radial-gradient(circle at 86% 18%, rgba(204, 251, 241, 0.25), transparent 34%),\n        linear-gradient(135deg, rgba(15, 118, 110, 0.97), rgba(15, 23, 42, 0.96));\n      color: #fff;\n      overflow: hidden;\n      position: relative;\n    }\n\n    .sm-visit-hero::after {\n      content: \"\";\n      position: absolute;\n      width: 300px;\n      height: 300px;\n      right: -90px;\n      top: -110px;\n      border-radius: 999px;\n      background: rgba(255, 255, 255, .08);\n    }\n\n    .sm-kicker {\n      grid-area: kicker;\n      justify-self: start;\n      display: inline-flex;\n      align-items: center;\n      padding: 7px 14px;\n      border: 1px solid rgba(204, 251, 241, 0.55);\n      background: rgba(204, 251, 241, 0.14);\n      border-radius: 999px;\n      color: #ccfbf1;\n      font-size: 13px;\n      font-weight: 900;\n    }\n\n    .sm-visit-hero h1 {\n      grid-area: title;\n      max-width: 1080px;\n      font-size: clamp(38px, 4.2vw, 56px);\n      line-height: 1.08;\n      letter-spacing: -0.045em;\n      margin: 0;\n      color: #fff;\n      position: relative;\n      z-index: 1;\n    }\n\n    .sm-visit-hero p {\n      grid-area: copy;\n      max-width: 620px;\n      color: #dbeafe;\n      font-size: 18px;\n      margin: 0 0 6px;\n      position: relative;\n      z-index: 1;\n    }\n\n    .sm-hero-points {\n      grid-area: points;\n      max-width: 640px;\n      display: grid;\n      gap: 10px;\n      margin-top: 8px;\n      position: relative;\n      z-index: 1;\n    }\n\n    .sm-hero-point {\n      display: grid;\n      grid-template-columns: 26px 1fr;\n      gap: 10px;\n      align-items: start;\n      color: #ecfeff;\n      font-size: 15px;\n    }\n\n    .sm-hero-point b {\n      width: 26px;\n      height: 26px;\n      border-radius: 50%;\n      display: block;\n      text-align: center;\n      line-height: 26px;\n      background: rgba(204, 251, 241, 0.18);\n      color: #ccfbf1;\n      font-size: 13px;\n      font-weight: 900;\n    }\n\n    .sm-package-card {\n      grid-area: card;\n      position: relative;\n      z-index: 1;\n      background: rgba(255, 255, 255, .96);\n      color: var(--sm-navy);\n      border-radius: 28px;\n      padding: 30px;\n      box-shadow: 0 24px 70px rgba(0, 0, 0, .18);\n      align-self: start;\n      margin-top: 10px;\n    }\n\n    .sm-price-label {\n      color: var(--sm-muted);\n      font-weight: 900;\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: .06em;\n    }\n\n    .sm-price {\n      font-size: 54px;\n      font-weight: 950;\n      letter-spacing: -0.06em;\n      margin: 4px 0 6px;\n      color: var(--sm-navy);\n    }\n\n    .sm-price-note {\n      color: var(--sm-muted);\n      font-size: 14px;\n      margin-bottom: 18px;\n    }\n\n    .sm-card-note {\n      padding: 16px;\n      border-radius: 18px;\n      background: #ecfdf5;\n      color: #166534;\n      border: 1px solid #bbf7d0;\n      font-size: 14px;\n      font-weight: 700;\n    }\n\n    .sm-section {\n      margin-top: 56px;\n    }\n\n    .sm-section-head {\n      margin-bottom: 28px;\n    }\n\n    .sm-section-head h2 {\n      font-size: clamp(28px, 3.2vw, 42px);\n      line-height: 1.12;\n      letter-spacing: -0.04em;\n      margin: 0 0 14px;\n      color: var(--sm-navy);\n    }\n\n    .sm-section-head p {\n      color: var(--sm-muted);\n      font-size: 17px;\n      margin: 0;\n    }\n\n    .sm-grid-3 {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n    }\n\n    .sm-grid-2 {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 22px;\n    }\n\n    .sm-card {\n      background: var(--sm-card);\n      border: 1px solid var(--sm-line);\n      border-radius: 22px;\n      padding: 24px;\n      box-shadow: 0 12px 34px rgba(15, 23, 42, .05);\n    }\n\n    .sm-icon {\n      float: left;\n      margin-right: 15px;\n      width: 46px;\n      height: 46px;\n      border-radius: 16px;\n      background: var(--sm-primary-soft);\n      color: var(--sm-primary-dark);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 950;\n      margin-bottom: 16px;\n      font-size: 20px;\n    }\n\n    .sm-card h3 {\n      font-size: 19px;\n      margin: 0 0 10px;\n      line-height: 1.25;\n      color: var(--sm-navy);\n    }\n\n    .sm-card p {\n      clear: left;\n      color: var(--sm-muted);\n      margin: 0;\n      font-size: 15px;\n    }\n\n    .sm-included-box {\n      background: var(--sm-bg);\n      border-radius: 28px;\n      padding: 34px;\n      border: 1px solid var(--sm-line);\n    }\n\n    .sm-list {\n      display: grid;\n      gap: 14px;\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .sm-list li {\n      display: grid;\n      grid-template-columns: 28px 1fr;\n      gap: 12px;\n      align-items: start;\n      padding: 16px;\n      border: 1px solid var(--sm-line);\n      border-radius: 18px;\n      background: #fff;\n    }\n\n    .sm-check {\n      width: 28px;\n      height: 28px;\n      min-width: 28px;\n      border-radius: 50%;\n      background: var(--sm-primary);\n      color: #fff !important;\n      display: block;\n      font-size: 16px;\n      font-weight: 900;\n      line-height: 28px;\n      text-align: center;\n      padding: 0;\n      margin-top: 0;\n    }\n\n    .sm-list strong {\n      display: block;\n      margin-bottom: 3px;\n      color: var(--sm-navy);\n      font-size: 16px;\n    }\n\n    .sm-list span {\n      display: block;\n      color: var(--sm-muted);\n      font-size: 14px;\n    }\n\n    .sm-process {\n      display: grid;\n      gap: 14px;\n    }\n\n    .sm-process-item {\n      display: grid;\n      grid-template-columns: 56px 1fr;\n      gap: 16px;\n      align-items: start;\n      background: #fff;\n      border: 1px solid var(--sm-line);\n      border-radius: 20px;\n      padding: 18px;\n    }\n\n    .sm-process-num {\n      width: 48px;\n      height: 48px;\n      border-radius: 16px;\n      background: var(--sm-primary);\n      color: #fff;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 950;\n      font-size: 18px;\n    }\n\n    .sm-process-item h3 {\n      margin: 2px 0 5px;\n      font-size: 18px;\n      color: var(--sm-navy);\n    }\n\n    .sm-process-item p {\n      margin: 0;\n      color: var(--sm-muted);\n      font-size: 15px;\n    }\n\n    .sm-bundle {\n      display: grid;\n      grid-template-columns: 0.92fr 1.08fr;\n      gap: 22px;\n      align-items: stretch;\n    }\n\n    .sm-bundle-card {\n      border-radius: 24px;\n      border: 1px solid var(--sm-line);\n      background: #fff;\n      padding: 24px;\n      box-shadow: 0 12px 34px rgba(15, 23, 42, .05);\n    }\n\n    .sm-bundle-card h3 {\n      margin: 0 0 10px;\n      font-size: 24px;\n      line-height: 1.15;\n      color: var(--sm-navy);\n    }\n\n    .sm-bundle-card p {\n      margin: 0 0 16px;\n      color: var(--sm-muted);\n      font-size: 15px;\n    }\n\n    .sm-bundle-card.highlight {\n      background: linear-gradient(135deg, #ecfdf5, #eff6ff);\n      border-color: #bbf7d0;\n    }\n\n    .sm-mini-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      display: grid;\n      gap: 10px;\n    }\n\n    .sm-mini-list li {\n      display: grid;\n      grid-template-columns: 22px 1fr;\n      gap: 10px;\n      color: #334155;\n      font-size: 14px;\n    }\n\n    .sm-mini-list li::before {\n      content: \"✓\";\n      width: 22px;\n      height: 22px;\n      border-radius: 50%;\n      background: #d1fae5;\n      color: var(--sm-primary);\n      display: block;\n      text-align: center;\n      line-height: 22px;\n      font-weight: 900;\n      font-size: 12px;\n    }\n\n    .sm-compare {\n      width: 100%;\n      border-collapse: collapse;\n      background: #fff;\n      overflow: hidden;\n      border-radius: 20px;\n      box-shadow: 0 12px 34px rgba(15, 23, 42, .05);\n    }\n\n    .sm-compare th,\n    .sm-compare td {\n      padding: 16px;\n      border-bottom: 1px solid var(--sm-line);\n      text-align: left;\n      vertical-align: top;\n    }\n\n    .sm-compare th {\n      background: var(--sm-navy);\n      color: #fff;\n      font-weight: 800;\n    }\n\n    .sm-compare tr:last-child td {\n      border-bottom: 0;\n    }\n\n    .sm-compare td:first-child {\n      font-weight: 800;\n      color: var(--sm-navy);\n      width: 26%;\n    }\n\n    .sm-warning {\n      background: var(--sm-warn-bg);\n      color: var(--sm-warn-text);\n      border: 1px solid var(--sm-warn-border);\n      border-radius: 22px;\n      padding: 22px;\n    }\n\n    .sm-warning strong {\n      display: block;\n      margin-bottom: 8px;\n      color: #9a3412;\n    }\n\n    .sm-faq details {\n      background: #fff;\n      border: 1px solid var(--sm-line);\n      border-radius: 18px;\n      padding: 18px 20px;\n      margin-bottom: 12px;\n    }\n\n    .sm-faq summary {\n      cursor: pointer;\n      font-weight: 900;\n      color: var(--sm-navy);\n    }\n\n    .sm-faq p {\n      color: var(--sm-muted);\n      margin: 12px 0 0;\n    }\n\n    @media (max-width: 920px) {\n      .sm-visit-hero {\n        grid-template-columns: 1fr;\n        grid-template-areas:\n          \"kicker\"\n          \"title\"\n          \"copy\"\n          \"points\"\n          \"card\";\n      }\n\n      .sm-grid-2,\n      .sm-bundle {\n        grid-template-columns: 1fr;\n      }\n\n      .sm-grid-3 {\n        grid-template-columns: 1fr;\n      }\n\n      .sm-visit-hero {\n        padding: 34px 24px;\n      }\n\n      .sm-package-card {\n        margin-top: 8px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      .sm-visit-wrap {\n        padding: 32px 16px;\n      }\n\n      .sm-visit-hero h1 {\n        font-size: clamp(34px, 10vw, 44px);\n      }\n\n      .sm-price {\n        font-size: 44px;\n      }\n\n      .sm-included-box {\n        padding: 20px;\n      }\n\n      .sm-compare {\n        display: block;\n        overflow-x: auto;\n        white-space: nowrap;\n      }\n\n      .sm-title-divider {\n        gap: 12px;\n        font-size: 16px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"sm-visit-wrap\"\u003e\n    \u003cdiv class=\"sm-title-divider\"\u003e\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"sm-visit-hero\"\u003e\n      \u003cdiv class=\"sm-kicker\"\u003ePATIENT VISIT · China Medical Coordination\u003c\/div\u003e\n\n      \u003ch1\u003eTravel to China with hospital access, interpreter support and on-site medical coordination.\u003c\/h1\u003e\n\n      \u003cp\u003e\n        The Patient Visit Coordination Package is designed for international patients who need more than an online opinion.\n        It includes the core Online Standard service, then adds airport pickup, bilingual hospital accompaniment,\n        appointment coordination, local setup and post-treatment follow-up.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sm-hero-points\"\u003e\n        \u003cdiv class=\"sm-hero-point\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e\u003cspan\u003eIncludes the Online Standard written opinion and ordinary appointment consultation pathway.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"sm-hero-point\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e\u003cspan\u003eOn-site bilingual interpreter and hospital accompaniment during your China visit.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"sm-hero-point\"\u003e\n\u003cb\u003e✓\u003c\/b\u003e\u003cspan\u003eLocal support for transport, accommodation, payment, documents, SIM, WeChat and Alipay setup.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sm-package-card\"\u003e\n        \u003cdiv class=\"sm-price-label\"\u003eChina visit coordination\u003c\/div\u003e\n        \u003cdiv class=\"sm-price\"\u003eFrom $1,599\u003c\/div\u003e\n        \u003cdiv class=\"sm-price-note\"\u003e\n          Best for patients who plan to come to China for in-person hospital consultation, examination or treatment planning.\n        \u003c\/div\u003e\n        \u003cdiv class=\"sm-card-note\"\u003e\n          Includes Online Standard service foundation plus on-site coordination support in China.\n          Hospital fees, treatment fees, flights and accommodation are not included.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"sm-section\"\u003e\n      \u003cdiv class=\"sm-section-head\"\u003e\n        \u003ch2\u003eWho this package is for\u003c\/h2\u003e\n        \u003cp\u003e\n          This package is for patients and families who are ready to move from online review to a real hospital visit in China.\n          The goal is to reduce confusion during arrival, registration, consultation, translation, payment and follow-up.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sm-grid-3\"\u003e\n        \u003cdiv class=\"sm-card\"\u003e\n          \u003cdiv class=\"sm-icon\"\u003e1\u003c\/div\u003e\n          \u003ch3\u003eYou plan to visit China\u003c\/h3\u003e\n          \u003cp\u003e\n            You already want an in-person hospital route and need practical support for arrival, hospital navigation and local arrangements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sm-card\"\u003e\n          \u003cdiv class=\"sm-icon\"\u003e2\u003c\/div\u003e\n          \u003ch3\u003eYou need bilingual hospital support\u003c\/h3\u003e\n          \u003cp\u003e\n            You do not want to face registration desks, department routing, payment counters and doctor communication alone.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sm-card\"\u003e\n          \u003cdiv class=\"sm-icon\"\u003e3\u003c\/div\u003e\n          \u003ch3\u003eYou need continuity after consultation\u003c\/h3\u003e\n          \u003cp\u003e\n            You want the hospital visit, translated documents and online follow-up to connect into one clear patient journey.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"sm-section\"\u003e\n      \u003cdiv class=\"sm-section-head\"\u003e\n        \u003ch2\u003eThis package includes the $299 Online Standard foundation\u003c\/h2\u003e\n        \u003cp\u003e\n          Before the patient arrives, we first prepare the medical case and coordinate the online second-opinion \/ ordinary appointment pathway.\n          The visit package is not a standalone travel service; it is built on medical preparation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sm-bundle\"\u003e\n        \u003cdiv class=\"sm-bundle-card highlight\"\u003e\n          \u003ch3\u003eIncluded foundation\u003c\/h3\u003e\n          \u003cp\u003e\n            The Patient Visit Package includes the core Online Standard service items, so the hospital visit starts with organized records and a clearer specialist direction.\n          \u003c\/p\u003e\n          \u003cul class=\"sm-mini-list\"\u003e\n            \u003cli\u003eMedical record collection and bilingual dossier\u003c\/li\u003e\n            \u003cli\u003eDocument translation for Chinese-side review\u003c\/li\u003e\n            \u003cli\u003eSpecialist matching to the patient’s condition\u003c\/li\u003e\n            \u003cli\u003eNamed Grade-3A specialist written opinion \/ second opinion pathway\u003c\/li\u003e\n            \u003cli\u003ePreliminary written consultation and comprehensive evaluation report\u003c\/li\u003e\n            \u003cli\u003eOrdinary appointment consultation coordination\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sm-bundle-card\"\u003e\n          \u003ch3\u003eWhat gets added for the China visit\u003c\/h3\u003e\n          \u003cp\u003e\n            After the online preparation, we add local arrival support, hospital accompaniment, interpretation, payment assistance and follow-up coordination.\n          \u003c\/p\u003e\n          \u003cul class=\"sm-mini-list\"\u003e\n            \u003cli\u003eAirport pickup and transfer coordination\u003c\/li\u003e\n            \u003cli\u003eIn-hospital bilingual interpreter and accompaniment\u003c\/li\u003e\n            \u003cli\u003eHospital navigation and appointment coordination\u003c\/li\u003e\n            \u003cli\u003eAccommodation support and booking assistance\u003c\/li\u003e\n            \u003cli\u003eSIM card, WeChat and Alipay setup support\u003c\/li\u003e\n            \u003cli\u003eEmergency support line during the service period\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"sm-section\" id=\"visit-included\"\u003e\n      \u003cdiv class=\"sm-section-head\"\u003e\n        \u003ch2\u003eWhat is included in the Patient Visit Coordination Package\u003c\/h2\u003e\n        \u003cp\u003e\n          This package focuses on real-world execution: getting the patient from arrival to hospital consultation, local setup,\n          document handling and post-treatment online follow-up.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sm-included-box\"\u003e\n        \u003cul class=\"sm-list\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eAirport pickup \u0026amp; transfer\u003c\/strong\u003e\n              \u003cspan\u003e\n                We coordinate airport pickup and transfer to your hotel or agreed destination, helping the patient and family start the visit with less uncertainty after arrival.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eIn-hospital bilingual interpreter \u0026amp; accompaniment\u003c\/strong\u003e\n              \u003cspan\u003e\n                A bilingual assistant accompanies you during the hospital visit to help with communication, department routing, registration steps and basic patient-side explanation.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eHospital navigation \u0026amp; appointment coordination\u003c\/strong\u003e\n              \u003cspan\u003e\n                We help coordinate the appointment path, hospital visit sequence, department check-in, waiting process and next-step communication after consultation.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eAccommodation support \u0026amp; booking\u003c\/strong\u003e\n              \u003cspan\u003e\n                We assist with hotel or accommodation options based on hospital location, visit duration, family needs and practical transport convenience.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eSIM card + WeChat \/ Alipay setup\u003c\/strong\u003e\n              \u003cspan\u003e\n                We help with basic local communication and payment readiness, including SIM card support and WeChat \/ Alipay setup guidance where available.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003ePayment assistance at the hospital\u003c\/strong\u003e\n              \u003cspan\u003e\n                We guide patients through hospital payment counters, deposit procedures and payment-related communication.\n                Hospital bills are paid directly by the patient to the hospital.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eOn-site medical document translation\u003c\/strong\u003e\n              \u003cspan\u003e\n                During the visit, we help translate key hospital instructions, appointment notes, examination directions and important medical documents for patient understanding.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eEmergency support line\u003c\/strong\u003e\n              \u003cspan\u003e\n                A support contact is available during the agreed service period for urgent coordination needs related to the hospital visit, local communication or service logistics.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003ePost-treatment follow-up online\u003c\/strong\u003e\n              \u003cspan\u003e\n                After the hospital visit or treatment stage, we help organize follow-up questions, online communication and next-step guidance based on hospital instructions.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"sm-section\"\u003e\n      \u003cdiv class=\"sm-section-head\"\u003e\n        \u003ch2\u003eHow the China visit coordination process works\u003c\/h2\u003e\n        \u003cp\u003e\n          The process is designed to connect online preparation with real hospital execution, so the patient does not arrive in China without a clear route.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sm-process\"\u003e\n        \u003cdiv class=\"sm-process-item\"\u003e\n          \u003cdiv class=\"sm-process-num\"\u003e1\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eOnline case preparation\u003c\/h3\u003e\n            \u003cp\u003e\n              We collect records, prepare the bilingual dossier, translate key documents, match the specialist direction and coordinate the ordinary consultation pathway.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sm-process-item\"\u003e\n          \u003cdiv class=\"sm-process-num\"\u003e2\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eVisit planning before departure\u003c\/h3\u003e\n            \u003cp\u003e\n              We help plan the arrival route, hospital schedule, appointment sequence, accommodation options and practical documents needed for the visit.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sm-process-item\"\u003e\n          \u003cdiv class=\"sm-process-num\"\u003e3\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eArrival and local setup\u003c\/h3\u003e\n            \u003cp\u003e\n              We coordinate airport pickup, transfer, communication setup, payment readiness and local orientation before the hospital visit begins.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sm-process-item\"\u003e\n          \u003cdiv class=\"sm-process-num\"\u003e4\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eHospital visit accompaniment\u003c\/h3\u003e\n            \u003cp\u003e\n              We assist with hospital navigation, appointment coordination, bilingual interpretation, payment process and document translation on site.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sm-process-item\"\u003e\n          \u003cdiv class=\"sm-process-num\"\u003e5\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eFollow-up after consultation or treatment\u003c\/h3\u003e\n            \u003cp\u003e\n              We organize online follow-up, help clarify next-step questions and support patient-side understanding of hospital instructions.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"sm-section\"\u003e\n      \u003cdiv class=\"sm-grid-2\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"sm-section-head\"\u003e\n            \u003ch2\u003eWhat you receive\u003c\/h2\u003e\n            \u003cp\u003e\n              The final value is not only one hospital visit. It is a coordinated patient journey from online preparation to China arrival, hospital consultation and follow-up.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cul class=\"sm-list\"\u003e\n            \u003cli\u003e\n              \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003ePrepared medical case before arrival\u003c\/strong\u003e\n                \u003cspan\u003eA bilingual dossier, specialist matching direction and ordinary consultation coordination foundation from the Online Standard package.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eOn-site hospital support in China\u003c\/strong\u003e\n                \u003cspan\u003eInterpreter accompaniment, hospital navigation, appointment coordination, payment assistance and document translation.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003eLocal life and communication setup\u003c\/strong\u003e\n                \u003cspan\u003eAirport transfer, accommodation support, SIM card, WeChat \/ Alipay setup and emergency support line during the service period.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cspan class=\"sm-check\"\u003e✓\u003c\/span\u003e\n              \u003cdiv\u003e\n                \u003cstrong\u003ePost-treatment online follow-up\u003c\/strong\u003e\n                \u003cspan\u003eFollow-up question organization and online coordination after hospital consultation, examination or treatment stage.\u003c\/span\u003e\n              \u003c\/div\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cdiv class=\"sm-section-head\"\u003e\n            \u003ch2\u003eWhat this package is not\u003c\/h2\u003e\n            \u003cp\u003e\n              The package provides coordination and patient-side support. It does not include hospital treatment fees or guarantee medical outcomes.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sm-warning\"\u003e\n            \u003cstrong\u003eImportant medical limitation\u003c\/strong\u003e\n            This service is medical coordination, translation and visit support. We are not a hospital and do not provide diagnosis,\n            prescriptions, treatment decisions or treatment guarantees. Final medical decisions must be made by licensed doctors and hospitals.\n            Emergency medical conditions should be handled through local emergency services or hospital emergency departments immediately.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"sm-section\"\u003e\n      \u003cdiv class=\"sm-section-head\"\u003e\n        \u003ch2\u003ePatient Visit vs other packages\u003c\/h2\u003e\n        \u003cp\u003e\n          This is the first package designed for patients who are actually coming to China. It includes the online medical preparation layer and adds real on-ground support.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003ctable class=\"sm-compare\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePackage\u003c\/th\u003e\n            \u003cth\u003eBest for\u003c\/th\u003e\n            \u003cth\u003eMain value\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHospital Matching Report\u003c\/td\u003e\n            \u003ctd\u003eEarly-stage decision making\u003c\/td\u003e\n            \u003ctd\u003eFeasibility screening, named hospital and department direction, indicative cost and next-step plan.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eOnline Standard Package\u003c\/td\u003e\n            \u003ctd\u003ePatients needing written specialist input before travel\u003c\/td\u003e\n            \u003ctd\u003eRecord collection, bilingual dossier, translation, specialist matching, written opinion, evaluation report and appointment options.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePatient Visit Coordination Package\u003c\/td\u003e\n            \u003ctd\u003ePatients coming to China for in-person hospital care\u003c\/td\u003e\n            \u003ctd\u003eIncludes Online Standard foundation, plus airport pickup, interpreter accompaniment, hospital navigation, payment assistance, local setup and follow-up support.\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"sm-section sm-faq\"\u003e\n      \u003cdiv class=\"sm-section-head\"\u003e\n        \u003ch2\u003eFAQ\u003c\/h2\u003e\n        \u003cp\u003e\n          Common questions before purchasing the Patient Visit Coordination Package.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes this package include the $299 Online Standard service?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. This package includes the core Online Standard foundation, including medical record organization,\n          bilingual dossier preparation, document translation, specialist matching and ordinary appointment consultation coordination.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre hospital fees included in the $1,599 package?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. Hospital registration fees, examination fees, treatment fees, medication, surgery, inpatient deposits, flights and accommodation costs\n          are paid separately by the patient. The package fee is for coordination, interpretation and support services.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan you guarantee that a hospital will accept my case?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. We can help prepare documents, coordinate the route and communicate with hospital-side resources,\n          but final case acceptance depends on the hospital, department, doctor availability, medical condition and required treatment.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat does in-hospital accompaniment include?\u003c\/summary\u003e\n        \u003cp\u003e\n          It may include registration guidance, department navigation, communication assistance, basic interpretation,\n          payment counter assistance, document handling and helping the patient understand the hospital process.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the emergency support line a medical emergency service?\u003c\/summary\u003e\n        \u003cp\u003e\n          No. The emergency support line is for urgent coordination and communication needs during the service period.\n          For medical emergencies, patients should contact local emergency services or go to the hospital emergency department immediately.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan you help with hotel booking?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. We can provide accommodation support and booking assistance based on hospital location, expected visit length,\n          family needs and convenience. Hotel costs are paid separately by the patient.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Synmedi","offers":[{"title":"Default Title","offer_id":54153803595989,"sku":null,"price":1299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/3003\/6181\/files\/visit.png?v=1783563151","url":"https:\/\/synmedi.com\/products\/full-china-coordination","provider":"Synmedi","version":"1.0","type":"link"}