FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PaymentNotice/example-01 - JSON Representation

Raw json | Download

{
  "resourceType" : "PaymentNotice",
  "id" : "example-01",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-03-31T14:58:58.181+05:30",
    "profile" : [
      🔗 "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentNotice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PaymentNotice example-01</b></p><a name=\"example-01\"> </a><a name=\"hcexample-01\"> </a><a name=\"example-01-hi-IN\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2024-03-31 14:58:58+0530</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PaymentNotice.html\">PaymentNotice</a></p></div><p><b>identifier</b>: <code>http://benefitsinc.com/paymentnotice</code>/776543</p><p><b>status</b>: Active</p><p><b>created</b>: 2024-01-04 14:58:58+0530</p><p><b>payment</b>: <a href=\"PaymentReconciliation-example-01.html\">PaymentReconciliation: identifier = http://www.BenefitsInc.com/fhir/enrollmentresponse#781234; status = active; period = 2024-03-01 11:01:00+0500 --&gt; 2024-03-31 11:01:00+0500; created = 2024-03-31; outcome = complete; disposition = 2024 march month settlement.; paymentDate = 2024-03-31; paymentIdentifier = UTRNUMBER2920287229</a></p><p><b>paymentDate</b>: 2024-03-31</p><p><b>recipient</b>: <a href=\"Organization-example-03.html\">Organization XYZ Hospital Co. Ltd.</a></p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>180000</td><td>Indian rupee</td></tr></table><p><b>paymentStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/paymentstatus paid}\">Paid</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://benefitsinc.com/paymentnotice",
      "value" : "776543"
    }
  ],
  "status" : "active",
  "created" : "2024-01-04T14:58:58.181+05:30",
  "payment" : {
    🔗 "reference" : "PaymentReconciliation/example-01"
  },
  "paymentDate" : "2024-03-31",
  "recipient" : {
    🔗 "reference" : "Organization/example-03"
  },
  "amount" : {
    "value" : 180000,
    "currency" : "INR"
  },
  "paymentStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/paymentstatus",
        "code" : "paid"
      }
    ]
  }
}