This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: PaymentReconciliation/example-01 - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:PaymentReconciliation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentReconciliation"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentReconciliation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PaymentReconciliation</b><a name=\"example-01\"> </a></p><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\">Resource PaymentReconciliation "example-01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PaymentReconciliation.html\">PaymentReconciliation</a></p></div><p><b>identifier</b>: <code>http://www.BenefitsInc.com/fhir/enrollmentresponse</code>/781234</p><p><b>status</b>: active</p><p><b>period</b>: 2023-12-09 11:01:00+0500 --> 2023-12-30 11:01:00+0500</p><p><b>created</b>: 2024-01-05</p><p><b>paymentIssuer</b>: <a href=\"Organization-example-02.html\">Organization/example-02</a> "XYZ Insurance Co. Ltd."</p><p><b>requestor</b>: <a href=\"Organization-example-03.html\">Organization/example-03</a> "XYZ Hospital Co. Ltd."</p><p><b>outcome</b>: complete</p><p><b>disposition</b>: 2023 December month settlement.</p><p><b>paymentDate</b>: 2023-01-04</p><h3>PaymentAmounts</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>90100</td><td>INR</td></tr></table><p><b>paymentIdentifier</b>: <code>https://services.india.gov.in/service/detail/transictionid</code>/1012424354354345</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.BenefitsInc.com/fhir/enrollmentresponse"^^xsd:anyURI ] ;
fhir:value [ fhir:v "781234" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:period [
fhir:start [ fhir:v "2023-12-09T11:01:00+05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-12-30T11:01:00+05:00"^^xsd:dateTime ]
] ; #
fhir:created [ fhir:v "2024-01-05"^^xsd:date] ; #
fhir:paymentIssuer [
fhir:reference [ fhir:v "Organization/example-02" ]
] ; #
fhir:requestor [
fhir:reference [ fhir:v "Organization/example-03" ]
] ; #
fhir:outcome [ fhir:v "complete"] ; #
fhir:disposition [ fhir:v "2023 December month settlement."] ; #
fhir:paymentDate [ fhir:v "2023-01-04"^^xsd:date] ; #
fhir:paymentAmount [
fhir:value [ fhir:v "90100"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ]
] ; #
fhir:paymentIdentifier [
fhir:system [ fhir:v "https://services.india.gov.in/service/detail/transictionid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1012424354354345" ]
] . #