FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). 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:id [ fhir:v "ndhm-coverage-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-coverage-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\">00<a name=\"ndhm-coverage-type-00\"> </a></td><td>In Patient Hospitalization</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"ndhm-coverage-type-01\"> </a></td><td>Pre Hospitalization</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"ndhm-coverage-type-02\"> </a></td><td>Post Hospitalization</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"ndhm-coverage-type-03\"> </a></td><td>Local Ambulance</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"ndhm-coverage-type-04\"> </a></td><td>Living Donor Medical Costs</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"ndhm-coverage-type-05\"> </a></td><td>Annual Preventive Health Check up</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"ndhm-coverage-type-06\"> </a></td><td>Mental Illness Treatment</td></tr><tr><td style=\"white-space:nowrap\">07<a name=\"ndhm-coverage-type-07\"> </a></td><td>Rehabiliation</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"ndhm-coverage-type-08\"> </a></td><td>Modern Treatment method</td></tr><tr><td style=\"white-space:nowrap\">09<a name=\"ndhm-coverage-type-09\"> </a></td><td>Out patient</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"ndhm-coverage-type-10\"> </a></td><td>Lab pathelogy</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"ndhm-coverage-type-11\"> </a></td><td>Drugs and Medicines</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"ndhm-coverage-type-12\"> </a></td><td>Dental</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"ndhm-coverage-type-13\"> </a></td><td>Eye</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"ndhm-coverage-type-14\"> </a></td><td>Day Care</td></tr><tr><td style=\"white-space:nowrap\">15<a name=\"ndhm-coverage-type-15\"> </a></td><td>Daily-cash</td></tr><tr><td style=\"white-space:nowrap\">16<a name=\"ndhm-coverage-type-16\"> </a></td><td>Major illness/critical illness</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-coverage-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.1.0"] ; #
fhir:name [ fhir:v "CoverageType"] ; #
fhir:title [ fhir:v "Coverage 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 consists of a set of codes that can be utilized to categorize the insurance coverage type."] ; #
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 "00" ] ;
fhir:display [ fhir:v "In Patient Hospitalization" ]
] [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Pre Hospitalization" ]
] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Post Hospitalization" ]
] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Local Ambulance" ]
] [
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "Living Donor Medical Costs" ]
] [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Annual Preventive Health Check up" ]
] [
fhir:code [ fhir:v "06" ] ;
fhir:display [ fhir:v "Mental Illness Treatment" ]
] [
fhir:code [ fhir:v "07" ] ;
fhir:display [ fhir:v "Rehabiliation" ]
] [
fhir:code [ fhir:v "08" ] ;
fhir:display [ fhir:v "Modern Treatment method" ]
] [
fhir:code [ fhir:v "09" ] ;
fhir:display [ fhir:v "Out patient" ]
] [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Lab pathelogy" ]
] [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "Drugs and Medicines" ]
] [
fhir:code [ fhir:v "12" ] ;
fhir:display [ fhir:v "Dental" ]
] [
fhir:code [ fhir:v "13" ] ;
fhir:display [ fhir:v "Eye" ]
] [
fhir:code [ fhir:v "14" ] ;
fhir:display [ fhir:v "Day Care" ]
] [
fhir:code [ fhir:v "15" ] ;
fhir:display [ fhir:v "Daily-cash" ]
] [
fhir:code [ fhir:v "16" ] ;
fhir:display [ fhir:v "Major illness/critical illness" ]
] ) . #
IG © 2020+ National Resource Center for EHR Standards. Package ndhm.in#3.1.0 based on FHIR 4.0.1. Generated 2023-08-10
Links: Table of Contents |
QA Report
| Version History |