FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/PaymentNotice/example-01> a fhir:PaymentNotice ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-01"] ;
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ] ;
fhir:Meta.lastUpdated [ fhir:value "2024-03-31T14:58:58.181+05:30"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentNotice" ;
fhir:index 0 ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentNotice>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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><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 --> 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>"
] ;
fhir:PaymentNotice.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://benefitsinc.com/paymentnotice" ] ;
fhir:Identifier.value [ fhir:value "776543" ]
] ;
fhir:PaymentNotice.status [ fhir:value "active"] ;
fhir:PaymentNotice.created [ fhir:value "2024-01-04T14:58:58.181+05:30"^^xsd:dateTime] ;
fhir:PaymentNotice.payment [
fhir:link <http://hl7.org/fhir/PaymentReconciliation/example-01> ;
fhir:Reference.reference [ fhir:value "PaymentReconciliation/example-01" ]
] ;
fhir:PaymentNotice.paymentDate [ fhir:value "2024-03-31"^^xsd:date] ;
fhir:PaymentNotice.recipient [
fhir:link <http://hl7.org/fhir/Organization/example-03> ;
fhir:Reference.reference [ fhir:value "Organization/example-03" ]
] ;
fhir:PaymentNotice.amount [
fhir:Money.value [ fhir:value "180000"^^xsd:decimal ] ;
fhir:Money.currency [ fhir:value "INR" ]
] ;
fhir:PaymentNotice.paymentStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/paymentstatus" ] ;
fhir:Coding.code [ fhir:value "paid" ]
]
] .
<http://hl7.org/fhir/PaymentReconciliation/example-01> a fhir:PaymentReconciliation .
<http://hl7.org/fhir/Organization/example-03> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PaymentNotice/example-01.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PaymentNotice/example-01.ttl> .
IG © 2024+ National Resource Center for EHR Standards. Package ndhm.in#7.0.0 based on FHIR 4.0.1. Generated 2026-07-15
Links: Table of Contents |
QA Report
| Version History | Feedback Form |