This page is part of the US Drug Formulary (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
@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 "usdf-DrugTierCS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>DrugTierCS CodeSystem</b></p>\n<p>The drug tier of a particular medication in a health plan. Base set are examples. Each plan may have its own controlled vocabulary.</p>\n</div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-DrugTierCS"]; fhir:CodeSystem.version [ fhir:value "1.0.0"]; fhir:CodeSystem.name [ fhir:value "DrugTierCS"]; fhir:CodeSystem.title [ fhir:value "Drug Tier CS"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.date [ fhir:value "2020-01-17T00:00:00+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7 Pharmacy WG"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/medication/" ] ] ]; fhir:CodeSystem.description [ fhir:value "The drug tier of a particular medication in a health plan. Base set are examples. Each plan may have its own controlled vocabulary."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "9"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "generic" ]; fhir:CodeSystem.concept.display [ fhir:value "Generic" ]; fhir:CodeSystem.concept.definition [ fhir:value "Commonly prescribed generic drugs that cost more than drugs in the ‘preferred generic’ tier." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "preferred-generic" ]; fhir:CodeSystem.concept.display [ fhir:value "Preferred Generic" ]; fhir:CodeSystem.concept.definition [ fhir:value "Commonly prescribed generic drugs." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "non-preferred-generic" ]; fhir:CodeSystem.concept.display [ fhir:value "Non-preferred Generic" ]; fhir:CodeSystem.concept.definition [ fhir:value "Generic drugs that cost more than drugs in ‘generic’ tier." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "specialty" ]; fhir:CodeSystem.concept.display [ fhir:value "Specialty" ]; fhir:CodeSystem.concept.definition [ fhir:value "Drugs used to treat complex conditions like cancer and multiple sclerosis. They can be generic or brand name, and are typically the most expensive drugs on the formulary." ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "brand" ]; fhir:CodeSystem.concept.display [ fhir:value "Brand" ]; fhir:CodeSystem.concept.definition [ fhir:value "Brand name drugs that cost more than ‘preferred brand’ drugs." ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "preferred-brand" ]; fhir:CodeSystem.concept.display [ fhir:value "Preferred Brand" ]; fhir:CodeSystem.concept.definition [ fhir:value "Brand name drugs" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "non-preferred-brand" ]; fhir:CodeSystem.concept.display [ fhir:value "Non-preferred Brand" ]; fhir:CodeSystem.concept.definition [ fhir:value "Brand name drugs that cost more than ‘brand’ drugs." ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "zero-cost-share-preventive" ]; fhir:CodeSystem.concept.display [ fhir:value "Zero cost-share preventive" ]; fhir:CodeSystem.concept.definition [ fhir:value "Preventive medications and products available at no cost." ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "medical-service" ]; fhir:CodeSystem.concept.display [ fhir:value "Medical Service" ]; fhir:CodeSystem.concept.definition [ fhir:value "Drugs that must be administered by a clinician or in a facility and may be covered under a medical benefit." ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.