FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 2 |
{
"resourceType" : "CodeSystem",
"id" : "payment-kind",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/payment-kind</code> defines the following codes:\n </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\">deposit\n <a name=\"payment-kind-deposit\"> </a>\n </td>\n <td>Deposit on Account</td>\n <td>The payment or adjustment is to an indicated account not to a specific charge.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">periodic-payment\n <a name=\"payment-kind-periodic-payment\"> </a>\n </td>\n <td>Periodic Payment</td>\n <td>The payment is one of a set of previously agreed payments, for example in fullfilment of a payment plan.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">online\n <a name=\"payment-kind-online\"> </a>\n </td>\n <td>Online Bill Payment</td>\n <td>Payment, full or partial, of an invoice or statement provided to the payment issuer.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">kiosk\n <a name=\"payment-kind-kiosk\"> </a>\n </td>\n <td>Kiosk Payment</td>\n <td>Payment made at an authorized Kiosk.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"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://hl7.org/fhir/payment-kind",
"version" : "5.0.0",
"name" : "PaymentKindCodes",
"title" : "Payment Kind Codes",
"status" : "active",
"experimental" : false,
"date" : "2025-09-13T16:55:28-04:00",
"publisher" : "Financial Management",
"contact" : [
{
"name" : "Financial Management",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fm"
}
]
}
],
"description" : "This value set contains codes for the type of workflow from which payments arise.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"copyright" : "HL7 Inc.",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/payment-kind",
"content" : "complete",
"concept" : [
{
"code" : "deposit",
"display" : "Deposit on Account",
"definition" : "The payment or adjustment is to an indicated account not to a specific charge."
},
{
"code" : "periodic-payment",
"display" : "Periodic Payment",
"definition" : "The payment is one of a set of previously agreed payments, for example in fullfilment of a payment plan."
},
{
"code" : "online",
"display" : "Online Bill Payment",
"definition" : "Payment, full or partial, of an invoice or statement provided to the payment issuer."
},
{
"code" : "kiosk",
"display" : "Kiosk Payment",
"definition" : "Payment made at an authorized Kiosk."
}
]
}