DaVinci Payer Data Exchange (PDex) US Drug Formulary
2.1.0 - STU2.1 United States of America flag

DaVinci Payer Data Exchange (PDex) US Drug Formulary, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pdex-formulary/ and changes regularly. See the Directory of published versions

: FormularyD1002

Page standards status: Informative

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/InsurancePlan/FormularyD1002> a fhir:InsurancePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "FormularyD1002"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2021-08-22T18:36:03.000+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-Formulary" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-Formulary>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: InsurancePlan FormularyD1002</b></p><a name=\"FormularyD1002\"> </a><a name=\"hcFormularyD1002\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-08-22 18:36:03+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-usdf-Formulary.html\">Formulary</a></p></div><p><b>identifier</b>: D1002</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode DRUGPOL}\">drug policy</span></p><p><b>name</b>: Sample Medicare Advantage Part D Formulary D1002</p><p><b>period</b>: 2021-01-01 --&gt; 2021-12-31</p></div>"
  ] ;
  fhir:InsurancePlan.identifier [
     fhir:index -1 ;
     fhir:Identifier.value [ fhir:value "D1002" ]
  ] ;
  fhir:InsurancePlan.status [ fhir:value "active"] ;
  fhir:InsurancePlan.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
       fhir:Coding.code [ fhir:value "DRUGPOL" ]
     ]
  ] ;
  fhir:InsurancePlan.name [ fhir:value "Sample Medicare Advantage Part D Formulary D1002"] ;
  fhir:InsurancePlan.period [
     fhir:Period.start [ fhir:value "2021-01-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2021-12-31"^^xsd:date ]
  ] .

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

<http://hl7.org/fhir/InsurancePlan/FormularyD1002.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/InsurancePlan/FormularyD1002.ttl> .