Tanzania FHIR Facade Implementation Guide
0.1.0 - ci-build Tanzania

Tanzania FHIR Facade Implementation Guide, published by Ministry of Health – Tanzania. 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/tz-fhir-ig/ and changes regularly. See the Directory of published versions

: zhsf-authorization-accepted - XML Representation

Raw xml | Download


<ClaimResponse xmlns="http://hl7.org/fhir">
  <id value="zhsf-authorization-accepted"/>
  <meta>
    <profile value="http://moh.tz/fhir/StructureDefinition/tz-claimresponse"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ClaimResponse zhsf-authorization-accepted</b></p><a name="zhsf-authorization-accepted"> </a><a name="hczhsf-authorization-accepted"> </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-claimresponse.html">Tanzania ClaimResponse Profile</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>: Predetermination</p><p><b>patient</b>: Identifier: <code>http://moh.tz/fhir/card-no</code>/10200000000</p><p><b>created</b>: 2025-06-29 21:18:06+0000</p><p><b>insurer</b>: Identifier: <code>http://moh.tz/fhir/organization</code>/ZHSF</p><p><b>preAuthRef</b>: 590524941515</p><blockquote><p><b>item</b></p><h3>ReviewOutcomes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Decision</b></td><td><b>Reason</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">ACCEPTED</span></td><td><span title="Codes:"></span></td></tr></table></blockquote><h3>ProcessNotes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>Verified OK</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="predetermination"/>
  <patient>
    <identifier>
      <system value="http://moh.tz/fhir/card-no"/>
      <value value="10200000000"/>
    </identifier>
  </patient>
  <created value="2025-06-29T21:18:06.017Z"/>
  <insurer>
    <identifier>
      <system value="http://moh.tz/fhir/organization"/>
      <value value="ZHSF"/>
    </identifier>
  </insurer>
  <preAuthRef value="590524941515"/>
  <item>
    <reviewOutcome>
      <decision>
        <text value="ACCEPTED"/>
      </decision>
      <reason>
        <text value=""/>
      </reason>
    </reviewOutcome>
  </item>
  <processNote>
    <text value="Verified OK"/>
  </processNote>
</ClaimResponse>