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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeClaimResponse
IdClaimResponse-NgClaimResponse-001.json
FHIR VersionR4

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 NgClaimResponse-001

status: Active

type: Pharmacy

use: Claim

patient: Musa Abdullahi Male, DoB: 1987-07-06 ( nin)

created: 2025-11-04 12:45:00+0000

insurer: Organization Truth Health Maintenance Organization

request: Claim: identifier = https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry#CLM-2025-0001; status = active; type = Pharmacy; use = claim; created = 2025-11-04 12:30:00+0000; priority = Normal

outcome: Processing Complete

disposition: Approved in full.

preAuthRef: 1234


Source1

{
  "resourceType": "ClaimResponse",
  "id": "NgClaimResponse-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-claim-response"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "pharmacy"
      }
    ]
  },
  "use": "claim",
  "patient": {
    "reference": "Patient/NgPatient-002"
  },
  "created": "2025-11-04T12:45:00Z",
  "insurer": {
    "reference": "Organization/Organization-Truth-HMO"
  },
  "request": {
    "reference": "Claim/NgClaim-001"
  },
  "outcome": "complete",
  "disposition": "Approved in full.",
  "preAuthRef": "1234"
}