@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-plan-type"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-type defines the following codes:

CodeDisplay
01 Individual
02 Individual Floater
03 Group
04 Group Floater
05 Declaration
06 Declaration Floater
07 Declaration with Group Organiser
08 Declaration Floater with Group Organiser
99 Any Other Cover Type
" ] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------