{"id":664,"date":"2025-07-05T03:11:10","date_gmt":"2025-07-05T03:11:10","guid":{"rendered":"https:\/\/easyaccsoft.com\/webdesign\/?p=664"},"modified":"2025-07-05T03:15:33","modified_gmt":"2025-07-05T03:15:33","slug":"664","status":"publish","type":"post","link":"https:\/\/easyaccsoft.com\/webdesign\/2025\/07\/05\/664\/","title":{"rendered":"Building Acupuncture Clinic Management System Guide"},"content":{"rendered":"\n<p>Building a system for an acupuncture clinic involves integrating several components to manage patient records, appointments, treatments, billing, and possibly telehealth features. Here&#8217;s a step-by-step guide to help you design and implement such a system:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Define Requirements<\/strong><\/h3>\n\n\n\n<p>First, identify the clinic&#8217;s needs:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Patient Management<\/strong>: Registration, medical history, treatment records.<\/li>\n\n\n\n<li><strong>Appointment Scheduling<\/strong>: Online booking, reminders, calendar management.<\/li>\n\n\n\n<li><strong>Treatment Tracking<\/strong>: Acupuncture points used, notes, progress.<\/li>\n\n\n\n<li><strong>Billing &amp; Payments<\/strong>: Invoices, insurance claims, payment processing.<\/li>\n\n\n\n<li><strong>Inventory Management<\/strong>: Supplies (needles, herbs, etc.).<\/li>\n\n\n\n<li><strong>Reporting<\/strong>: Patient progress, financial reports.<\/li>\n\n\n\n<li><strong>Telehealth (Optional)<\/strong>: Remote consultations.<\/li>\n\n\n\n<li><strong>Security &amp; Compliance<\/strong>: HIPAA\/GDPR compliance for patient data.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Choose a Development Approach<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Option A: Custom Software Development<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Pros<\/strong>: Tailored to your exact needs, scalable.<\/li>\n\n\n\n<li><strong>Cons<\/strong>: Higher cost, longer development time.<\/li>\n\n\n\n<li><strong>Tech Stack<\/strong>:<\/li>\n\n\n\n<li><strong>Frontend<\/strong>: React, Angular, or Vue.js (for web apps); Swift\/Kotlin (for mobile).<\/li>\n\n\n\n<li><strong>Backend<\/strong>: Node.js, Python (Django\/Flask), or Ruby on Rails.<\/li>\n\n\n\n<li><strong>Database<\/strong>: PostgreSQL or MySQL (for relational data); Firebase (for simplicity).<\/li>\n\n\n\n<li><strong>Hosting<\/strong>: AWS, Google Cloud, or Azure.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Option B: Use Existing Clinic Management Software<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Pros<\/strong>: Faster deployment, lower cost.<\/li>\n\n\n\n<li><strong>Cons<\/strong>: Less customization.<\/li>\n\n\n\n<li><strong>Examples<\/strong>:<\/li>\n\n\n\n<li><strong>Jane App<\/strong> (for appointments and charting).<\/li>\n\n\n\n<li><strong>AcuBase<\/strong> (acupuncture-specific EHR).<\/li>\n\n\n\n<li><strong>SimplePractice<\/strong> (general wellness clinics).<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Option C: Hybrid (Custom + Existing Tools)<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use tools like <strong>Calendly<\/strong> for appointments + <strong>Airtable<\/strong> for patient tracking + <strong>Square<\/strong> for billing.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Key Features to Implement<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Patient Management<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Profile creation (name, contact, medical history).<\/li>\n\n\n\n<li>Treatment history (dates, points used, practitioner notes).<\/li>\n\n\n\n<li>Photo uploads (e.g., tongue diagnosis).<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Appointment Scheduling<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Online booking portal.<\/li>\n\n\n\n<li>Automated reminders (SMS\/email).<\/li>\n\n\n\n<li>Practitioner availability management.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Treatment Documentation<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Templates for common conditions (e.g., &#8220;Back Pain&#8221; with predefined point combinations).<\/li>\n\n\n\n<li>Progress tracking (pain levels, symptoms).<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Billing &amp; Insurance<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Invoice generation.<\/li>\n\n\n\n<li>Insurance claim support (if applicable).<\/li>\n\n\n\n<li>Payment integration (Stripe, PayPal).<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Inventory<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Track needles, herbs, etc.<\/li>\n\n\n\n<li>Low-stock alerts.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Reporting<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Financial reports (revenue, expenses).<\/li>\n\n\n\n<li>Patient outcomes (e.g., % improvement per condition).<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Data Security &amp; Compliance<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Encrypt patient data (in transit and at rest).<\/li>\n\n\n\n<li>Role-based access (e.g., practitioners vs. receptionists).<\/li>\n\n\n\n<li>Audit logs for data changes.<\/li>\n\n\n\n<li>HIPAA\/GDPR compliance (if applicable).<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Development Steps<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Prototype<\/strong>: Start with a basic version (e.g., appointment scheduling + patient records).<\/li>\n\n\n\n<li><strong>Feedback<\/strong>: Test with staff and iterate.<\/li>\n\n\n\n<li><strong>Scale<\/strong>: Add features like billing or inventory.<\/li>\n\n\n\n<li><strong>Deploy<\/strong>: Host on a secure server or cloud platform.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>6. Cost Estimate<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Custom Software<\/strong>: $10,000\u2013$50,000+ (depending on features).<\/li>\n\n\n\n<li><strong>Existing Software<\/strong>: $50\u2013$300\/month (subscription-based).<\/li>\n\n\n\n<li><strong>Hybrid Approach<\/strong>: $1,000\u2013$5,000 (for integrations + setup).<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>7. Recommended Tools (No-Code\/Low-Code Options)<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Appointment Scheduling<\/strong>: Calendly, Acuity.<\/li>\n\n\n\n<li><strong>Patient Records<\/strong>: Airtable, Notion (with HIPAA-compliant setup).<\/li>\n\n\n\n<li><strong>Billing<\/strong>: Square, QuickBooks.<\/li>\n\n\n\n<li><strong>Forms<\/strong>: JotForm (HIPAA-compliant forms).<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>8. Example Workflow<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Patient books online \u2192 receives confirmation email.<\/li>\n\n\n\n<li>Practitioner accesses patient history pre-session.<\/li>\n\n\n\n<li>Treatment notes are logged (e.g., &#8220;LI4, LV3 for headache&#8221;).<\/li>\n\n\n\n<li>Invoice is auto-generated post-session.<\/li>\n\n\n\n<li>Patient receives follow-up survey.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>9. Optional Enhancements<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Mobile App<\/strong>: For patients to book\/view records.<\/li>\n\n\n\n<li><strong>AI Suggestions<\/strong>: Recommend points based on symptoms (requires training data).<\/li>\n\n\n\n<li><strong>Integration with Wearables<\/strong>: Pull health data (e.g., sleep\/stress levels).<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>10. Maintenance Plan<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Regular backups.<\/li>\n\n\n\n<li>Software updates.<\/li>\n\n\n\n<li>Staff training.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Would you like help designing a database schema or wireframes for the system? Or are you looking for recommendations on specific tools? Let me know how you&#8217;d like to proceed!<\/p>\n\n\n\n<p>Great! I&#8217;ll design a <strong>MySQL database schema<\/strong> for your acupuncture clinic system using <strong>PHP<\/strong> (without jQuery or Bootstrap). This schema will cover core functionalities like patient management, appointments, treatments, and billing.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Database Schema for Acupuncture Clinic (MySQL)<\/strong><\/h3>\n\n\n\n<p>Here\u2019s a normalized schema with tables and relationships:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>1. Tables Structure<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>-- 1. Patients Table\nCREATE TABLE patients (\n    patient_id INT AUTO_INCREMENT PRIMARY KEY,\n    first_name VARCHAR(50) NOT NULL,\n    last_name VARCHAR(50) NOT NULL,\n    email VARCHAR(100) UNIQUE,\n    phone VARCHAR(20),\n    address TEXT,\n    date_of_birth DATE,\n    gender ENUM('Male', 'Female', 'Other'),\n    medical_history TEXT,\n    allergies TEXT,\n    registration_date DATETIME DEFAULT CURRENT_TIMESTAMP\n);\n\n-- 2. Practitioners Table\nCREATE TABLE practitioners (\n    practitioner_id INT AUTO_INCREMENT PRIMARY KEY,\n    first_name VARCHAR(50) NOT NULL,\n    last_name VARCHAR(50) NOT NULL,\n    email VARCHAR(100) UNIQUE,\n    phone VARCHAR(20),\n    specialization VARCHAR(100),\n    hire_date DATE\n);\n\n-- 3. Appointments Table\nCREATE TABLE appointments (\n    appointment_id INT AUTO_INCREMENT PRIMARY KEY,\n    patient_id INT NOT NULL,\n    practitioner_id INT NOT NULL,\n    appointment_date DATETIME NOT NULL,\n    duration_minutes INT DEFAULT 30,\n    status ENUM('Scheduled', 'Completed', 'Cancelled', 'No-Show') DEFAULT 'Scheduled',\n    notes TEXT,\n    FOREIGN KEY (patient_id) REFERENCES patients(patient_id) ON DELETE CASCADE,\n    FOREIGN KEY (practitioner_id) REFERENCES practitioners(practitioner_id) ON DELETE CASCADE\n);\n\n-- 4. Treatments Table\nCREATE TABLE treatments (\n    treatment_id INT AUTO_INCREMENT PRIMARY KEY,\n    name VARCHAR(100) NOT NULL,\n    description TEXT,\n    default_duration_minutes INT DEFAULT 30,\n    base_price DECIMAL(10, 2) NOT NULL\n);\n\n-- 5. Sessions Table (Links Appointments to Treatments)\nCREATE TABLE sessions (\n    session_id INT AUTO_INCREMENT PRIMARY KEY,\n    appointment_id INT NOT NULL,\n    treatment_id INT NOT NULL,\n    notes TEXT,\n    outcome TEXT,\n    FOREIGN KEY (appointment_id) REFERENCES appointments(appointment_id) ON DELETE CASCADE,\n    FOREIGN KEY (treatment_id) REFERENCES treatments(treatment_id) ON DELETE CASCADE\n);\n\n-- 6. Acupuncture Points Table (Reference Data)\nCREATE TABLE acupuncture_points (\n    point_id INT AUTO_INCREMENT PRIMARY KEY,\n    name VARCHAR(50) NOT NULL,\n    code VARCHAR(10) NOT NULL UNIQUE,  -- e.g., \"LI4\", \"LV3\"\n    meridian VARCHAR(50),\n    location_description TEXT\n);\n\n-- 7. Session Points (Points Used in a Session)\nCREATE TABLE session_points (\n    session_point_id INT AUTO_INCREMENT PRIMARY KEY,\n    session_id INT NOT NULL,\n    point_id INT NOT NULL,\n    notes TEXT,\n    FOREIGN KEY (session_id) REFERENCES sessions(session_id) ON DELETE CASCADE,\n    FOREIGN KEY (point_id) REFERENCES acupuncture_points(point_id) ON DELETE CASCADE\n);\n\n-- 8. Invoices Table\nCREATE TABLE invoices (\n    invoice_id INT AUTO_INCREMENT PRIMARY KEY,\n    patient_id INT NOT NULL,\n    appointment_id INT,\n    issue_date DATETIME DEFAULT CURRENT_TIMESTAMP,\n    due_date DATETIME,\n    total_amount DECIMAL(10, 2) NOT NULL,\n    status ENUM('Paid', 'Unpaid', 'Cancelled') DEFAULT 'Unpaid',\n    FOREIGN KEY (patient_id) REFERENCES patients(patient_id) ON DELETE CASCADE,\n    FOREIGN KEY (appointment_id) REFERENCES appointments(appointment_id) ON DELETE SET NULL\n);\n\n-- 9. Payments Table\nCREATE TABLE payments (\n    payment_id INT AUTO_INCREMENT PRIMARY KEY,\n    invoice_id INT NOT NULL,\n    amount DECIMAL(10, 2) NOT NULL,\n    payment_date DATETIME DEFAULT CURRENT_TIMESTAMP,\n    method ENUM('Cash', 'Credit Card', 'Insurance', 'Bank Transfer'),\n    transaction_reference VARCHAR(100),\n    FOREIGN KEY (invoice_id) REFERENCES invoices(invoice_id) ON DELETE CASCADE\n);<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Key Relationships<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Patients \u2194 Appointments<\/strong>: One-to-many.<\/li>\n\n\n\n<li><strong>Appointments \u2194 Sessions<\/strong>: One-to-many (one appointment can have multiple treatments).<\/li>\n\n\n\n<li><strong>Sessions \u2194 Acupuncture Points<\/strong>: Many-to-many (via <code>session_points<\/code>).<\/li>\n\n\n\n<li><strong>Invoices \u2194 Payments<\/strong>: One-to-many.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>PHP Code Examples (No jQuery\/Bootstrap)<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>1. Database Connection (<code>config.php<\/code>)<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$host = 'localhost';\n$dbname = 'acupuncture_clinic';\n$username = 'root';\n$password = '';\n\ntry {\n    $pdo = new PDO(\"mysql:host=$host;dbname=$dbname\", $username, $password);\n    $pdo-&gt;setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);\n} catch (PDOException $e) {\n    die(\"Database connection failed: \" . $e-&gt;getMessage());\n}\n?&gt;<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>2. Add a New Patient (<code>add_patient.php<\/code>)<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nrequire 'config.php';\n\nif ($_SERVER&#91;'REQUEST_METHOD'] === 'POST') {\n    $firstName = $_POST&#91;'first_name'];\n    $lastName = $_POST&#91;'last_name'];\n    $email = $_POST&#91;'email'];\n    $phone = $_POST&#91;'phone'];\n\n    $stmt = $pdo-&gt;prepare(\"INSERT INTO patients (first_name, last_name, email, phone) VALUES (?, ?, ?, ?)\");\n    $stmt-&gt;execute(&#91;$firstName, $lastName, $email, $phone]);\n\n    echo \"Patient added successfully!\";\n}\n?&gt;\n\n&lt;form method=\"POST\"&gt;\n    &lt;input type=\"text\" name=\"first_name\" placeholder=\"First Name\" required&gt;\n    &lt;input type=\"text\" name=\"last_name\" placeholder=\"Last Name\" required&gt;\n    &lt;input type=\"email\" name=\"email\" placeholder=\"Email\"&gt;\n    &lt;input type=\"text\" name=\"phone\" placeholder=\"Phone\"&gt;\n    &lt;button type=\"submit\"&gt;Add Patient&lt;\/button&gt;\n&lt;\/form&gt;<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>3. Fetch Appointments (<code>view_appointments.php<\/code>)<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nrequire 'config.php';\n\n$stmt = $pdo-&gt;query(\"\n    SELECT a.appointment_id, p.first_name, p.last_name, a.appointment_date, a.status \n    FROM appointments a\n    JOIN patients p ON a.patient_id = p.patient_id\n    ORDER BY a.appointment_date DESC\n\");\n\necho \"&lt;h2&gt;Upcoming Appointments&lt;\/h2&gt;\";\necho \"&lt;ul&gt;\";\nwhile ($row = $stmt-&gt;fetch(PDO::FETCH_ASSOC)) {\n    echo \"&lt;li&gt;{$row&#91;'first_name']} {$row&#91;'last_name']} - {$row&#91;'appointment_date']} ({$row&#91;'status']})&lt;\/li&gt;\";\n}\necho \"&lt;\/ul&gt;\";\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Notes<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Security<\/strong>: Use prepared statements (as shown) to prevent SQL injection.<\/li>\n\n\n\n<li><strong>Frontend<\/strong>: Plain PHP\/HTML forms (no Bootstrap\/jQuery).<\/li>\n\n\n\n<li><strong>Extensions<\/strong>: Add authentication (e.g., <code>session_start()<\/code> for login).<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Next Steps<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create CRUD interfaces for all tables.<\/li>\n\n\n\n<li>Add user authentication (e.g., practitioners vs. admins).<\/li>\n\n\n\n<li>Build reporting (e.g., monthly revenue).<\/li>\n<\/ol>\n\n\n\n<p>Would you like me to expand on any specific part (e.g., appointment booking logic)?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Building a system for an acupuncture clinic involves integrating several components to manage patient records, appointments, treatments, billing, and possibly telehealth features. Here&#8217;s a step-by-step guide to help you design and implement such a system: 1. Define Requirements First, identify the clinic&#8217;s needs: 2. Choose a Development Approach Option A: Custom Software Development Option B: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-664","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts\/664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/comments?post=664"}],"version-history":[{"count":3,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts\/664\/revisions"}],"predecessor-version":[{"id":667,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/posts\/664\/revisions\/667"}],"wp:attachment":[{"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/media?parent=664"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/categories?post=664"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/easyaccsoft.com\/webdesign\/wp-json\/wp\/v2\/tags?post=664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}