openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: PriceComponent Type (Invoice) - TTL Representation

Active as of 2022-05-31

Raw ttl | Download


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

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

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "invoice-price-component-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-invoice-priceComponentType.html\"><code>http://hl7.org/fhir/invoice-priceComponentType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-invoice-priceComponentType.html#invoice-priceComponentType-base\">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><a href=\"http://hl7.org/fhir/R4/codesystem-invoice-priceComponentType.html#invoice-priceComponentType-discount\">discount</a></td><td>discount</td><td>the amount is a discount applied on the base price.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-invoice-priceComponentType.html#invoice-priceComponentType-deduction\">deduction</a></td><td>deduction</td><td>the amount is a deduction applied on the base price.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-invoice-priceComponentType.html#invoice-priceComponentType-tax\">tax</a></td><td>tax</td><td>the amount is the tax component of the total price.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/ValueSet/invoice-price-component-type"];
  fhir:ValueSet.version [ fhir:value "1.0.0"];
  fhir:ValueSet.name [ fhir:value "InvoicePriceComponentTypeVS"];
  fhir:ValueSet.title [ fhir:value "PriceComponent Type (Invoice)"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2022-05-31T10:56:28+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "openIMIS Initiative"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "openIMIS Initiative" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.openimis.org" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Dragos Dobre" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "[email protected]" ];
       fhir:ContactPoint.use [ fhir:value "work" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Indicates the Type for a PriceComponent from an Invoice."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/invoice-priceComponentType" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "base" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "base price" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "discount" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "discount" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "deduction" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "deduction" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "tax" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "tax" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.