FHIR Implementation Guide for ABDM
6.0.0 - active India flag

Banner

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

: Plan 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-plan-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-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-plan-type-01\"> </a></td><td>Individual</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"ndhm-plan-type-02\"> </a></td><td>Individual Floater</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"ndhm-plan-type-03\"> </a></td><td>Group</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"ndhm-plan-type-04\"> </a></td><td>Group Floater</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"ndhm-plan-type-05\"> </a></td><td>Declaration</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"ndhm-plan-type-06\"> </a></td><td>Declaration Floater</td></tr><tr><td style=\"white-space:nowrap\">07<a name=\"ndhm-plan-type-07\"> </a></td><td>Declaration with Group Organiser</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"ndhm-plan-type-08\"> </a></td><td>Declaration Floater with Group Organiser</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"ndhm-plan-type-99\"> </a></td><td>Any Other Cover Type</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "6.0.0"] ; # 
  fhir:name [ fhir:v "PlanType"] ; # 
  fhir:title [ fhir:v "Plan 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 contains a set of codes that can be utilized to categorize the type of insurance plans."] ; # 
  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 "Individual" ]
  ] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Individual Floater" ]
  ] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Group" ]
  ] [
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "Group Floater" ]
  ] [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Declaration" ]
  ] [
fhir:code [ fhir:v "06" ] ;
fhir:display [ fhir:v "Declaration Floater" ]
  ] [
fhir:code [ fhir:v "07" ] ;
fhir:display [ fhir:v "Declaration with Group Organiser" ]
  ] [
fhir:code [ fhir:v "08" ] ;
fhir:display [ fhir:v "Declaration Floater with Group Organiser" ]
  ] [
fhir:code [ fhir:v "99" ] ;
fhir:display [ fhir:v "Any Other Cover Type" ]
  ] ) . #