VhDir Implementation Guide CI Build: STU2 Ballot

This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

Turtle Format: ValueSet-valueset-coverage-type

Raw ttl

@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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "valueset-coverage-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>VhDir Coverage Type</h2><div><p>This value set defines a set of codes that indicate the type of coverage of a plan.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-codesystem-payercharacteristics.html\"><code>http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-payercharacteristics</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-medical\">medical</a></td><td>Medical</td><td>Medical insurance coverage.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-dental\">dental</a></td><td>Dental</td><td>Dental insurance coverage.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-menthlth\">menthlth</a></td><td>Mental Health</td><td>Mental health insurance coverage.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-substanceabuse\">substanceabuse</a></td><td>Substance Abuse</td><td>Substance abuse services insurance coverage.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-vision\">vision</a></td><td>Vision</td><td>Vision insurance coverage.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-drug\">drug</a></td><td>Drug</td><td>Prescription drug coverage.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-stc\">stc</a></td><td>Short Term Care</td><td>Short term care.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-ltc\">ltc</a></td><td>Long Term Care</td><td>Long term care.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-hospice\">hospice</a></td><td>Hospice</td><td>Hospice insurance coverage.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-homehealth\">homehealth</a></td><td>Home Health</td><td>Home health services insurance coverage.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-dmepos\">dmepos</a></td><td>DMEPOS</td><td>Durable Medical Equipment, Prosthetics/Orthotics and Supplies.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-imagingadv\">imagingadv</a></td><td>Advanced Imaging (CT/PET Scans, MRIs)</td><td>Advances imaging techniques services (CT/PET Scans, MRIs) coverage.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-prev\">prev</a></td><td>Preventive Care/Screening/Immunization</td><td>Routine healthcare services to prevent health related problems eligible benefits.</td></tr><tr><td><a href=\"CodeSystem-codesystem-payercharacteristics.html#codesystem-payercharacteristics-rehab\">rehab</a></td><td>Rehabilitation</td><td>Rehabilitation.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/vhdir/ValueSet/valueset-coverage-type"];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "VhDirCoverageType"];
  fhir:ValueSet.title [ fhir:value "VhDir Coverage Type"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2018-02-21"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "HL7 International"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "This value set defines a set of codes that indicate the type of coverage of a plan."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-payercharacteristics" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "medical" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "dental" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "menthlth" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "substanceabuse" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "vision" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "drug" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "stc" ]       ], [
         fhir:index 7;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ltc" ]       ], [
         fhir:index 8;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "hospice" ]       ], [
         fhir:index 9;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "homehealth" ]       ], [
         fhir:index 10;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "dmepos" ]       ], [
         fhir:index 11;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "imagingadv" ]       ], [
         fhir:index 12;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "prev" ]       ], [
         fhir:index 13;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "rehab" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.