FHIR IG analytics| Package | tz.nhif.zhsf.claims |
| Resource Type | Claim |
| Id | Claim-TZClaimExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Claim TZClaimExample
Profile: TZ NHIF → ZHSF Claim
status: Active
type: Professional
use: Claim
patient: Patient/example
created: 2026-01-11
provider: Organization/example
| Sequence | ProductOrService | Quantity |
| 1 | HP156 | 1 |
{
"resourceType": "Claim",
"id": "TZClaimExample",
"meta": {
"profile": [
"https://build.fhir.org/ig/speedykom/tanzania-nhif-zhsf-claims-ig/StructureDefinition/tz-claim"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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
}
}
]
}