FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2023-07-05 |
{
"resourceType" : "CodeSystem",
"id" : "ndhm-insuranceplan-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-insuranceplan-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"ndhm-insuranceplan-type-01\"> </a></td><td>Hospitalisation Indemnity Policy</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"ndhm-insuranceplan-type-02\"> </a></td><td>Hospital Cash Plan</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"ndhm-insuranceplan-type-03\"> </a></td><td>Critical Illness Cover -Indemnity</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"ndhm-insuranceplan-type-04\"> </a></td><td>Critical Illness Cover - Benefits</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"ndhm-insuranceplan-type-05\"> </a></td><td>Out Patient Policy</td></tr><tr><td style=\"white-space:nowrap\">07<a name=\"ndhm-insuranceplan-type-07\"> </a></td><td>Universal Health Policy</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"ndhm-insuranceplan-type-08\"> </a></td><td>Micro insurance Policy</td></tr><tr><td style=\"white-space:nowrap\">09<a name=\"ndhm-insuranceplan-type-09\"> </a></td><td>Package Policy (covering more than one type of health above)</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"ndhm-insuranceplan-type-10\"> </a></td><td>Hybrid Policy (covering other than health also)</td></tr><tr><td style=\"white-space:nowrap\">90<a name=\"ndhm-insuranceplan-type-90\"> </a></td><td>Mass policy</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"ndhm-insuranceplan-type-99\"> </a></td><td>Any Other Product Type</td></tr></table></div>"
},
"url" : "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-insuranceplan-type",
"version" : "6.0.0",
"name" : "InsurancePlanType",
"title" : "InsurancePlan Type",
"status" : "draft",
"experimental" : false,
"date" : "2023-07-05",
"publisher" : "National Resource Center for EHR Standards",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://nrces.in/"
}
]
}
],
"description" : "The Valueset comprises codes employed for categorizing different Insurance product. It is created by referring the Health Insurance Data Reporting Manual provided by the Insurance Information Bureau of India (IIB). For more information, visit IIB's official website: https://iib.gov.in or access the manual directly at: https://healthapp.iib.gov.in/IIB/datamanuals/hidmanual08.pdf.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "IN"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "01",
"display" : "Hospitalisation Indemnity Policy"
},
{
"code" : "02",
"display" : "Hospital Cash Plan"
},
{
"code" : "03",
"display" : "Critical Illness Cover -Indemnity"
},
{
"code" : "04",
"display" : "Critical Illness Cover - Benefits"
},
{
"code" : "05",
"display" : "Out Patient Policy"
},
{
"code" : "07",
"display" : "Universal Health Policy"
},
{
"code" : "08",
"display" : "Micro insurance Policy"
},
{
"code" : "09",
"display" : "Package Policy (covering more than one type of health above)"
},
{
"code" : "10",
"display" : "Hybrid Policy (covering other than health also)"
},
{
"code" : "90",
"display" : "Mass policy"
},
{
"code" : "99",
"display" : "Any Other Product Type"
}
]
}