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:SearchParameter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "DrugPlan"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: DrugPlan</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/us/davinci-drug-formulary/SearchParameter/DrugPlan\">http://hl7.org/fhir/us/davinci-drug-formulary/SearchParameter/DrugPlan</a></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: DrugPlan</p><p><b>status</b>: active</p><p><b>date</b>: Jan 21, 2020 8:56:50 PM</p><p><b>description</b>: Accesses the DrugPlan ID of a FormularyDrug</p><p><b>code</b>: DrugPlan</p><p><b>base</b>: MedicationKnowledge</p><p><b>type</b>: token</p><p><b>expression</b>: MedicationKnowledge.extension.where(url='http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-PlanID-extension').value</p><p><b>comparator</b>: eq</p></div>" ]; fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/us/davinci-drug-formulary/SearchParameter/DrugPlan"]; fhir:SearchParameter.version [ fhir:value "1.0.0"]; fhir:SearchParameter.name [ fhir:value "DrugPlan"]; fhir:SearchParameter.status [ fhir:value "active"]; fhir:SearchParameter.date [ fhir:value "2020-01-21T20:56:50+00:00"^^xsd:dateTime]; fhir:SearchParameter.description [ fhir:value "Accesses the DrugPlan ID of a FormularyDrug"]; fhir:SearchParameter.code [ fhir:value "DrugPlan"]; fhir:SearchParameter.base [ fhir:value "MedicationKnowledge"; fhir:index 0 ]; fhir:SearchParameter.type [ fhir:value "token"]; fhir:SearchParameter.expression [ fhir:value "MedicationKnowledge.extension.where(url='http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-PlanID-extension').value"]; fhir:SearchParameter.comparator [ fhir:value "eq"; fhir:index 0 ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.