1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CostTypes - JSON Representation

Draft as of 2025-10-27

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "CostTypes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CostTypes</b></p><a name=\"CostTypes\"> </a><a name=\"hcCostTypes\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-CodeSystemCostTypes.html\"><code>https://cambio.codes/cs/cost-types</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-CodeSystemCostTypes.html#CodeSystemCostTypes-PAT\">PAT</a></td><td>Patient fee</td></tr><tr><td><a href=\"CodeSystem-CodeSystemCostTypes.html#CodeSystemCostTypes-REDUCT\">REDUCT</a></td><td>Reduction</td></tr><tr><td><a href=\"CodeSystem-CodeSystemCostTypes.html#CodeSystemCostTypes-FC\">FC</a></td><td>Freecard</td></tr><tr><td><a href=\"CodeSystem-CodeSystemCostTypes.html#CodeSystemCostTypes-TD\">TD</a></td><td>Travel Discount</td></tr><tr><td><a href=\"CodeSystem-CodeSystemCostTypes.html#CodeSystemCostTypes-GS\">GS</a></td><td>Cost Of Goods</td></tr><tr><td><a href=\"CodeSystem-CodeSystemCostTypes.html#CodeSystemCostTypes-INV\">INV</a></td><td>Invoice</td></tr><tr><td><a href=\"CodeSystem-CodeSystemCostTypes.html#CodeSystemCostTypes-OTH\">OTH</a></td><td>Other Cost</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.cambio.se/ValueSet/CostTypes/v1",
  "version" : "v1",
  "name" : "CostTypes",
  "title" : "CostTypes",
  "status" : "draft",
  "date" : "2025-10-27T08:21:52+00:00",
  "publisher" : "Cambio",
  "contact" : [
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://cambio.se"
        }
      ]
    },
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "email",
          "value" : "informatics@cambio.se",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Cost types available for invoices",
  "compose" : {
    "include" : [
      {
        "system" : "https://cambio.codes/cs/cost-types",
        "concept" : [
          {
            "code" : "PAT",
            "display" : "Patient fee"
          },
          {
            "code" : "REDUCT",
            "display" : "Reduction"
          },
          {
            "code" : "FC",
            "display" : "Freecard"
          },
          {
            "code" : "TD",
            "display" : "Travel Discount"
          },
          {
            "code" : "GS",
            "display" : "Cost Of Goods"
          },
          {
            "code" : "INV",
            "display" : "Invoice"
          },
          {
            "code" : "OTH",
            "display" : "Other Cost"
          }
        ]
      }
    ]
  }
}