FHIR Implementation Guide for ABDM - Local Development build (v3.0.1). 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 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:Resource.id [ fhir:value "ndhm-insuranceplan-type"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.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:CodeSystem.url [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-insuranceplan-type"];
fhir:CodeSystem.version [ fhir:value "3.0.1"];
fhir:CodeSystem.name [ fhir:value "InsurancePlanType"];
fhir:CodeSystem.title [ fhir:value "InsurancePlan 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 is composed of codes that are used to classify the various types of InsurancePlans."];
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 "01" ];
fhir:CodeSystem.concept.display [ fhir:value "Hospitalisation Indemnity Policy" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "02" ];
fhir:CodeSystem.concept.display [ fhir:value "Hospital Cash Plan" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "03" ];
fhir:CodeSystem.concept.display [ fhir:value "Critical Illness Cover -Indemnity" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "04" ];
fhir:CodeSystem.concept.display [ fhir:value "Critical Illness Cover - Benefits" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "05" ];
fhir:CodeSystem.concept.display [ fhir:value "Out Patient Policy" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "07" ];
fhir:CodeSystem.concept.display [ fhir:value "Universal Health Policy" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "08" ];
fhir:CodeSystem.concept.display [ fhir:value "Micro insurance Policy" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "09" ];
fhir:CodeSystem.concept.display [ fhir:value "Package Policy (covering more than one type of health above)" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "10" ];
fhir:CodeSystem.concept.display [ fhir:value "Hybrid Policy (covering other than health also)" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "90" ];
fhir:CodeSystem.concept.display [ fhir:value "Mass policy" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "99" ];
fhir:CodeSystem.concept.display [ fhir:value "Any Other Product Type" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2020+ National Resource Center for EHR Standards. Package ndhm.in#3.0.1 based on FHIR 4.0.1. Generated 2023-07-05
Links: Table of Contents |
QA Report |
Version History |