FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PaymentNotice/example-01 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:PaymentNotice ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-01"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2024-03-31T14:58:58.181+05:30"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentNotice"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentNotice>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><a name=\"example-01-hi-IN\"> </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 --&gt; 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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://benefitsinc.com/paymentnotice"^^xsd:anyURI ] ;
fhir:value [ fhir:v "776543" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:created [ fhir:v "2024-01-04T14:58:58.181+05:30"^^xsd:dateTime] ; # 
  fhir:payment [
fhir:reference [ fhir:v "PaymentReconciliation/example-01" ]
  ] ; # 
  fhir:paymentDate [ fhir:v "2024-03-31"^^xsd:date] ; # 
  fhir:recipient [
fhir:reference [ fhir:v "Organization/example-03" ]
  ] ; # 
  fhir:amount [
fhir:value [ fhir:v "180000"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ]
  ] ; # 
  fhir:paymentStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/paymentstatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "paid" ]     ] )
  ] . #