Kenya eClaims Implementation Guide 0.1.0 - ci-build
Kenya eClaims Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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/PaymentReconciliation/ECLM-PR-001> a fhir:PaymentReconciliation ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ECLM-PR-001"] ; 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: 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 --> 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>" ] ; fhir:PaymentReconciliation.status [ fhir:value "active"] ; fhir:PaymentReconciliation.period [ fhir:Period.start [ fhir:value "2025-11-01"^^xsd:date ] ; fhir:Period.end [ fhir:value "2025-11-30"^^xsd:date ] ] ; fhir:PaymentReconciliation.created [ fhir:value "2025-12-01T10:00:00+03:00"^^xsd:dateTime] ; fhir:PaymentReconciliation.paymentIssuer [ fhir:link <http://hl7.org/fhir/Organization/ECLM-INS-001> ; fhir:Reference.reference [ fhir:value "Organization/ECLM-INS-001" ] ] ; fhir:PaymentReconciliation.outcome [ fhir:value "complete"] ; fhir:PaymentReconciliation.paymentDate [ fhir:value "2025-12-01"^^xsd:date] ; fhir:PaymentReconciliation.paymentAmount [ fhir:Money.value [ fhir:value "145600"^^xsd:decimal ] ; fhir:Money.currency [ fhir:value "KES" ] ] . <http://hl7.org/fhir/Organization/ECLM-INS-001> a fhir:Organization . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/PaymentReconciliation/ECLM-PR-001.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/PaymentReconciliation/ECLM-PR-001.ttl> .