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

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

CodeDisplay
00 Individual
01 Individual Floater
02 Group
03 Group Floater
04 Declaration
05 Declaration Floater
06 Declaration with Group Organiser
07 Declaration Floater with Group Organiser
99 Any Other Cover Type
" ]; fhir:CodeSystem.url [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-type"]; fhir:CodeSystem.version [ fhir:value "3.0.1"]; fhir:CodeSystem.name [ fhir:value "PlanType"]; fhir:CodeSystem.title [ fhir:value "Plan Type"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.date [ fhir:value "2023-07-05"^^xsd:date]; fhir:CodeSystem.publisher [ fhir:value "National Resource Center for EHR Standards"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://nrces.in/" ] ] ]; fhir:CodeSystem.description [ fhir:value "This CodeSystem contains a set of codes that can be utilized to categorize the type of insurance plans."]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "IN" ] ] ]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "00" ]; fhir:CodeSystem.concept.display [ fhir:value "Individual" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "01" ]; fhir:CodeSystem.concept.display [ fhir:value "Individual Floater" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "02" ]; fhir:CodeSystem.concept.display [ fhir:value "Group" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "03" ]; fhir:CodeSystem.concept.display [ fhir:value "Group Floater" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "04" ]; fhir:CodeSystem.concept.display [ fhir:value "Declaration" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "05" ]; fhir:CodeSystem.concept.display [ fhir:value "Declaration Floater" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "06" ]; fhir:CodeSystem.concept.display [ fhir:value "Declaration with Group Organiser" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "07" ]; fhir:CodeSystem.concept.display [ fhir:value "Declaration Floater with Group Organiser" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "99" ]; fhir:CodeSystem.concept.display [ fhir:value "Any Other Cover Type" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------