@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 -------------------------------------------------------------------

<https://nshr-uat.sha.go.ke/fhir/PaymentReconciliation/ECLM-PR-001> a fhir:PaymentReconciliation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ECLM-PR-001"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PaymentReconciliation ECLM-PR-001</b></p><a name=\"ECLM-PR-001\"> </a><a name=\"hcECLM-PR-001\"> </a><p><b>status</b>: Active</p><p><b>period</b>: 2025-11-01 --&gt; 2025-11-30</p><p><b>created</b>: 2025-12-01 10:00:00+0300</p><p><b>paymentIssuer</b>: <a href=\"Organization-ECLM-INS-001.html\">Organization Social Health Authority</a></p><p><b>outcome</b>: Processing Complete</p><p><b>paymentDate</b>: 2025-12-01</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>145600</td><td>Kenyan shilling</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:period [
     fhir:start [ fhir:v "2025-11-01"^^xsd:date ] ;
     fhir:end [ fhir:v "2025-11-30"^^xsd:date ]
  ] ; # 
  fhir:created [ fhir:v "2025-12-01T10:00:00+03:00"^^xsd:dateTime] ; # 
  fhir:paymentIssuer [
     fhir:l <https://nshr-uat.sha.go.ke/fhir/Organization/ECLM-INS-001> ;
     fhir:reference [ fhir:v "Organization/ECLM-INS-001" ]
  ] ; # 
  fhir:outcome [ fhir:v "complete"] ; # 
  fhir:paymentDate [ fhir:v "2025-12-01"^^xsd:date] ; # 
  fhir:paymentAmount [
     fhir:value [ fhir:v "145600"^^xsd:decimal ] ;
     fhir:currency [ fhir:v "KES" ]
  ] . # 

# -------------------------------------------------------------------------------------

