FHIR Implementation Guide for ABDM
6.0.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Price Component - XML Representation

Draft as of 2023-08-28

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ndhm-price-components"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components</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-price-components-00"> </a></td><td>MRP</td><td>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.</td></tr><tr><td style="white-space:nowrap">01<a name="ndhm-price-components-01"> </a></td><td>Rate</td><td>A fixed price paid or charged.</td></tr><tr><td style="white-space:nowrap">02<a name="ndhm-price-components-02"> </a></td><td>Discount</td><td>A reduction made from a regular or list price.</td></tr><tr><td style="white-space:nowrap">03<a name="ndhm-price-components-03"> </a></td><td>CGST</td><td>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.</td></tr><tr><td style="white-space:nowrap">04<a name="ndhm-price-components-04"> </a></td><td>SGST</td><td>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.</td></tr></table></div>
  </text>
  <url
       value="https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components"/>
  <version value="6.0.0"/>
  <name value="PriceComponent"/>
  <title value="Price Component"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-08-28"/>
  <publisher value="National Resource Center for EHR Standards"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://nrces.in/"/>
    </telecom>
  </contact>
  <description
               value="This CodeSystem contains a set of codes that can be utilized to categorize the price of item into various components."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="IN"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="00"/>
    <display value="MRP"/>
    <definition
                value="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."/>
  </concept>
  <concept>
    <code value="01"/>
    <display value="Rate"/>
    <definition value="A fixed price paid or charged."/>
  </concept>
  <concept>
    <code value="02"/>
    <display value="Discount"/>
    <definition value="A reduction made from a regular or list price."/>
  </concept>
  <concept>
    <code value="03"/>
    <display value="CGST"/>
    <definition
                value="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."/>
  </concept>
  <concept>
    <code value="04"/>
    <display value="SGST"/>
    <definition
                value="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."/>
  </concept>
</CodeSystem>