http://terminology.hl7.org/CodeSystem/payment-type|4.0.1

name
PaymentTypeCodes
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft

Payment Type Codes

This value set includes sample Payment Type codes.

{
  "description" : "This value set includes sample Payment Type codes.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : null,
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "Financial Management",
  "content" : "complete",
  "name" : "PaymentTypeCodes",
  "copyright" : "This is an example set.",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Payment Type Codes",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fm"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "draft"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  } ],
  "status" : "draft",
  "id" : "a46c3f95-089c-54b8-bb4e-ff7341da4dfd",
  "valueSet" : "http://hl7.org/fhir/ValueSet/payment-type",
  "url" : "http://terminology.hl7.org/CodeSystem/payment-type",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1186",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "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."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    } ]
  } ]
}