{"id":107949,"date":"2026-05-02T07:22:02","date_gmt":"2026-05-02T01:52:02","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=107949"},"modified":"2026-05-02T07:22:04","modified_gmt":"2026-05-02T01:52:04","slug":"how-to-use-the-fhir-developer-agent-skill","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/how-to-use-the-fhir-developer-agent-skill\/","title":{"rendered":"How to Use the FHIR Developer Agent Skill with Claude Code"},"content":{"rendered":"\n<p>Healthcare software development is one of the most complex fields in tech. Developers working with patient data, medical records, and healthcare systems have to deal with strict standards, complicated APIs, and enormous amounts of structured data. One wrong move and you are dealing with compliance issues, broken integrations, or worse, incorrect patient information.<\/p>\n\n\n\n<p>This is where Claude Code changes the game.<\/p>\n\n\n\n<p>Claude Code is Anthropic&#8217;s command line tool built for developers who want AI assistance directly in their development workflow. When paired with the FHIR Developer Agent Skill and connected to tools like the NPI Registry connector, it becomes a genuinely powerful environment for building, testing, and debugging healthcare applications.<\/p>\n\n\n\n<p>This guide walks you through exactly how to use the FHIR Developer Agent Skill with Claude Code, how the NPI Registry connector Claude integration fits into that workflow, and how to get real, practical results from this setup.<\/p>\n\n\n\n<p><strong>Quick TL;DR Summary<\/strong><\/p>\n\n\n\n<ol>\n<li>This guide explains what the FHIR Developer Agent Skill is and how it helps healthcare developers work faster and more accurately with Claude Code.<br><\/li>\n\n\n\n<li>You will learn how the NPI Registry connector Claude integration works and why it matters for healthcare application development.<br><\/li>\n\n\n\n<li>The guide covers how FHIR resources, APIs, and patient data structures are handled inside a Claude Code workflow.<br><\/li>\n\n\n\n<li>A step by step walkthrough shows you how to set up and use the FHIR Developer Agent Skill with Claude Code from scratch.<br><\/li>\n\n\n\n<li>Real world examples demonstrate how developers use this setup for provider lookups, patient record handling, and API integration tasks.<br><\/li>\n\n\n\n<li>Practical tips help you avoid common mistakes and build more reliable healthcare applications using Claude Code.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is FHIR and Why Does It Matter?<\/strong><\/h2>\n\n\n\n<p>FHIR stands for Fast Healthcare Interoperability Resources. It is a standard developed by HL7 International that defines how healthcare information can be exchanged between different computer systems.<\/p>\n\n\n\n<p>Think of FHIR as the common language that hospitals, clinics, insurance companies, and health apps all agree to speak. Without it, a patient record from one hospital system might be completely unreadable by another.<\/p>\n\n\n\n<p>For developers, FHIR means working with structured data resources like Patient, Practitioner, Observation, Medication, and dozens of others. Each resource has a defined format, a set of required fields, and rules about how it connects to other resources.<\/p>\n\n\n\n<p>This is powerful but also incredibly complex. A single patient encounter can involve ten or more linked FHIR resources. Keeping track of all of them while writing clean, compliant code is exactly the kind of task where Claude Code becomes valuable.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is the FHIR Developer Agent Skill?<\/strong><\/h2>\n\n\n\n<p>The <a href=\"https:\/\/claude.com\/resources\/tutorials\/how-to-use-the-fhir-developer-agent-skill-with-claude-code\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">FHIR Developer Agent Skill<\/a> is a specialised capability that allows Claude Code to function as an intelligent development assistant specifically tuned for FHIR based healthcare projects.<\/p>\n\n\n\n<p>When this skill is active, Claude Code can:<\/p>\n\n\n\n<ul>\n<li>Read and interpret FHIR resource structures and schemas<\/li>\n\n\n\n<li>Write and validate FHIR compliant code across languages like Python, JavaScript, and Java<\/li>\n\n\n\n<li>Help you query FHIR servers using RESTful API calls<\/li>\n\n\n\n<li>Identify missing or incorrectly formatted fields in FHIR resources<\/li>\n\n\n\n<li>Suggest fixes for common FHIR implementation errors<\/li>\n\n\n\n<li>Help you navigate complex relationships between linked resources<\/li>\n<\/ul>\n\n\n\n<p>This is not a generic coding assistant. The FHIR Developer Agent Skill means <a href=\"https:\/\/www.guvi.in\/blog\/what-is-claude-code\/\" target=\"_blank\" rel=\"noreferrer noopener\">Claude Code <\/a>understands the healthcare context behind the code it is helping you write. It knows what a Practitioner resource should look like, what fields are mandatory, and how it connects to an Organization or Location resource.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is the NPI Registry and Why Does It Connect to This?<\/strong><\/h2>\n\n\n\n<p>The National Provider Identifier Registry, commonly called the NPI Registry, is a publicly available database maintained by the Centers for Medicare and Medicaid Services in the United States. Every healthcare provider, whether an individual doctor or a large hospital, has a unique ten digit NPI number registered in this database.<\/p>\n\n\n\n<p>For developers building healthcare applications, the NPI Registry is essential. Here is why:<\/p>\n\n\n\n<ul>\n<li>When you create a Practitioner resource in FHIR, you need to reference a valid NPI number<\/li>\n\n\n\n<li>Applications that verify provider credentials need to query the NPI Registry in real time<\/li>\n\n\n\n<li>Insurance claim systems, referral platforms, and patient portals all rely on accurate provider data pulled from the NPI Registry<\/li>\n\n\n\n<li>Matching provider records across different systems almost always involves NPI lookups<\/li>\n<\/ul>\n\n\n\n<p>The NPI Registry connector <a href=\"https:\/\/www.guvi.in\/blog\/claude-integrations\/\" target=\"_blank\" rel=\"noreferrer noopener\">Claude integration <\/a>brings this database directly into your Claude Code workflow. Instead of switching between your code editor, the NPI Registry API documentation, and a browser to manually look up providers, everything happens in one place.<\/p>\n\n\n\n<p><strong>Read More: <\/strong><a href=\"https:\/\/www.guvi.in\/blog\/how-to-use-claude-code\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to Use Claude Code: A Beginner\u2019s Guide<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How the NPI Registry Connector Claude Integration Works<\/strong><\/h2>\n\n\n\n<p>The NPI Registry connector Claude setup works by giving Claude Code access to the NPI Registry API through a configured connector. Once connected, Claude Code can query provider information, validate NPI numbers, and pull structured provider data directly into your development workflow.<\/p>\n\n\n\n<p>Here is what happens under the hood:<\/p>\n\n\n\n<ol>\n<li><strong>Query Processing&nbsp;<\/strong><\/li>\n<\/ol>\n\n\n\n<p>When you ask Claude Code to look up a provider, it sends a structured query to the NPI Registry API using the connector. The API returns provider data including name, specialty, practice address, taxonomy codes, and other details.<\/p>\n\n\n\n<ol start=\"2\">\n<li><strong>Data Mapping&nbsp;<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Claude Code then maps the returned data to the appropriate FHIR Practitioner resource fields. This saves enormous amounts of time because manually mapping NPI Registry fields to FHIR fields is tedious and error prone.<\/p>\n\n\n\n<ol start=\"3\">\n<li><strong>Validation&nbsp;<\/strong><\/li>\n<\/ol>\n\n\n\n<p>The connector also helps Claude Code validate that the NPI number you are using in your code actually exists and matches the provider details in your application.<\/p>\n\n\n\n<ol start=\"4\">\n<li><strong>Code Generation&nbsp;<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Once the data is retrieved and mapped, Claude Code can generate the actual code you need, whether that is a FHIR resource object, an API call, or a database entry.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong> \n  <br \/><br \/> \n  <strong style=\"color: #FFFFFF;\">FHIR R4<\/strong>, the current stable version of the standard, defines over <strong style=\"color: #FFFFFF;\">140 resource types<\/strong>. Most healthcare applications only use a <strong style=\"color: #FFFFFF;\">small subset<\/strong> of these, but understanding how these resources <strong style=\"color: #FFFFFF;\">connect and interact<\/strong> is critical. The <strong style=\"color: #FFFFFF;\">FHIR Developer Agent Skill<\/strong> inside <strong style=\"color: #FFFFFF;\">Claude Code<\/strong> helps developers navigate these relationships without needing to <strong style=\"color: #FFFFFF;\">memorise the entire specification<\/strong>.\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Setting Up the FHIR Developer Agent Skill with Claude Code<\/strong><\/h2>\n\n\n\n<p>Here is a step by step guide to getting this workflow running.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Install Claude Code<\/strong><\/h3>\n\n\n\n<p>Open your terminal and install Claude Code using npm.<\/p>\n\n\n\n<p>npm install -g @anthropic-ai\/claude-code<\/p>\n\n\n\n<p>Once installed, run the following to confirm it is working.<\/p>\n\n\n\n<p>claude &#8211;version<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Authenticate Your Claude Account<\/strong><\/h3>\n\n\n\n<p>Run the login command and follow the prompts to connect Claude Code to your Anthropic account.<\/p>\n\n\n\n<p>claude login<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Navigate to Your Project Directory<\/strong><\/h3>\n\n\n\n<p>Move into the directory where your FHIR project lives.<\/p>\n\n\n\n<p>cd your-fhir-project<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Start a Claude Code Session<\/strong><\/h3>\n\n\n\n<p>Launch Claude Code inside your project folder.<\/p>\n\n\n\n<p>Claude<\/p>\n\n\n\n<p>Claude Code will scan your project structure and load context about your codebase automatically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5: Enable the FHIR Developer Agent Skill<\/strong><\/h3>\n\n\n\n<p>Inside the Claude Code session, tell Claude what you are working on and what skill context you need.<\/p>\n\n\n\n<p>I am building a FHIR R4 application. I need help working with Practitioner and Organization resources and querying the NPI Registry API.<\/p>\n\n\n\n<p>Claude Code will activate the relevant FHIR context and begin responding with healthcare specific guidance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 6: Connect the NPI Registry Connector<\/strong><\/h3>\n\n\n\n<p>Configure the NPI Registry connector by telling Claude Code the base API endpoint you are working with.<\/p>\n\n\n\n<p>Connect to the NPI Registry API at https:\/\/npiregistry.cms.hhs.gov\/api and help me query provider data.<\/p>\n\n\n\n<p>Claude Code will help you set up the API calls and handle the response structure.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 7: Run Your First NPI Lookup<\/strong><\/h3>\n\n\n\n<p>Ask Claude Code to perform a provider lookup and map the result to a FHIR Practitioner resource.<\/p>\n\n\n\n<p>Look up NPI number 1234567890 and generate a FHIR R4 Practitioner resource from the result.<\/p>\n\n\n\n<p>Claude Code will query the NPI Registry, retrieve the provider data, and generate a properly structured FHIR resource for you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Real World Use Cases<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Use Case 1: Provider Directory Application<\/strong><\/h3>\n\n\n\n<p>A health tech startup is building a provider directory that lets patients find doctors by specialty and location. The development team uses the NPI Registry connector Claude integration to pull verified provider data and automatically generate FHIR Practitioner resources. What used to take hours of manual data mapping now takes minutes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Use Case 2: Insurance Claim Validation<\/strong><\/h3>\n\n\n\n<p>An insurance platform needs to validate that every provider listed on a submitted claim has a valid NPI number. Using Claude Code with the NPI Registry connector, the team builds a validation function that checks each NPI in real time before a claim is processed. Claude Code writes the validation logic, handles error cases, and maps the response to the existing data model.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Use Case 3: Referral Management System<\/strong><\/h3>\n\n\n\n<p>A hospital network is building a referral management system that needs to match referring physicians to receiving specialists. The team uses Claude Code to write the matching logic, query the NPI Registry for provider details, and generate the FHIR ServiceRequest resources that document each referral. The entire workflow is built and tested inside Claude Code without leaving the terminal.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong> \n  <br \/><br \/> \n  The <strong style=\"color: #FFFFFF;\">NPI Registry<\/strong> contains records for over <strong style=\"color: #FFFFFF;\">7 million healthcare providers<\/strong> across the United States. Every time a developer <strong style=\"color: #FFFFFF;\">hardcodes provider information<\/strong> instead of querying the registry directly, they risk working with <strong style=\"color: #FFFFFF;\">outdated or incorrect data<\/strong>. Provider addresses, specialties, and practice affiliations change frequently, and the <strong style=\"color: #FFFFFF;\">NPI Registry<\/strong> is updated in <strong style=\"color: #FFFFFF;\">real time<\/strong> to reflect those changes.\n<\/div>\n\n\n\n<p><strong>Best Practices When Using This Setup<\/strong><\/p>\n\n\n\n<ol>\n<li>Always specify which version of FHIR you are working with at the start of each Claude Code session, whether that is DSTU2, STU3, or R4<br><\/li>\n\n\n\n<li>When querying the NPI Registry, always validate the returned data before mapping it to a FHIR resource<br><\/li>\n\n\n\n<li>Use Claude Code to generate unit tests for every FHIR resource your application creates or consumes<br><\/li>\n\n\n\n<li>Ask Claude Code to check your resources against the official FHIR validation rules before pushing to production<br><\/li>\n\n\n\n<li>Keep your NPI Registry queries specific by including taxonomy codes or state filters to reduce response time and improve accuracy<br><\/li>\n\n\n\n<li>Document the NPI numbers your application depends on so Claude Code has context when helping you debug issues<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Mistakes to Avoid<\/strong><\/h2>\n\n\n\n<ol>\n<li>Assuming NPI numbers are permanent without verifying against the registry, providers can have their NPI deactivated or reassigned<br><\/li>\n\n\n\n<li>Skipping FHIR resource validation because the code runs without errors, invalid resources can still break downstream systems<br><\/li>\n\n\n\n<li>Using outdated FHIR resource schemas because the specification version was not specified clearly at the start of the session<br><\/li>\n\n\n\n<li>Ignoring taxonomy codes in NPI Registry responses, these codes are essential for correctly categorising providers in your application<br><\/li>\n\n\n\n<li>Building without error handling for NPI Registry API timeouts or rate limits, the API has usage constraints that need to be accounted for<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Pros and Cons of This Setup<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Pros<\/strong><\/h3>\n\n\n\n<ul>\n<li>Dramatically speeds up FHIR resource creation and validation<\/li>\n\n\n\n<li>Eliminates manual cross referencing between NPI Registry documentation and FHIR specifications<\/li>\n\n\n\n<li>Works directly in the terminal without switching between multiple tools<\/li>\n\n\n\n<li>Generates production ready code with proper error handling<\/li>\n\n\n\n<li>Reduces the risk of compliance issues caused by incorrectly structured FHIR resources<\/li>\n\n\n\n<li>Makes onboarding new developers to FHIR projects significantly faster<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Cons<\/strong><\/h3>\n\n\n\n<ul>\n<li>Requires familiarity with command line tools, which may be a barrier for some developers<\/li>\n\n\n\n<li>Claude Code does not have real time access to the very latest FHIR specification updates<\/li>\n\n\n\n<li>NPI Registry API has rate limits that need to be managed carefully in production environments<\/li>\n\n\n\n<li>Complex multi resource FHIR workflows may still require significant manual review<\/li>\n\n\n\n<li>Works best when the developer already has a basic understanding of FHIR concepts<\/li>\n<\/ul>\n\n\n\n<p>If you want to learn more on how to use the FHIR Developer agent skill with Claude Code, do not miss the chance to enroll in HCL GUVI&#8217;s Intel &amp; IITM Pravartak Certified<a href=\"https:\/\/www.guvi.in\/mlp\/artificial-intelligence-and-machine-learning?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=how-to-use-the-FHIR-developer-agent-skill-with-claude-code\" target=\"_blank\" rel=\"noreferrer noopener\"> Artificial Intelligence &amp; Machine Learning course. <\/a>Endorsed with Intel certification, this course adds a globally recognized credential to your resume, a powerful edge that sets you apart in the competitive AI job market.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Healthcare application development does not have to be as painful as it has traditionally been. The combination of Claude Code, the FHIR Developer Agent Skill, and the NPI Registry connector Claude integration gives developers a genuinely powerful workflow for building compliant, accurate, and well structured healthcare applications.<\/p>\n\n\n\n<p>Whether you are building a provider directory, a claims validation system, or a referral management platform, this setup removes the friction that slows most healthcare development teams down. You spend less time reading documentation and manually mapping data, and more time building things that actually work.<\/p>\n\n\n\n<p>Set up Claude Code today, connect it to the NPI Registry, and see how much faster your FHIR development workflow becomes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1777396821094\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>1. Do I need a paid Anthropic plan to use Claude Code with the FHIR Developer Agent Skill?<\/strong> <\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Claude Code is available on paid Anthropic plans. Check the latest plan details on the Anthropic website to find the option that suits your team size and usage needs.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1777396827789\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>2. Is the NPI Registry API free to use?<\/strong> <\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, the NPI Registry API is publicly available and free to query. There are rate limits in place, so production applications should implement appropriate throttling and caching strategies.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1777397001361\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>3. Does this setup work for non US healthcare applications?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p> The NPI Registry is specific to the United States. However, the FHIR Developer Agent Skill works with FHIR implementations globally. Developers outside the US can replace the NPI Registry connector with their country&#8217;s relevant provider registry.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1777397015366\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>4. Can Claude Code validate FHIR resources against a specific implementation guide?<\/strong> <\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes. If you provide Claude Code with the relevant implementation guide details at the start of your session, it can factor those constraints into the code and validation advice it provides.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1777397062363\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>5. How do I handle sensitive patient data when using Claude Code?<\/strong> <\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Never paste real patient data into a Claude Code session. Use synthetic or anonymised test data during development. For production environments, follow your organisation&#8217;s data governance and HIPAA compliance policies.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Healthcare software development is one of the most complex fields in tech. Developers working with patient data, medical records, and healthcare systems have to deal with strict standards, complicated APIs, and enormous amounts of structured data. One wrong move and you are dealing with compliance issues, broken integrations, or worse, incorrect patient information. This is [&hellip;]<\/p>\n","protected":false},"author":63,"featured_media":108361,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[933],"tags":[],"views":"70","authorinfo":{"name":"Vishalini Devarajan","url":"https:\/\/www.guvi.in\/blog\/author\/vishalini\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/FHIR-Developer-Agent-Skill-300x115.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/FHIR-Developer-Agent-Skill.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/107949"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=107949"}],"version-history":[{"count":5,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/107949\/revisions"}],"predecessor-version":[{"id":108450,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/107949\/revisions\/108450"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/108361"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=107949"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=107949"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=107949"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}