FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagendhm.in
Resource TypePaymentNotice
IdPaymentNotice-example-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PaymentNotice example-01

version: 1; Last updated: 2024-03-31 14:58:58+0530

Profile: PaymentNotice

identifier: http://benefitsinc.com/paymentnotice/776543

status: Active

created: 2024-01-04 14:58:58+0530

payment: PaymentReconciliation: identifier = http://www.BenefitsInc.com/fhir/enrollmentresponse#781234; status = active; period = 2024-03-01 11:01:00+0500 --> 2024-03-31 11:01:00+0500; created = 2024-03-31; outcome = complete; disposition = 2024 march month settlement.; paymentDate = 2024-03-31; paymentIdentifier = UTRNUMBER2920287229

paymentDate: 2024-03-31

recipient: Organization XYZ Hospital Co. Ltd.

Amounts

-ValueCurrency
*180000Indian rupee

paymentStatus: Paid


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
      }
    ]
  }
}