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
{
"resourceType" : "Claim",
"id" : "TZClaimExample",
"meta" : {
"profile" : [
🔗 "https://build.fhir.org/ig/speedykom/tanzania-nhif-zhsf-claims-ig/StructureDefinition/tz-claim"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/claim-type",
"code" : "professional"
}
]
},
"use" : "claim",
"patient" : {
"reference" : "Patient/example"
},
"created" : "2026-01-11",
"provider" : {
"reference" : "Organization/example"
},
"item" : [
{
"sequence" : 1,
"productOrService" : {
"coding" : [
{
"code" : "HP156"
}
]
},
"quantity" : {
"value" : 1
}
}
]
}