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

: Price Component - TTL Representation

Draft as of 2023-08-28

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ndhm-price-components"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ndhm-price-components</b></p><a name=\"ndhm-price-components\"> </a><a name=\"hcndhm-price-components\"> </a><a name=\"ndhm-price-components-hi-IN\"> </a><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>"^^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." ]
  ] ) . #