DaVinci Payer Data Exchange (PDex) US Drug Formulary
2.0.1 - STU 2 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.0.1 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

: FormularyGraphDefinition - JSON Representation

Page standards status: Trial-use

Raw json | Download


{
  "resourceType" : "GraphDefinition",
  "id" : "FormularyGraphDefinition",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-FormularyBulkDataGraphDefinition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: GraphDefinition</b><a name=\"FormularyGraphDefinition\"> </a></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 GraphDefinition &quot;FormularyGraphDefinition&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-usdf-FormularyBulkDataGraphDefinition.html\">Formulary Bulk Data Graph Definition</a></p></div><p><b>wg</b>: phx</p><p><b>Standards Status</b>: trial-use</p><p><b>version</b>: 2.0.1</p><p><b>name</b>: FormularyGraphDefinition</p><p><b>status</b>: active</p><p><b>date</b>: 2023-11-03 19:55:21-0700</p><p><b>publisher</b>: HL7 International / Pharmacy</p><p><b>contact</b>: HL7 International / Pharmacy: <a href=\"http://www.hl7.org/Special/committees/medication\">http://www.hl7.org/Special/committees/medication</a>,<a href=\"mailto:pharmacy@lists.HL7.org\">pharmacy@lists.HL7.org</a></p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#US)</span></p><p><b>start</b>: InsurancePlan</p><p><b>profile</b>: <a href=\"StructureDefinition-usdf-Formulary.html\">Formulary</a></p><blockquote><p><b>link</b></p><blockquote><p><b>target</b></p><p><b>type</b>: Basic</p><p><b>params</b>: formulary={ref}</p><p><b>profile</b>: <a href=\"StructureDefinition-usdf-FormularyItem.html\">Formulary Item</a></p><blockquote><p><b>link</b></p><p><b>path</b>: Basic.subject</p><blockquote><p><b>target</b></p></blockquote></blockquote></blockquote></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "phx"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    }
  ],
  "version" : "2.0.1",
  "name" : "FormularyGraphDefinition",
  "status" : "active",
  "date" : "2023-11-03T19:55:21-07:00",
  "publisher" : "HL7 International / Pharmacy",
  "contact" : [
    {
      "name" : "HL7 International / Pharmacy",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        },
        {
          "system" : "email",
          "value" : "pharmacy@lists.HL7.org"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "start" : "InsurancePlan",
  "profile" : "http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-Formulary",
  "link" : [
    {
      "target" : [
        {
          "type" : "Basic",
          "params" : "formulary={ref}",
          "profile" : "http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-FormularyItem",
          "link" : [
            {
              "path" : "Basic.subject",
              "target" : [
                {
                  "type" : "MedicationKnowledge",
                  "profile" : "http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-FormularyDrug"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}