{
  "resourceType" : "Claim",
  "id" : "example-claim",
  "meta" : {
    "profile" : ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-claim"]
  },
  "language" : "uz",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"uz\" lang=\"uz\"><hr/><p><b>Uzbek</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Claim example-claim</b></p><a name=\"uz-example-claim\"> </a><a name=\"uz-hcexample-claim\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-claim.html\">UZ Core Claim</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type institutional}\">Institutional</span></p><p><b>use</b>: Preauthorization</p><p><b>patient</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)</a></p><p><b>created</b>: 2026-10-03</p><p><b>provider</b>: <a href=\"Organization-tashkent-diseases-hospital.html\">Organization Toshkent viloyati yuqumli kasalliklar shifoxonasi</a></p><p><b>referral</b>: <a href=\"ServiceRequest-UZCoreServiceRequest-Example01.html\">ServiceRequest CBC panel</a></p><p><b>facility</b>: <a href=\"Organization-tashkent-diseases-hospital.html\">Organization Toshkent viloyati yuqumli kasalliklar shifoxonasi</a></p><h3>Totals</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>100000</td><td>Uzbekistan som</td></tr></table></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/claim-type",
      "code" : "institutional"
    }]
  },
  "use" : "preauthorization",
  "patient" : {
    "reference" : "Patient/example-salim"
  },
  "created" : "2026-10-03",
  "provider" : {
    "reference" : "Organization/tashkent-diseases-hospital"
  },
  "referral" : {
    "reference" : "ServiceRequest/UZCoreServiceRequest-Example01"
  },
  "facility" : {
    "reference" : "Organization/tashkent-diseases-hospital"
  },
  "total" : {
    "value" : 100000,
    "currency" : "UZS"
  }
}