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

: Payment Method Types Code System - JSON Representation

Active as of 2021-05-12

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "PaymentMethodTypes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem PaymentMethodTypes</b></p><a name=\"PaymentMethodTypes\"> </a><a name=\"hcPaymentMethodTypes\"> </a><p>This  code system <code>https://cambio.codes/cs/PaymentMethodTypes</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\">SWISH<a name=\"PaymentMethodTypes-SWISH\"> </a></td><td>Swish</td></tr><tr><td style=\"white-space:nowrap\">CC<a name=\"PaymentMethodTypes-CC\"> </a></td><td>Credit Card</td></tr><tr><td style=\"white-space:nowrap\">INV<a name=\"PaymentMethodTypes-INV\"> </a></td><td>Invoice</td></tr><tr><td style=\"white-space:nowrap\">CASH<a name=\"PaymentMethodTypes-CASH\"> </a></td><td>Cash</td></tr><tr><td style=\"white-space:nowrap\">SALWITH<a name=\"PaymentMethodTypes-SALWITH\"> </a></td><td>Salary Withdraw</td></tr><tr><td style=\"white-space:nowrap\">UNKNOWN<a name=\"PaymentMethodTypes-UNKNOWN\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "https://cambio.codes/cs/PaymentMethodTypes",
  "version" : "1.0.0",
  "name" : "PaymentMethodTypes",
  "title" : "Payment Method Types Code System",
  "status" : "active",
  "date" : "2021-05-12T12:31:24.0151342+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" : "This CodeSystem defines the set of codes that can be used to represent different payment methods.",
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "SWISH",
      "display" : "Swish"
    },
    {
      "code" : "CC",
      "display" : "Credit Card"
    },
    {
      "code" : "INV",
      "display" : "Invoice"
    },
    {
      "code" : "CASH",
      "display" : "Cash"
    },
    {
      "code" : "SALWITH",
      "display" : "Salary Withdraw"
    },
    {
      "code" : "UNKNOWN",
      "display" : "Unknown"
    }
  ]
}