@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/admin-incubator/CodeSystem/invoice-priceComponentType> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "invoice-priceComponentType"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem invoice-priceComponentType</b></p><a name=\"invoice-priceComponentType\"> </a><a name=\"hcinvoice-priceComponentType\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/invoice-priceComponentType</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\">base<a name=\"invoice-priceComponentType-base\"> </a></td><td>base price</td><td>the amount is the base price used for calculating the total price before applying surcharges, discount or taxes.</td></tr><tr><td style=\"white-space:nowrap\">surcharge<a name=\"invoice-priceComponentType-surcharge\"> </a></td><td>surcharge</td><td>the amount is a surcharge applied on the base price.</td></tr><tr><td style=\"white-space:nowrap\">deduction<a name=\"invoice-priceComponentType-deduction\"> </a></td><td>deduction</td><td>the amount is a deduction applied on the base price.</td></tr><tr><td style=\"white-space:nowrap\">discount<a name=\"invoice-priceComponentType-discount\"> </a></td><td>discount</td><td>the amount is a discount applied on the base price.</td></tr><tr><td style=\"white-space:nowrap\">tax<a name=\"invoice-priceComponentType-tax\"> </a></td><td>tax</td><td>the amount is the tax component of the total price.</td></tr><tr><td style=\"white-space:nowrap\">informational<a name=\"invoice-priceComponentType-informational\"> </a></td><td>informational</td><td>the amount is of informational character, it has not been applied in the calculation of the total price.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "pa"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 0
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/invoice-priceComponentType"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/invoice-priceComponentType>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.869" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "InvoicePriceComponentType"] ; # 
  fhir:title [ fhir:v "Invoice Price Component Type"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Patient Administration" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pa" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pa" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes indicating the kind of the price component."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/invoice-priceComponentType"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/invoice-priceComponentType>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "base" ] ;
     fhir:display [ fhir:v "base price" ] ;
     fhir:definition [ fhir:v "the amount is the base price used for calculating the total price before applying surcharges, discount or taxes." ]
  ] [
     fhir:code [ fhir:v "surcharge" ] ;
     fhir:display [ fhir:v "surcharge" ] ;
     fhir:definition [ fhir:v "the amount is a surcharge applied on the base price." ]
  ] [
     fhir:code [ fhir:v "deduction" ] ;
     fhir:display [ fhir:v "deduction" ] ;
     fhir:definition [ fhir:v "the amount is a deduction applied on the base price." ]
  ] [
     fhir:code [ fhir:v "discount" ] ;
     fhir:display [ fhir:v "discount" ] ;
     fhir:definition [ fhir:v "the amount is a discount applied on the base price." ]
  ] [
     fhir:code [ fhir:v "tax" ] ;
     fhir:display [ fhir:v "tax" ] ;
     fhir:definition [ fhir:v "the amount is the tax component of the total price." ]
  ] [
     fhir:code [ fhir:v "informational" ] ;
     fhir:display [ fhir:v "informational" ] ;
     fhir:definition [ fhir:v "the amount is of informational character, it has not been applied in the calculation of the total price." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

