DaVinci Payer Data Exchange (PDex) US Drug Formulary
2.0.0 - STU 2 US

This page is part of the US Drug Formulary (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: FormularyD3001 - TTL Representation

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

 a fhir:InsurancePlan;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "FormularyD3001"];
  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 0;
       fhir:link <http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-Formulary>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: InsurancePlan</b></p><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\">Resource InsurancePlan \"FormularyD3001\" Updated \"2021-08-22 06:36:03+0000\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-usdf-Formulary.html\">Formulary</a></p></div><p><b>identifier</b>: id: D3001</p><p><b>status</b>: active</p><p><b>type</b>: drug policy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ActCode.html\">ActCode</a>#DRUGPOL)</span></p><p><b>name</b>: Sample Medicare Advantage Part D Formulary D3001</p><p><b>period</b>: 2021-01-01 --&gt; 2021-12-31</p></div>"
  ];
  fhir:InsurancePlan.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "D3001" ]
  ];
  fhir:InsurancePlan.status [ fhir:value "active"];
  fhir:InsurancePlan.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       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 D3001"];
  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 ------------------------------------------------------------

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