FHIR Implementation Guide for ABDM 3.0.1 - CI Build
FHIR Implementation Guide for ABDM - Local Development build (v3.0.1). See the Directory of published versions
Raw xml | Download
<PaymentNotice xmlns="http://hl7.org/fhir"> <id value="example-01"/> <meta> <profile value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentNotice"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">A human-readable rendering of the PaymentNotice</div> </text> <identifier> <system value="http://benefitsinc.com/paymentnotice"/> <value value="776543"/> </identifier> <status value="active"/> <request> <reference value="Claim/example-01"/> </request> <response> <reference value="ClaimResponse/example-01"/> <identifier> <use value="official"/> </identifier> </response> <created value="2014-08-16"/> <provider> <reference value="Organization/example-01"/> <identifier> <use value="official"/> </identifier> </provider> <payment> <reference value="PaymentReconciliation/example-01"/> </payment> <paymentDate value="2014-08-15"/> <payee> <reference value="Organization/example-01"/> </payee> <recipient> <identifier> <system value="http://regulators.gov"/> <value value="AB123"/> </identifier> </recipient> <amount> <value value="12500.00"/> <currency value="INR"/> </amount> <paymentStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/paymentstatus"/> <code value="paid"/> </coding> </paymentStatus> </PaymentNotice>