LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
Active as of 2022-11-10 |
@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 "insurance-plan-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>http://linuxforhealth.org/fhir/cdm/CodeSystem/insurance-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">hearing<a name=\"insurance-plan-type-hearing\"> </a></td><td>Hearing</td><td>Insurance plan type for hearing</td></tr><tr><td style=\"white-space:nowrap\">lifeins<a name=\"insurance-plan-type-lifeins\"> </a></td><td>Life Insurance</td><td>Insurance plan type for lift insurance</td></tr><tr><td style=\"white-space:nowrap\">substance-abuse-ambulatory<a name=\"insurance-plan-type-substance-abuse-ambulatory\"> </a></td><td>Substance Abuse Ambulatory</td><td>Insurance plan type for ambulatory substance abuse</td></tr><tr><td style=\"white-space:nowrap\">substance-abuse-day-night<a name=\"insurance-plan-type-substance-abuse-day-night\"> </a></td><td>Substance Abuse Day Night</td><td>Insurance plan type for day-night substance abuse</td></tr><tr><td style=\"white-space:nowrap\">substance-abuse-inpatient<a name=\"insurance-plan-type-substance-abuse-inpatient\"> </a></td><td>Substance Abuse Inpatient</td><td>Insurance plan type for inpatient substance abuse</td></tr><tr><td style=\"white-space:nowrap\">mental-health-ambulatory<a name=\"insurance-plan-type-mental-health-ambulatory\"> </a></td><td>Mental Health Ambulatory</td><td>Insurance plan type for ambulatory mental health</td></tr><tr><td style=\"white-space:nowrap\">mental-health-day-night<a name=\"insurance-plan-type-mental-health-day-night\"> </a></td><td>Mental Health Day Night</td><td>Insurance plan type for day-night mental health</td></tr><tr><td style=\"white-space:nowrap\">mental-health-inpatient<a name=\"insurance-plan-type-mental-health-inpatient\"> </a></td><td>Mental Health Inpatient</td><td>Insurance plan type for inpatient mental health</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/insurance-plan-type"];
fhir:CodeSystem.version [ fhir:value "8.0.0"];
fhir:CodeSystem.name [ fhir:value "InsurancePlanTypeCodeSystem"];
fhir:CodeSystem.title [ fhir:value "Insurance Plan Type Codes"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2022-11-10T16:00:46+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "LinuxForHealth Team"];
fhir:CodeSystem.description [ fhir:value "The codes that indicates the specific benefit categories a member may have (medical, dental, vision, etc) based on benefit election."];
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 "US" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "hearing" ];
fhir:CodeSystem.concept.display [ fhir:value "Hearing" ];
fhir:CodeSystem.concept.definition [ fhir:value "Insurance plan type for hearing" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "lifeins" ];
fhir:CodeSystem.concept.display [ fhir:value "Life Insurance" ];
fhir:CodeSystem.concept.definition [ fhir:value "Insurance plan type for lift insurance" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "substance-abuse-ambulatory" ];
fhir:CodeSystem.concept.display [ fhir:value "Substance Abuse Ambulatory" ];
fhir:CodeSystem.concept.definition [ fhir:value "Insurance plan type for ambulatory substance abuse" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "substance-abuse-day-night" ];
fhir:CodeSystem.concept.display [ fhir:value "Substance Abuse Day Night" ];
fhir:CodeSystem.concept.definition [ fhir:value "Insurance plan type for day-night substance abuse" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "substance-abuse-inpatient" ];
fhir:CodeSystem.concept.display [ fhir:value "Substance Abuse Inpatient" ];
fhir:CodeSystem.concept.definition [ fhir:value "Insurance plan type for inpatient substance abuse" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "mental-health-ambulatory" ];
fhir:CodeSystem.concept.display [ fhir:value "Mental Health Ambulatory" ];
fhir:CodeSystem.concept.definition [ fhir:value "Insurance plan type for ambulatory mental health" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "mental-health-day-night" ];
fhir:CodeSystem.concept.display [ fhir:value "Mental Health Day Night" ];
fhir:CodeSystem.concept.definition [ fhir:value "Insurance plan type for day-night mental health" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "mental-health-inpatient" ];
fhir:CodeSystem.concept.display [ fhir:value "Mental Health Inpatient" ];
fhir:CodeSystem.concept.definition [ fhir:value "Insurance plan type for inpatient mental health" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ LinuxForHealth Team. Package linuxforhealth.fhir.ig#8.0.0 based on FHIR 4.0.1. Generated 2022-11-10
Links: Table of Contents |
QA Report