FHIR IG analytics| Package | tz.fhir.ig |
| Resource Type | ClaimResponse |
| Id | ClaimResponse-zhsf-authorization-accepted.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ClaimResponse zhsf-authorization-accepted
Profile: Tanzania ClaimResponse Profile
status: Active
type: Professional
use: Predetermination
patient: Identifier: http://moh.tz/fhir/card-no/10200000000
created: 2025-06-29 21:18:06+0000
insurer: Identifier: http://moh.tz/fhir/organization/ZHSF
preAuthRef: 590524941515
item
ReviewOutcomes
Decision Reason ACCEPTED
| Text |
| Verified OK |
{
"resourceType": "ClaimResponse",
"id": "zhsf-authorization-accepted",
"meta": {
"profile": [
"http://moh.tz/fhir/StructureDefinition/tz-claimresponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}