Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Atrius Payment Kind

Active as of 2026-08-30

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "atrius-payment-kind",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem atrius-payment-kind</b></p><a name=\"atrius-payment-kind\"> </a><a name=\"hcatrius-payment-kind\"> </a><p>This case-sensitive code system <code>https://atrius.in/fhir/CodeSystem/atrius-payment-kind</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">deposit<a name=\"atrius-payment-kind-deposit\"> </a></td><td>Deposit / advance</td><td>Patient advance against an IPD Account</td></tr><tr><td style=\"white-space:nowrap\">settlement<a name=\"atrius-payment-kind-settlement\"> </a></td><td>Settlement</td><td>Payment applied to settle patient share</td></tr><tr><td style=\"white-space:nowrap\">refund<a name=\"atrius-payment-kind-refund\"> </a></td><td>Refund</td><td>Refund of unused deposit / overpayment</td></tr></table></div>"
  },
  "url" : "https://atrius.in/fhir/CodeSystem/atrius-payment-kind",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.66219.1.16.18"
    }
  ],
  "version" : "0.1.0",
  "name" : "AtriusPaymentKind",
  "title" : "Atrius Payment Kind",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-08-30T18:15:29+05:30",
  "publisher" : "Atrius",
  "contact" : [
    {
      "name" : "Atrius",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://atrius.in"
        }
      ]
    }
  ],
  "description" : "Kinds of PaymentNotice linked to an IPD Account (deposit, settlement, refund).",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "deposit",
      "display" : "Deposit / advance",
      "definition" : "Patient advance against an IPD Account"
    },
    {
      "code" : "settlement",
      "display" : "Settlement",
      "definition" : "Payment applied to settle patient share"
    },
    {
      "code" : "refund",
      "display" : "Refund",
      "definition" : "Refund of unused deposit / overpayment"
    }
  ]
}