@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "insurance-coverage-type"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem insurance-coverage-type

Last updated: 2020-04-09 21:10:28+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/insurance-coverage-type defines the following codes:

CodeDisplayDefinition
medical MedicalMedical insurance coverage.
dental DentalDental insurance coverage.
menthlth Mental HealthMental health insurance coverage.
substanceabuse Substance AbuseSubstance abuse services insurance coverage.
vision VisionVision insurance coverage.
drug DrugPrescription drug coverage.
stc Short Term CareShort term care.
ltc Long Term CareLong term care.
hospice HospiceHospice insurance coverage.
homehealth Home HealthHome health services insurance coverage.
dmepos DMEPOSDurable Medical Equipment, Prosthetics/Orthotics and Supplies.
imagingadv Advanced Imaging (CT/PET Scans, MRIs)Advances imaging techniques services (CT/PET Scans, MRIs) coverage.
prev Preventive Care/Screening/ImmunizationRoutine healthcare services to prevent health related problems eligible benefits.
rehab RehabilitationRehabilitation.
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "pa" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "1"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/insurance-coverage-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "InsuranceCoverageType"] ; # fhir:title [ fhir:v "Insurance Coverage Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-11-17T10:31:17-07:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "This code system defines a set of codes for Insurance CoverageType."] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/insurance-coverage-type"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "medical" ] ; fhir:display [ fhir:v "Medical" ] ; fhir:definition [ fhir:v "Medical insurance coverage." ] ] [ fhir:code [ fhir:v "dental" ] ; fhir:display [ fhir:v "Dental" ] ; fhir:definition [ fhir:v "Dental insurance coverage." ] ] [ fhir:code [ fhir:v "menthlth" ] ; fhir:display [ fhir:v "Mental Health" ] ; fhir:definition [ fhir:v "Mental health insurance coverage." ] ] [ fhir:code [ fhir:v "substanceabuse" ] ; fhir:display [ fhir:v "Substance Abuse" ] ; fhir:definition [ fhir:v "Substance abuse services insurance coverage." ] ] [ fhir:code [ fhir:v "vision" ] ; fhir:display [ fhir:v "Vision" ] ; fhir:definition [ fhir:v "Vision insurance coverage." ] ] [ fhir:code [ fhir:v "drug" ] ; fhir:display [ fhir:v "Drug" ] ; fhir:definition [ fhir:v "Prescription drug coverage." ] ] [ fhir:code [ fhir:v "stc" ] ; fhir:display [ fhir:v "Short Term Care" ] ; fhir:definition [ fhir:v "Short term care." ] ] [ fhir:code [ fhir:v "ltc" ] ; fhir:display [ fhir:v "Long Term Care" ] ; fhir:definition [ fhir:v "Long term care." ] ] [ fhir:code [ fhir:v "hospice" ] ; fhir:display [ fhir:v "Hospice" ] ; fhir:definition [ fhir:v "Hospice insurance coverage." ] ] [ fhir:code [ fhir:v "homehealth" ] ; fhir:display [ fhir:v "Home Health" ] ; fhir:definition [ fhir:v "Home health services insurance coverage." ] ] [ fhir:code [ fhir:v "dmepos" ] ; fhir:display [ fhir:v "DMEPOS" ] ; fhir:definition [ fhir:v "Durable Medical Equipment, Prosthetics/Orthotics and Supplies." ] ] [ fhir:code [ fhir:v "imagingadv" ] ; fhir:display [ fhir:v "Advanced Imaging (CT/PET Scans, MRIs)" ] ; fhir:definition [ fhir:v "Advances imaging techniques services (CT/PET Scans, MRIs) coverage." ] ] [ fhir:code [ fhir:v "prev" ] ; fhir:display [ fhir:v "Preventive Care/Screening/Immunization" ] ; fhir:definition [ fhir:v "Routine healthcare services to prevent health related problems eligible benefits." ] ] [ fhir:code [ fhir:v "rehab" ] ; fhir:display [ fhir:v "Rehabilitation" ] ; fhir:definition [ fhir:v "Rehabilitation." ] ] ) . # # -------------------------------------------------------------------------------------