This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Draft as of 2023-07-05 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ndhm-insuranceplan-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ndhm-insuranceplan-type</b></p><a name=\"ndhm-insuranceplan-type\"> </a><a name=\"hcndhm-insuranceplan-type\"> </a><a name=\"ndhm-insuranceplan-type-hi-IN\"> </a><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>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-insuranceplan-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "6.5.0"] ; #
fhir:name [ fhir:v "InsurancePlanType"] ; #
fhir:title [ fhir:v "InsurancePlan Type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-07-05"^^xsd:date] ; #
fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; #
fhir:contact ( [
fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://nrces.in/" ] ] )
] ) ; #
fhir:description [ fhir:v "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."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IN" ] ;
fhir:display [ fhir:v "India" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Hospitalisation Indemnity Policy" ]
] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Hospital Cash Plan" ]
] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Critical Illness Cover -Indemnity" ]
] [
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "Critical Illness Cover - Benefits" ]
] [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Out Patient Policy" ]
] [
fhir:code [ fhir:v "07" ] ;
fhir:display [ fhir:v "Universal Health Policy" ]
] [
fhir:code [ fhir:v "08" ] ;
fhir:display [ fhir:v "Micro insurance Policy" ]
] [
fhir:code [ fhir:v "09" ] ;
fhir:display [ fhir:v "Package Policy (covering more than one type of health above)" ]
] [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Hybrid Policy (covering other than health also)" ]
] [
fhir:code [ fhir:v "90" ] ;
fhir:display [ fhir:v "Mass policy" ]
] [
fhir:code [ fhir:v "99" ] ;
fhir:display [ fhir:v "Any Other Product Type" ]
] ) . #
IG © 2024+ National Resource Center for EHR Standards. Package ndhm.in#6.5.0 based on FHIR 4.0.1. Generated 2025-05-08
Links: Table of Contents |
QA Report
| Version History | Feedback Form |