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

Raw json | Download

{
  "resourceType" : "ClaimResponse",
  "id" : "zhsf-authorization-accepted",
  "meta" : {
    "profile" : [
      🔗 "http://moh.tz/fhir/StructureDefinition/tz-claimresponse"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/claim-type",
        "code" : "professional"
      }
    ]
  },
  "use" : "predetermination",
  "patient" : {
    "identifier" : {
      "system" : "http://moh.tz/fhir/card-no",
      "value" : "10200000000"
    }
  },
  "created" : "2025-06-29T21:18:06.017Z",
  "insurer" : {
    "identifier" : {
      "system" : "http://moh.tz/fhir/organization",
      "value" : "ZHSF"
    }
  },
  "preAuthRef" : "590524941515",
  "item" : [
    {
      "reviewOutcome" : {
        "decision" : {
          "text" : "ACCEPTED"
        },
        "reason" : [
          {
            "text" : ""
          }
        ]
      }
    }
  ],
  "processNote" : [
    {
      "text" : "Verified OK"
    }
  ]
}