Tanzania NHIF → ZHSF Claims Submission FHIR IG
0.1.0 - ci-build Tanzania

Tanzania NHIF → ZHSF Claims Submission FHIR IG, published by Speedykom GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Speedykom/tanzania-nhif-zhsf-claims-ig/ and changes regularly. See the Directory of published versions

: Example TZ Claim - XML Representation

Raw xml | Download


<Claim xmlns="http://hl7.org/fhir">
  <id value="TZClaimExample"/>
  <meta>
    <profile
             value="https://build.fhir.org/ig/speedykom/tanzania-nhif-zhsf-claims-ig/StructureDefinition/tz-claim"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Claim TZClaimExample</b></p><a name="TZClaimExample"> </a><a name="hcTZClaimExample"> </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-tz-claim.html">TZ NHIF → ZHSF Claim</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}">Professional</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href="Patient/example">Patient/example</a></p><p><b>created</b>: 2026-01-11</p><p><b>provider</b>: <a href="Organization/example">Organization/example</a></p><h3>Items</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>ProductOrService</b></td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>1</td><td><span title="Codes:">HP156</span></td><td>1</td></tr></table></div>
  </text>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/claim-type"/>
      <code value="professional"/>
    </coding>
  </type>
  <use value="claim"/>
  <patient>
    <reference value="Patient/example"/>
  </patient>
  <created value="2026-01-11"/>
  <provider>
    <reference value="Organization/example"/>
  </provider>
  <item>
    <sequence value="1"/>
    <productOrService>
      <coding>
        <code value="HP156"/>
      </coding>
    </productOrService>
    <quantity>
      <value value="1"/>
    </quantity>
  </item>
</Claim>