@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-price-components"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

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.
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-price-components"^^xsd:anyURI] ; # fhir:version [ fhir:v "6.5.0"] ; # fhir:name [ fhir:v "PriceComponent"] ; # fhir:title [ fhir:v "Price Component"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-08-28"^^xsd:date] ; # fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # fhir:contact ( [ fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://nrces.in/" ] ] ) ] ) ; # fhir:description [ fhir:v "This CodeSystem contains a set of codes that can be utilized to categorize the price of item into various components."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IN" ] ; fhir:display [ fhir:v "India" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "00" ] ; fhir:display [ fhir:v "MRP" ] ; fhir:definition [ fhir:v "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." ] ] [ fhir:code [ fhir:v "01" ] ; fhir:display [ fhir:v "Rate" ] ; fhir:definition [ fhir:v "A fixed price paid or charged." ] ] [ fhir:code [ fhir:v "02" ] ; fhir:display [ fhir:v "Discount" ] ; fhir:definition [ fhir:v "A reduction made from a regular or list price." ] ] [ fhir:code [ fhir:v "03" ] ; fhir:display [ fhir:v "CGST" ] ; fhir:definition [ fhir:v "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." ] ] [ fhir:code [ fhir:v "04" ] ; fhir:display [ fhir:v "SGST" ] ; fhir:definition [ fhir:v "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." ] ] ) . # # -------------------------------------------------------------------------------------