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
{
"resourceType" : "PaymentNotice",
"id" : "atrius-in-paymentnotice-deposit-example",
"meta" : {
"profile" : [
🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-paymentnotice"
]
},
"language" : "en",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PaymentNotice atrius-in-paymentnotice-deposit-example</b></p><a name=\"atrius-in-paymentnotice-deposit-example\"> </a><a name=\"hcatrius-in-paymentnotice-deposit-example\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-atrius-in-paymentnotice.html\">Atrius India Core PaymentNotice</a></p></div><p><b>Payment kind</b>: <a href=\"CodeSystem-atrius-payment-kind.html#atrius-payment-kind-deposit\">Atrius Payment Kind: deposit</a> (Deposit / advance)</p><p><b>status</b>: Active</p><p><b>created</b>: 2026-07-03 10:15:00+0530</p><p><b>payment</b>: <a href=\"PaymentReconciliation-atrius-in-paymentreconciliation-example.html\">PaymentReconciliation: status = active; created = 2026-05-25; paymentDate = 2026-05-24; paymentIdentifier = NEFT-2026-05521</a></p><p><b>paymentDate</b>: 2026-07-03</p><p><b>recipient</b>: <a href=\"Organization-atrius-in-organization-example.html\">Organization AtriusIn General Hospital</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>10000</td><td>Indian rupee</td></tr></table></div>"
},
"extension" : [
{
"url" : "https://atrius.in/fhir/StructureDefinition/atrius-payment-kind",
"valueCoding" : {
"system" : "https://atrius.in/fhir/CodeSystem/atrius-payment-kind",
"code" : "deposit",
"display" : "Deposit / advance"
}
}
],
"status" : "active",
"created" : "2026-07-03T10:15:00+05:30",
"payment" : {
🔗 "reference" : "PaymentReconciliation/atrius-in-paymentreconciliation-example"
},
"paymentDate" : "2026-07-03",
"recipient" : {
🔗 "reference" : "Organization/atrius-in-organization-example"
},
"amount" : {
"value" : 10000,
"currency" : "INR"
}
}