醫療保險理賠實作指引
1.0.0 - CI Build

醫療保險理賠實作指引 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: InvoicePriceComponentType值集 - TTL Representation

Active as of 2024-07-23

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:id [ fhir:v "hl7-pricecomponenttype-values"] ; # 
  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: ValueSet hl7-pricecomponenttype-values</b></p><a name=\"hl7-pricecomponenttype-values\"> </a><a name=\"hchl7-pricecomponenttype-values\"> </a><a name=\"hl7-pricecomponenttype-values-en-US\"> </a><p>This value set expansion contains 2 concepts.</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"hl7-pricecomponenttype-values-http://hl7.org/fhir/invoice-priceComponentType-base\"> </a>  <a href=\"http://hl7.org/fhir/R4/codesystem-invoice-priceComponentType.html#invoice-priceComponentType-base\">base</a></td><td>http://hl7.org/fhir/invoice-priceComponentType</td><td>base</td><td><div><p>the amount is the base price used for calculating the total price before applying surcharges, discount or taxes.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"hl7-pricecomponenttype-values-http://hl7.org/fhir/invoice-priceComponentType-discount\"> </a>  <a href=\"http://hl7.org/fhir/R4/codesystem-invoice-priceComponentType.html#invoice-priceComponentType-discount\">discount</a></td><td>http://hl7.org/fhir/invoice-priceComponentType</td><td>discount</td><td><div><p>the amount is a discount applied on the base price.</p>\n</div></td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>中文 (台湾) (Chinese (Taiwan), zh)</b></td></tr><tr><td>base</td><td>自付金額</td></tr><tr><td>discount</td><td>減免</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://claim.cgh.org.tw/iclaim/ValueSet/hl7-pricecomponenttype-values"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "PriceComponentType"] ; # 
  fhir:title [ fhir:v "InvoicePriceComponentType值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-23T01:16:30+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "國泰金控"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "國泰金控" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cathayholdings.com/holdings/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "InvoicePriceComponentType值集"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/invoice-priceComponentType"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "base" ] ;
fhir:display [ fhir:v "base price" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "zh-TW" ] ;
fhir:value [ fhir:v "自付金額" ]         ] )       ] [
fhir:code [ fhir:v "discount" ] ;
fhir:display [ fhir:v "discount" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "zh-TW" ] ;
fhir:value [ fhir:v "減免" ]         ] )       ] )     ] )
  ] ; # 
  fhir:expansion [
fhir:timestamp [ fhir:v "2023-07-12"^^xsd:date ] ;
    ( fhir:contains [
fhir:system [ fhir:v "http://hl7.org/fhir/invoice-priceComponentType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "base" ] ;
fhir:display [ fhir:v "base" ] ;
      ( fhir:designation [
fhir:language [ fhir:v "zh-TW" ] ;
fhir:value [ fhir:v "自付金額" ]       ] )     ] [
fhir:system [ fhir:v "http://hl7.org/fhir/invoice-priceComponentType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "discount" ] ;
fhir:display [ fhir:v "discount" ] ;
      ( fhir:designation [
fhir:language [ fhir:v "zh-TW" ] ;
fhir:value [ fhir:v "減免" ]       ] )     ] )
  ] . #