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

FHIR IG analytics

Packagetz.nhif.zhsf.claims
Resource TypeClaim
IdClaim-TZClaimExample.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: Claim TZClaimExample

status: Active

type: Professional

use: Claim

patient: Patient/example

created: 2026-01-11

provider: Organization/example

Items

-SequenceProductOrServiceQuantity
*1HP1561

Source1

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