Extensions for Using Data Elements from FHIR R4 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4 in FHIR STU3 - Downloaded Version null See the Directory of published versions

: InvoicePriceComponentType - TTL Representation

Page standards status: Trial-use Maturity Level: 0

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 "invoice-priceComponentType"] ; # 
  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-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:extension [
fhir:url [
fhir:v "packageId"^^xsd:anyURI ;
fhir:l fhir:packageId       ] ;
fhir:value [
a fhir:Id ;
fhir:v "hl7.fhir.uv.xver-r4.r3"       ]     ] [
fhir:url [
fhir:v "version"^^xsd:anyURI ;
fhir:l fhir:version       ] ;
fhir:value [
a fhir:String ;
fhir:v "0.1.0"       ]     ] [
fhir:url [
fhir:v "uri"^^xsd:anyURI ;
fhir:l fhir:uri       ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r3"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r3>       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>     ]
  ] [
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/invoice-priceComponentType"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/invoice-priceComponentType>
  ] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "InvoicePriceComponentType"] ; # 
  fhir:title [ fhir:v "InvoicePriceComponentType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-10-31T17:29:23-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Patient Administration"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Patient Administration" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]     ] )
  ] ) ; # 
  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." ]
  ] ) . #