FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetz.fhir.ig
Resource TypeClaimResponse
IdClaimResponse-zhsf-authorization-accepted.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ClaimResponse zhsf-authorization-accepted

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

-DecisionReason
*ACCEPTED

ProcessNotes

-Text
*Verified OK

Source1

{
  "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"
    }
  ]
}