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

FHIR IG Statistics: CodeSystem/ndhm-price-components

Packagendhm.in
TypeCodeSystem
Idndhm-price-components
FHIR VersionR4
Sourcehttps://nrces.in/ndhm/fhir/r4/https://nrces.in/ndhm/fhir/r4/6.5.0/CodeSystem-ndhm-price-components.html
URLhttps://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components
Version6.5.0
Statusdraft
Date2023-08-28
NamePriceComponent
TitlePrice Component
Realmin
Authoritynational
DescriptionThis CodeSystem contains a set of codes that can be utilized to categorize the price of item into various components.
Contentcomplete

Resources that use this resource

ValueSet
ndhm-price-componentsPrice Component

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem ndhm-price-components

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

CodeDisplayDefinition
00 MRPMaximum Retail Price (MRP) is the highest price at which a product can be sold to the end consumer. It is generally printed on the product label or packaging and includes all taxes.
01 RateA fixed price paid or charged.
02 DiscountA reduction made from a regular or list price.
03 CGSTCentral Goods and Services Tax (CGST) subsumed all the taxes levied by the central government. For example, central excise duty, central surcharges and cess and other such central indirect taxes that were earlier applicable.
04 SGSTState Goods and Services Tax (SGST) subsumes all taxes levied by the state government, that’s, state indirect taxes. For example, VAT, sales tax, state cesses and surcharges, etc.

Source

{
  "resourceType": "CodeSystem",
  "id": "ndhm-price-components",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components",
  "version": "6.5.0",
  "name": "PriceComponent",
  "title": "Price Component",
  "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 price of item into various components.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IN",
          "display": "India"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "00",
      "display": "MRP",
      "definition": "Maximum Retail Price (MRP) is the highest price at which a product can be sold to the end consumer. It is generally printed on the product label or packaging and includes all taxes."
    },
    {
      "code": "01",
      "display": "Rate",
      "definition": "A fixed price paid or charged."
    },
    {
      "code": "02",
      "display": "Discount",
      "definition": "A reduction made from a regular or list price."
    },
    {
      "code": "03",
      "display": "CGST",
      "definition": "Central Goods and Services Tax (CGST) subsumed all the taxes levied by the central government. For example, central excise duty, central surcharges and cess and other such central indirect taxes that were earlier applicable."
    },
    {
      "code": "04",
      "display": "SGST",
      "definition": "State Goods and Services Tax (SGST) subsumes all taxes levied by the state government, that’s, state indirect taxes. For example, VAT, sales tax, state cesses and surcharges, etc."
    }
  ]
}