{"id":22947,"date":"2026-05-21T12:29:28","date_gmt":"2026-05-21T12:29:28","guid":{"rendered":"https:\/\/engineerbabu.com\/blog\/?p=22947"},"modified":"2026-05-21T12:29:28","modified_gmt":"2026-05-21T12:29:28","slug":"ai-clinical-decision-support-systems-works-usa","status":"publish","type":"post","link":"https:\/\/engineerbabu.com\/blog\/ai-clinical-decision-support-systems-works-usa\/","title":{"rendered":"How AI Clinical Decision Support Systems Work in the USA: The 2026 Guide"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">A physician opens a patient chart in Epic. As the chart loads, three things happen automatically in the background, each taking under two seconds:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An AI sepsis prediction model scores the patient&#8217;s vital signs, recent labs, and medication changes and surfaces a risk alert if the score exceeds threshold<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A drug interaction check evaluates the new medication order against 47 current prescriptions in the patient&#8217;s chart<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A care gap alert fires the patient is due for a diabetic eye exam, hasn&#8217;t had one in 22 months, and the AI has already drafted a referral order<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">The physician didn&#8217;t request any of this. The clinical decision support system delivered it at the exact moment it was needed at the point of care, within the existing workflow, without requiring a separate login or application.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">That is what modern AI clinical decision support looks like in 2026. It&#8217;s a fundamentally different technology from the alert-heavy, interrupt-driven CDS systems that contributed to physician burnout in the 2010s.<\/span><\/p>\n<h2><b>What Is an AI Clinical Decision Support System?<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">An AI clinical decision support system (AI CDSS) is a software system that uses <\/span><a href=\"https:\/\/engineerbabu.com\/technologies\/machine-learning-development-services\"><span style=\"font-weight: 400;\">machine learning<\/span><\/a><span style=\"font-weight: 400;\">, natural language processing, and deep learning to analyze patient data and deliver context-aware, actionable clinical recommendations to healthcare providers at the point of care.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Unlike traditional rule-based CDS systems that fire predefined alerts when specific conditions are met, AI CDSS learns from patient outcomes, continuously improves its predictions, and delivers personalized recommendations based on each patient&#8217;s complete clinical picture rather than isolated data points.<\/span><\/p>\n<h2><b>How AI CDSS Works: The Technical Architecture<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">A modern AI CDS system operates in three layers:<\/span><\/p>\n<h3><b>Layer 1: Data Ingestion and Patient Context Assembly<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">At the moment of clinical action, a physician opening a chart, placing an order, documenting an encounter, the CDS system receives a <\/span><b>CDS Hooks<\/b><span style=\"font-weight: 400;\"> call from the EHR. CDS Hooks is the open standard for embedding clinical decision support in EHR workflows.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The hook fires with a patient context payload containing the patient&#8217;s FHIR resources: current medications, diagnoses (Condition resources), recent vital signs and labs (Observation resources), upcoming appointments, care team members.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The AI system has 2\u20133 seconds to process this context and return a response before the physician&#8217;s workflow is disrupted. This response window constraint shapes everything about how AI CDS systems are engineered.<\/span><\/p>\n<p><b>FHIR resources the system processes:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Patient<\/span><span style=\"font-weight: 400;\"> \u2014 demographics, insurance, care setting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Condition<\/span><span style=\"font-weight: 400;\"> \u2014 active diagnoses, problem list<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MedicationRequest<\/span><span style=\"font-weight: 400;\"> \u2014 current prescriptions, dosing, recent changes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Observation<\/span><span style=\"font-weight: 400;\"> \u2014 vital signs, lab results (LOINC-coded), trending data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encounter<\/span><span style=\"font-weight: 400;\"> \u2014 current and recent visits<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">AllergyIntolerance<\/span><span style=\"font-weight: 400;\"> \u2014 documented allergies and adverse reactions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Procedure<\/span><span style=\"font-weight: 400;\"> \u2014 recent procedures, preventive care history<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DiagnosticReport<\/span><span style=\"font-weight: 400;\"> \u2014 pathology, imaging interpretations<\/span><\/li>\n<\/ul>\n<h3><b>Layer 2: AI Model Inference<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">The clinical context assembled from FHIR resources is passed to one or more AI models:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Risk stratification models (ML):<\/b><span style=\"font-weight: 400;\"> XGBoost, LightGBM, or neural network models trained on historical patient outcomes. Examples: sepsis prediction (TREWS system, deployed across multiple US health systems), 30-day readmission prediction, deterioration risk scoring, fall risk assessment, clinical deterioration early warning. These models score continuously and surface alerts only when risk crosses a clinically meaningful threshold, reducing alert fatigue versus traditional vital sign threshold alerts.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Drug interaction and dosing models:<\/b><span style=\"font-weight: 400;\"> Knowledge graph-based systems combined with patient-specific dosing algorithms. Standard drug interaction databases (Medi-Span, Micromedex) enhanced with ML models that adjust for patient-specific factors: renal function, weight, age, genetic markers where available. Goes beyond &#8220;this drug pair is flagged&#8221; to &#8220;this combination at this dose for this patient&#8217;s kidney function requires dose adjustment.&#8221;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Diagnostic support models:<\/b><span style=\"font-weight: 400;\"> NLP-based systems analyzing clinical notes, lab patterns, and imaging results to surface differential diagnoses. Applied particularly in high-stakes settings: sepsis identification, pulmonary embolism risk, acute kidney injury detection. Not replacing physician diagnosis, surfacing considerations the physician can accept or dismiss.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Care gap and quality measure models:<\/b><span style=\"font-weight: 400;\"> Rule-based and ML hybrid systems identifying patients due for preventive care, chronic disease monitoring, or quality measure compliance. HEDIS measure gaps, value-based care quality gaps, clinical protocol adherence.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Generative AI layer (2026 addition):<\/b><span style=\"font-weight: 400;\"> LLM-based systems that take the structured risk output and draft natural-language clinical summaries, suggested order sets, referral letters, or documentation addenda. The AI model scores the risk; the LLM communicates it in clinical language the physician can review and accept in one click.<\/span><\/li>\n<\/ul>\n<h3><b>Layer 3: Recommendation Delivery via CDS Hooks Response<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">The AI system returns a <\/span><b>CDS Cards response<\/b><span style=\"font-weight: 400;\"> to the <\/span><a href=\"https:\/\/engineerbabu.com\/blog\/impact-of-technology-on-ehr-systems\/\"><span style=\"font-weight: 400;\">EHR<\/span><\/a><span style=\"font-weight: 400;\"> within the latency window. CDS Cards are structured UI elements that appear in the physician&#8217;s workflow, a notification, a suggestion, a link to a pre-populated order set, an informational alert.<\/span><\/p>\n<p><b>Card types in the CDS Hooks spec:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Info:<\/b><span style=\"font-weight: 400;\"> Purely informational: &#8220;This patient&#8217;s HbA1c was 8.2% three months ago&#8221;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Warning:<\/b><span style=\"font-weight: 400;\"> Requires attention: &#8220;Drug interaction risk between metformin and contrast dye ordered for upcoming CT&#8221;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Critical:<\/b><span style=\"font-weight: 400;\"> Requires immediate action: &#8220;Sepsis risk score 78\/100, consider blood cultures and IV antibiotics&#8221;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Suggestion:<\/b><span style=\"font-weight: 400;\"> Recommended action with one-click execution, &#8220;Order diabetic eye exam referral&#8221; with a pre-populated FHIR order attached<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The critical design principle: <\/span><b>fewer alerts with higher accuracy beat more alerts with lower precision<\/b><span style=\"font-weight: 400;\">. Traditional CDS systems fire 40\u201360 alerts per provider per day, with override rates exceeding 90%.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Physicians learn to dismiss everything automatically. AI CDSS systems that fire 3\u20135 high-precision alerts per day, with the right contextual evidence, achieve meaningful clinical impact because physicians trust them.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-22951\" src=\"https:\/\/engineerbabu.com\/blog\/wp-content\/uploads\/2026\/05\/img1_three_layer_architecture.png\" alt=\"\" width=\"1800\" height=\"1680\" title=\"\"><\/p>\n<h2><b>The Alert Fatigue Problem and How AI Solves It<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Alert fatigue: clinicians overriding CDS alerts automatically because alert volume overwhelms clinical utility is the documented failure mode of first-generation CDS systems.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Epic reports override rates for drug interaction alerts exceeding 90% in some health systems. When 9 out of 10 alerts are dismissed without reading, the 10th clinically important alert is also dismissed. Alert fatigue is not a physician compliance problem, it&#8217;s a precision problem.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">AI CDSS solves alert fatigue through:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Personalized thresholds:<\/b><span style=\"font-weight: 400;\"> Instead of alerting every patient with a blood pressure above 140\/90, alert the patient whose BP is elevated relative to their personal baseline, in the context of new medication changes, with a rising trend over three readings. The population-level rule has a high false positive rate for low-risk patients. The patient-specific model has a much higher positive predictive value.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Contextual filtering:<\/b><span style=\"font-weight: 400;\"> Don&#8217;t fire a drug allergy alert for a drug the patient has received 14 times in the past 3 years. The allergy is documented; the physician has already consciously managed it. Surface the alert on first prescribing, not on every refill.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Outcome-based learning:<\/b><span style=\"font-weight: 400;\"> ML models trained on outcomes data improve over time. Alerts that were overridden and led to no adverse outcome reduce the model&#8217;s confidence for similar future cases. Alerts that were overridden and led to adverse outcomes increase model confidence. The system learns which alerts have genuine clinical utility in your specific patient population.<\/span><\/li>\n<\/ul>\n<h2><b>Real-World Outcomes Data (2026)<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">The JMIR published a systematic review in May 2026 confirming AI-informed CDS shows measurable improvements in diagnostic accuracy, risk stratification, resource utilization, and patient outcomes versus traditional models across oncology, organ transplantation, diabetic retinopathy, epilepsy, and emergency medicine.<\/span><\/p>\n<p><b>Specific implementations with published outcomes:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Sepsis early warning (TREWS, Johns Hopkins):<\/b><span style=\"font-weight: 400;\"> Machine learning sepsis prediction identifying patients 10\u201312 hours earlier than clinician recognition. Deployed across multiple US health systems.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Epic 160+ AI projects (2025\u20132026):<\/b><span style=\"font-weight: 400;\"> Epic reports 150+ <\/span><a href=\"https:\/\/engineerbabu.com\/services\/ai-development\"><span style=\"font-weight: 400;\">AI features in development<\/span><\/a><span style=\"font-weight: 400;\"> for 2026, including ambient ordering, automated prior authorization, and predictive scheduling optimization.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Oracle Health AI clinical agent (2025):<\/b><span style=\"font-weight: 400;\"> Voice-first, agentic AI system drafting documentation, proposing next steps, and automating coding, integrated into a new cloud-native EHR platform.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>AI CDSS in oncology:<\/b><span style=\"font-weight: 400;\"> Diagnostic AI achieving radiologist-level accuracy in identifying malignant vs. benign lesions from imaging, with studies showing improved sensitivity for early-stage detection.<\/span><\/li>\n<\/ul>\n<h2><b>The FDA Regulatory Question<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">This is the part that health system IT teams often discover late and health tech founders frequently overlook.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">AI clinical decision support systems that make specific clinical recommendations, diagnostic conclusions, treatment recommendations, drug dosing calculations may qualify as <\/span><b>Software as a Medical Device (SaMD)<\/b><span style=\"font-weight: 400;\"> under FDA guidance.<\/span><\/p>\n<p><b>The non-device exception:<\/b><span style=\"font-weight: 400;\"> CDS software that provides general reference information, educational tools, or systems where the clinician is expected to independently review the recommendation using their professional judgment is generally not regulated as a medical device. The decisive question is whether the software&#8217;s recommendation is the direct basis for clinical action, or whether the clinician applies their own judgment independently.<\/span><\/p>\n<p><b>The SaMD threshold:<\/b><span style=\"font-weight: 400;\"> If your AI system recommends a specific treatment, diagnosis, or dosage and that recommendation is intended to be followed by the clinician, you are in SaMD territory. This triggers FDA 510(k) clearance requirements or De Novo classification for novel AI.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The 2021 FDA AI\/ML action plan and the post-market surveillance guidance for AI-based Software as a Medical Device are the governing frameworks. Any healthcare AI builder whose product makes specific clinical recommendations should engage FDA regulatory counsel before the product is clinically deployed.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-22950\" src=\"https:\/\/engineerbabu.com\/blog\/wp-content\/uploads\/2026\/05\/img6_fda_samd_tree.png\" alt=\"\" width=\"1800\" height=\"1322\" title=\"\"><\/p>\n<h2><b>What It Takes to Build an AI CDS System<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">For health systems and health tech builders, the technical requirements:<\/span><\/p>\n<h3><b>Integration layer:<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CDS Hooks implementation (patient-context, order-select, encounter-start hooks are the most common triggers)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">FHIR R4 client for patient context retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">EHR-specific configurations (Epic CDS Hooks via App Orchard, Oracle Health CDS Hooks via their APIs)<\/span><\/li>\n<\/ul>\n<h3><b>AI model layer:<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Risk stratification models: Python (scikit-learn, XGBoost, PyTorch)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Inference serving: AWS SageMaker or FastAPI with model containers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model monitoring: LangSmith (for LLM layers), MLflow for traditional ML models<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Latency requirement: model inference must complete in under 1 second to fit within CDS Hooks response window<\/span><\/li>\n<\/ul>\n<h3><b>Recommendation generation:<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LLM layer (GPT-4o via Azure OpenAI with HIPAA BAA) for natural language card generation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CDS Cards formatter (JSON per CDS Hooks spec)<\/span><\/li>\n<\/ul>\n<h3><b>Governance and feedback loops:<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Override tracking (recording when physicians dismiss alerts and why)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Outcome linkage (tracking patient outcomes for alerts that were accepted vs overridden)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Regular model retraining on updated outcome data<\/span><\/li>\n<\/ul>\n<p><b>Build cost for a specialty AI CDS system:<\/b><span style=\"font-weight: 400;\"> $150,000\u2013$500,000 for a focused specialty CDS tool (sepsis prediction, readmission risk, care gap management). $500,000\u2013$2,000,000 for a comprehensive multi-specialty CDS platform with proprietary models.<\/span><\/p>\n<h2><b>FAQ<\/b><\/h2>\n<ul>\n<li aria-level=\"1\">\n<h3><b>What is a clinical decision support system?<\/b><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">A software system that analyzes patient data and delivers clinical recommendations to healthcare providers at the point of care, drug interaction checks, risk stratification, diagnostic suggestions, care gap alerts. AI CDS systems use ML and NLP to deliver personalized, context-aware recommendations rather than static population-level rules.<\/span><\/p>\n<ul>\n<li aria-level=\"1\">\n<h3><b>What are CDS Hooks?<\/b><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">CDS Hooks is the open standard for integrating clinical decision support services into EHR workflows. When specific clinical events occur (opening a patient chart, placing an order), the EHR sends a webhook-style call to the CDS service with patient FHIR data context. The CDS service returns recommendation cards that appear directly in the physician&#8217;s workflow.<\/span><\/p>\n<ul>\n<li aria-level=\"1\">\n<h3><b>How do AI CDS systems reduce alert fatigue?<\/b><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">By using ML models with high positive predictive value rather than broad population-level rules, firing 3\u20135 high-precision, patient-specific alerts rather than 40\u201360 generic alerts. Personalized thresholds, contextual filtering, and outcome-based model learning progressively improve alert accuracy for specific patient populations.<\/span><\/p>\n<ul>\n<li aria-level=\"1\">\n<h3><b>Does an AI clinical decision support system require FDA approval?<\/b><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">CDS software that provides general reference information for clinician review is generally not regulated as a medical device. CDS software that makes specific clinical recommendations intended to be followed without independent clinician judgment may qualify as SaMD, triggering FDA 510(k) clearance requirements. Consult regulatory counsel before clinical deployment.<\/span><\/p>\n<ul>\n<li aria-level=\"1\">\n<h3><b>What EHR systems support CDS Hooks?<\/b><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Epic, Oracle Health (Cerner), Athenahealth, and most major ONC-certified EHRs support CDS Hooks as part of their interoperability requirements. Epic requires CDS Hooks integrations to be registered through the Epic Vendor Services program and go through the per-site approval process described in the Epic FHIR integration guide.<\/span><\/p>\n<p><b>Author:<\/b><span style=\"font-weight: 400;\"> Mayank Pratap | Co-Founder, EngineerBabu | Google AI Accelerator 2024 \u00b7 CMMI Level 5<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A physician opens a patient chart in Epic. As the chart loads, three things happen automatically in the background, each taking under two seconds: An AI sepsis prediction model scores the patient&#8217;s vital signs, recent labs, and medication changes and surfaces a risk alert if the score exceeds threshold A drug interaction check evaluates the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":22949,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1246],"tags":[],"class_list":["post-22947","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-healthtech"],"_links":{"self":[{"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/posts\/22947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/comments?post=22947"}],"version-history":[{"count":1,"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/posts\/22947\/revisions"}],"predecessor-version":[{"id":22952,"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/posts\/22947\/revisions\/22952"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/media\/22949"}],"wp:attachment":[{"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/media?parent=22947"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/categories?post=22947"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/engineerbabu.com\/blog\/wp-json\/wp\/v2\/tags?post=22947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}