This page is part of the US Drug Formulary (v1.2.0: STU 2 Ballot 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:InsurancePlan;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "FormularyD3002"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2021-05-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</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 \"FormularyD3002\" Updated \"2021-05-22T18:36:03Z\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-usdf-Formulary.html\">Formulary</a></p></div><p><b>identifier</b>: id: D3002</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/2.1.0/CodeSystem-v3-ActCode.html\">ActCode</a>#DRUGPOL)</span></p><p><b>name</b>: Sample Medicare Advantage Part D Formulary D3002</p><p><b>period</b>: 2021-01-01 --> 2021-12-31</p></div>"
];
fhir:InsurancePlan.identifier [
fhir:index 0;
fhir:Identifier.value [ fhir:value "D3002" ]
];
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 D3002"];
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.