FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ndhm-billing-codes

Packagendhm.in
TypeCodeSystem
Idndhm-billing-codes
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-billing-codes.html
URLhttps://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes
Version6.5.0
Statusdraft
Date2023-08-28
NameBillingCode
TitleBilling Code
Realmin
Authoritynational
DescriptionThis CodeSystem contains a set of codes that can be utilized to categorize the billing of various charges or services provided in healthcare workflows.
Contentcomplete

Resources that use this resource

ValueSet
ndhm-chargeitem-typesChargeItem Type
ndhm-invoice-typesInvoice Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ndhm-billing-codes

This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-billing-codes defines the following codes:

CodeDisplayDefinition
00 ConsultationCode for Billing of Consultation.
01 PharmacyCode for Billing of Pharmacy.
02 IPDCode for Billing of Inpatient Department Services or charges.
03 OPDCode for Billing of Outpatient Department services or charges.
04 PathologyCode for Billing of Pathology.
05 MedicinesCode for Billing of Medicine Items.
06 Nursing ChargesCode for Billing of Nursing Charges.
07 Handling ChargesCode for Billing of Handling Charges.
08 Delivery ChargesCode for Billing of Delivery Charges.
99 OthersCode for Billing of Other services.

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-billing-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}