{
  "tableNumber": "0205",
  "id": "v2-0205",
  "name": "PriceType",
  "title": "priceType",
  "description": "HL7-defined code system of concepts used to identify the intent for the dollar amount on a pricing transaction.  Used in HL7 Version 2.x messaging in the CP datatype.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0205",
  "concepts": [
    {
      "code": "AP",
      "display": "administrative price or handling fee"
    },
    {
      "code": "DC",
      "display": "direct unit cost"
    },
    {
      "code": "IC",
      "display": "indirect unit cost"
    },
    {
      "code": "PF",
      "display": "professional fee for performing provider"
    },
    {
      "code": "TF",
      "display": "technology fee for use of equipment"
    },
    {
      "code": "TP",
      "display": "total price"
    },
    {
      "code": "UP",
      "display": "unit price, may be based on length of procedure or service"
    }
  ]
}