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

: Example AtriusIn PaymentNotice — deposit

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 -------------------------------------------------------------------

<http://hl7.org/fhir/PaymentNotice/atrius-in-paymentnotice-deposit-example> a fhir:PaymentNotice ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "atrius-in-paymentnotice-deposit-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-paymentnotice" ;
       fhir:index -1 ;
       fhir:link <https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-paymentnotice>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "https://atrius.in/fhir/StructureDefinition/atrius-payment-kind" ] ;
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "https://atrius.in/fhir/CodeSystem/atrius-payment-kind" ] ;
       fhir:Coding.code [ fhir:value "deposit" ] ;
       fhir:Coding.display [ fhir:value "Deposit / advance" ]
     ]
  ] ;
  fhir:PaymentNotice.status [ fhir:value "active"] ;
  fhir:PaymentNotice.created [ fhir:value "2026-07-03T10:15:00+05:30"^^xsd:dateTime] ;
  fhir:PaymentNotice.payment [
     fhir:link <http://hl7.org/fhir/PaymentReconciliation/atrius-in-paymentreconciliation-example> ;
     fhir:Reference.reference [ fhir:value "PaymentReconciliation/atrius-in-paymentreconciliation-example" ]
  ] ;
  fhir:PaymentNotice.paymentDate [ fhir:value "2026-07-03"^^xsd:date] ;
  fhir:PaymentNotice.recipient [
     fhir:link <http://hl7.org/fhir/Organization/atrius-in-organization-example> ;
     fhir:Reference.reference [ fhir:value "Organization/atrius-in-organization-example" ]
  ] ;
  fhir:PaymentNotice.amount [
     fhir:Money.value [ fhir:value "10000"^^xsd:decimal ] ;
     fhir:Money.currency [ fhir:value "INR" ]
  ] .

<http://hl7.org/fhir/PaymentReconciliation/atrius-in-paymentreconciliation-example> a fhir:PaymentReconciliation .

<http://hl7.org/fhir/Organization/atrius-in-organization-example> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/PaymentNotice/atrius-in-paymentnotice-deposit-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PaymentNotice/atrius-in-paymentnotice-deposit-example.ttl> .