FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
{
"resourceType" : "Claim",
"id" : "example-01",
"meta" : {
"profile" : [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/Claim"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Claim</b><a name=\"example-01\"> </a></p><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\">Resource Claim "example-01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Claim.html\">Claim</a></p></div><p><b>identifier</b>: id:\u00a07612345</p><p><b>status</b>: active</p><p><b>type</b>: Pharmacy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-claim-type.html\">Claim Type Codes</a>#pharmacy)</span></p><p><b>use</b>: claim</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> ""</p><p><b>created</b>: 2014-08-16</p><p><b>insurer</b>: <a href=\"Organization-example-01.html\">Organization/example-01</a> "XYZ Lab Pvt.Ltd."</p><p><b>provider</b>: <a href=\"Organization-example-01.html\">Organization/example-01</a> "XYZ Lab Pvt.Ltd."</p><p><b>priority</b>: Immediate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-processpriority.html\">Process Priority Codes</a>#stat)</span></p><h3>Payees</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-payeetype.html\">Claim Payee Type Codes</a>#provider)</span></td></tr></table><h3>CareTeams</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Provider</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> ""</td></tr></table><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Diagnosis[x]</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>654456 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#654456)</span></td><td>Oral <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-claim-type.html\">Claim Type Codes</a>#oral)</span></td></tr></table><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td><td><b>PreAuthRef</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td><a href=\"Coverage-example-01.html\">Coverage/example-01</a></td><td>12345</td></tr></table><blockquote><p><b>item</b></p><p><b>sequence</b>: 1</p><p><b>careTeamSequence</b>: 1</p><p><b>productOrService</b>: Smoking cessation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-service-pharmacy.html\">Example Pharmacy Service Codes</a>#smokecess)</span></p><p><b>serviced</b>: 2014-08-16</p><h3>UnitPrices</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>60.00</td><td>INR</td></tr></table><h3>Nets</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>60.00</td><td>INR</td></tr></table></blockquote></div>"
},
"identifier" : [
{
"system" : "http://happypharma.com/claim",
"value" : "7612345"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/claim-type",
"code" : "pharmacy"
}
]
},
"use" : "claim",
"patient" : {
"reference" : "Patient/example-01"
},
"created" : "2014-08-16",
"insurer" : {
"reference" : "Organization/example-01"
},
"provider" : {
"reference" : "Organization/example-01"
},
"priority" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/processpriority",
"code" : "stat"
}
]
},
"payee" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/payeetype",
"code" : "provider"
}
]
}
},
"careTeam" : [
{
"sequence" : 1,
"provider" : {
"reference" : "Practitioner/example-01"
}
}
],
"diagnosis" : [
{
"sequence" : 1,
"diagnosisCodeableConcept" : {
"coding" : [
{
"code" : "654456"
}
]
},
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/claim-type",
"code" : "oral"
}
]
}
]
}
],
"insurance" : [
{
"sequence" : 1,
"focal" : true,
"coverage" : {
"reference" : "Coverage/example-01"
},
"preAuthRef" : [
"12345"
]
}
],
"item" : [
{
"sequence" : 1,
"careTeamSequence" : [
1
],
"productOrService" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/ex-pharmaservice",
"code" : "smokecess"
}
]
},
"servicedDate" : "2014-08-16",
"unitPrice" : {
"value" : 60.00,
"currency" : "INR"
},
"net" : {
"value" : 60.00,
"currency" : "INR"
}
}
]
}
IG © 2020+ National Resource Center for EHR Standards. Package ndhm.in#3.1.0 based on FHIR 4.0.1. Generated 2023-08-10
Links: Table of Contents |
QA Report
| Version History |