FHIR IG analytics| Package | ndhm.in |
| Resource Type | PaymentNotice |
| Id | PaymentNotice-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
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
paymentDate: 2024-03-31
recipient: Organization XYZ Hospital Co. Ltd.
| Value | Currency |
| 180000 | Indian rupee |
paymentStatus: Paid
{
"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"
}
]
}
}