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 - TTL Representation

Draft as of 2023-07-05

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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>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>"
  ] ; # 
  fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-insuranceplan-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.1.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:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://nrces.in/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem is composed of codes that are used to classify the various types of InsurancePlans."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IN" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  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" ]
  ] ) . #