FHIR Implementation Guide for ABDM
3.1.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions

: InsurancePlan Type - JSON Representation

Draft as of 2023-07-05

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ndhm-insuranceplan-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This 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" : "3.1.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" : "This CodeSystem is composed of codes that are used to classify the various types of InsurancePlans.",
  "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"
    }
  ]
}