FHIR Implementation Guide for ABDM - Local Development build (v3.0.0). See the Directory of published versions
: CoverageEligibilityRequest/preauth-example-01 - JSON Representation
Raw json | Download
{
"resourceType" : "CoverageEligibilityRequest",
"id" : "preauth-example-01",
"meta" : {
"profile" : [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CoverageEligibilityRequest</b><a name=\"preauth-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 CoverageEligibilityRequest \"preauth-example-01\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageEligibilityRequest.html\">CoverageEligibilityRequest</a></p></div><p><b>identifier</b>: id: 9900</p><p><b>status</b>: active</p><p><b>priority</b>: normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#normal)</span></p><p><b>purpose</b>: validation, auth-requirements</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> \"\"</p><p><b>serviced</b>: 2025-08-08</p><p><b>created</b>: 2022-08-07</p><p><b>enterer</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> \"\"</p><p><b>provider</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> \"\"</p><p><b>insurer</b>: <a href=\"Organization-example-01.html\">Organization/example-01</a> \"XYZ Lab Pvt.Ltd.\"</p><p><b>facility</b>: <a href=\"Location-example-01.html\">Location/example-01</a> \"South Wing, second floor\"</p><blockquote><p><b>insurance</b></p><p><b>coverage</b>: <a href=\"Coverage-example-01.html\">Coverage/example-01</a></p></blockquote><blockquote><p><b>item</b></p><p><b>category</b>: Dental care <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#225362009)</span></p><p><b>productOrService</b>: Removal of foreign body <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#10849003)</span></p><blockquote><p><b>diagnosis</b></p><p><b>diagnosis</b>: <a href=\"Condition-example-01.html\">Condition/example-01</a></p></blockquote></blockquote></div>"
},
"identifier" : [
{
"value" : "9900"
}
],
"status" : "active",
"priority" : {
"coding" : [
{
"code" : "normal"
}
]
},
"purpose" : [
"validation",
"auth-requirements"
],
"patient" : {
"reference" : "Patient/example-01"
},
"servicedDate" : "2025-08-08",
"created" : "2022-08-07",
"enterer" : {
"reference" : "Practitioner/example-01"
},
"provider" : {
"reference" : "Practitioner/example-01"
},
"insurer" : {
"reference" : "Organization/example-01"
},
"facility" : {
"reference" : "Location/example-01"
},
"insurance" : [
{
"id" : "222",
"coverage" : {
"reference" : "Coverage/example-01"
}
}
],
"item" : [
{
"id" : "1243",
"category" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "225362009",
"display" : "Dental care"
}
]
},
"productOrService" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "10849003",
"display" : "Removal of foreign body"
}
]
},
"diagnosis" : [
{
"id" : "1111",
"diagnosisReference" : {
"reference" : "Condition/example-01"
}
}
]
}
]
}