FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/hl7-pricecomponenttype-values

Packagetw.cathay.fhir.iclaim
TypeValueSet
Idhl7-pricecomponenttype-values
FHIR VersionR4
Sourcehttps://claim.cgh.org.tw/iclaim/https://claim.cgh.org.tw/iclaim/1.0.0/ValueSet-hl7-pricecomponenttype-values.html
URLhttps://claim.cgh.org.tw/iclaim/ValueSet/hl7-pricecomponenttype-values
Version1.0.0
Statusactive
Date2024-07-23T21:53:19+08:00
NamePriceComponentType
TitleInvoicePriceComponentType值集
Realmtw
DescriptionInvoicePriceComponentType值集

Resources that use this resource

StructureDefinition
claim-iclaimClaim iClaim

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet hl7-pricecomponenttype-values

This value set expansion contains 2 concepts.

CodeSystemDisplayDefinition
  basehttp://hl7.org/fhir/invoice-priceComponentTypebase

the amount is the base price used for calculating the total price before applying surcharges, discount or taxes.

  discounthttp://hl7.org/fhir/invoice-priceComponentTypediscount

the amount is a discount applied on the base price.

Additional Language Displays

Code中文 (台湾) (Chinese (Taiwan), zh)
base自付金額
discount減免

Source

{
  "resourceType": "ValueSet",
  "id": "hl7-pricecomponenttype-values",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://claim.cgh.org.tw/iclaim/ValueSet/hl7-pricecomponenttype-values",
  "version": "1.0.0",
  "name": "PriceComponentType",
  "title": "InvoicePriceComponentType值集",
  "status": "active",
  "experimental": false,
  "date": "2024-07-23T21:53:19+08:00",
  "publisher": "國泰金控",
  "contact": [
    {
      "name": "國泰金控",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cathayholdings.com/holdings/"
        }
      ]
    }
  ],
  "description": "InvoicePriceComponentType值集",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/invoice-priceComponentType",
        "concept": [
          {
            "code": "base",
            "display": "base price",
            "designation": [
              {
                "language": "zh-TW",
                "value": "自付金額"
              }
            ]
          },
          {
            "code": "discount",
            "display": "discount",
            "designation": [
              {
                "language": "zh-TW",
                "value": "減免"
              }
            ]
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2023-07-12",
    "contains": [
      {
        "system": "http://hl7.org/fhir/invoice-priceComponentType",
        "code": "base",
        "display": "base",
        "designation": [
          {
            "language": "zh-TW",
            "value": "自付金額"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/invoice-priceComponentType",
        "code": "discount",
        "display": "discount",
        "designation": [
          {
            "language": "zh-TW",
            "value": "減免"
          }
        ]
      }
    ]
  }
}