{
  "resourceType" : "CodeSystem",
  "id" : "payment-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/payment-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">payment\n                  <a name=\"payment-type-payment\"> </a>\n                </td>\n                <td>Payment</td>\n                <td>The amount is partial or complete settlement of the amounts due.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">adjustment\n                  <a name=\"payment-type-adjustment\"> </a>\n                </td>\n                <td>Adjustment</td>\n                <td>The amount is an adjustment regarding claims already paid.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">advance\n                  <a name=\"payment-type-advance\"> </a>\n                </td>\n                <td>Advance</td>\n                <td>The amount is an advance against future claims.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4b.r5"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fm"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/payment-type",
  "version" : "4.3.0",
  "name" : "PaymentTypeCodes",
  "title" : "Payment Type Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:46:03-04:00",
  "publisher" : "Financial Management",
  "contact" : [{
    "name" : "Financial Management",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fm"
    }]
  }],
  "description" : "This value set includes sample Payment Type codes.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "copyright" : "This is an example set.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "payment",
    "display" : "Payment",
    "definition" : "The amount is partial or complete settlement of the amounts due."
  },
  {
    "code" : "adjustment",
    "display" : "Adjustment",
    "definition" : "The amount is an adjustment regarding claims already paid."
  },
  {
    "code" : "advance",
    "display" : "Advance",
    "definition" : "The amount is an advance against future claims."
  }]
}