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" : "CodeSystem",
  "id" : "CodeSystemCostTypes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CodeSystemCostTypes</b></p><a name=\"CodeSystemCostTypes\"> </a><a name=\"hcCodeSystemCostTypes\"> </a><p>This  code system <code>https://cambio.codes/cs/cost-types</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">PAT<a name=\"CodeSystemCostTypes-PAT\"> </a></td><td>Patient fee</td></tr><tr><td style=\"white-space:nowrap\">REDUCT<a name=\"CodeSystemCostTypes-REDUCT\"> </a></td><td>Reduction</td></tr><tr><td style=\"white-space:nowrap\">FC<a name=\"CodeSystemCostTypes-FC\"> </a></td><td>Freecard</td></tr><tr><td style=\"white-space:nowrap\">TD<a name=\"CodeSystemCostTypes-TD\"> </a></td><td>Travel Discount</td></tr><tr><td style=\"white-space:nowrap\">GS<a name=\"CodeSystemCostTypes-GS\"> </a></td><td>Cost Of Goods</td></tr><tr><td style=\"white-space:nowrap\">INV<a name=\"CodeSystemCostTypes-INV\"> </a></td><td>Invoice</td></tr><tr><td style=\"white-space:nowrap\">OTH<a name=\"CodeSystemCostTypes-OTH\"> </a></td><td>Other Cost</td></tr></table></div>"
  },
  "url" : "https://cambio.codes/cs/cost-types",
  "version" : "1",
  "name" : "CodeSystemCostTypes",
  "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"
        }
      ]
    }
  ],
  "compositional" : false,
  "content" : "complete",
  "count" : 7,
  "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"
    }
  ]
}