FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Billing Code - JSON Representation

Draft as of 2023-08-28

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ndhm-billing-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ndhm-billing-codes</b></p><a name=\"ndhm-billing-codes\"> </a><a name=\"hcndhm-billing-codes\"> </a><a name=\"ndhm-billing-codes-hi-IN\"> </a><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">00<a name=\"ndhm-billing-codes-00\"> </a></td><td>Consultation</td><td>Code for Billing of Consultation.</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"ndhm-billing-codes-01\"> </a></td><td>Pharmacy</td><td>Code for Billing of Pharmacy.</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"ndhm-billing-codes-02\"> </a></td><td>IPD</td><td>Code for Billing of Inpatient Department Services or charges.</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"ndhm-billing-codes-03\"> </a></td><td>OPD</td><td>Code for Billing of Outpatient Department services or charges.</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"ndhm-billing-codes-04\"> </a></td><td>Pathology</td><td>Code for Billing of Pathology.</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"ndhm-billing-codes-05\"> </a></td><td>Medicines</td><td>Code for Billing of Medicine Items.</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"ndhm-billing-codes-06\"> </a></td><td>Nursing Charges</td><td>Code for Billing of Nursing Charges.</td></tr><tr><td style=\"white-space:nowrap\">07<a name=\"ndhm-billing-codes-07\"> </a></td><td>Handling Charges</td><td>Code for Billing of Handling Charges.</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"ndhm-billing-codes-08\"> </a></td><td>Delivery Charges</td><td>Code for Billing of Delivery Charges.</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"ndhm-billing-codes-99\"> </a></td><td>Others</td><td>Code for Billing of Other services.</td></tr></table></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes",
  "version" : "6.5.0",
  "name" : "BillingCode",
  "title" : "Billing Code",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-08-28",
  "publisher" : "National Resource Center for EHR Standards",
  "contact" : [
    {
      "name" : "National Resource Center for EHR Standards",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://nrces.in/"
        }
      ]
    }
  ],
  "description" : "This CodeSystem contains a set of codes that can be utilized to categorize the billing of various charges or services provided in healthcare workflows.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN",
          "display" : "India"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 10,
  "concept" : [
    {
      "code" : "00",
      "display" : "Consultation",
      "definition" : "Code for Billing of Consultation."
    },
    {
      "code" : "01",
      "display" : "Pharmacy",
      "definition" : "Code for Billing of Pharmacy."
    },
    {
      "code" : "02",
      "display" : "IPD",
      "definition" : "Code for Billing of Inpatient Department Services or charges."
    },
    {
      "code" : "03",
      "display" : "OPD",
      "definition" : "Code for Billing of Outpatient Department services or charges."
    },
    {
      "code" : "04",
      "display" : "Pathology",
      "definition" : "Code for Billing of Pathology."
    },
    {
      "code" : "05",
      "display" : "Medicines",
      "definition" : "Code for Billing of Medicine Items."
    },
    {
      "code" : "06",
      "display" : "Nursing Charges",
      "definition" : "Code for Billing of Nursing Charges."
    },
    {
      "code" : "07",
      "display" : "Handling Charges",
      "definition" : "Code for Billing of Handling Charges."
    },
    {
      "code" : "08",
      "display" : "Delivery Charges",
      "definition" : "Code for Billing of Delivery Charges."
    },
    {
      "code" : "99",
      "display" : "Others",
      "definition" : "Code for Billing of Other services."
    }
  ]
}