Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.73 KB

File metadata and controls

34 lines (30 loc) · 1.73 KB

Replace the information in this Issue Template with the information for the dataset you are working with, and add a JSON file at the end. Example values and an example JSON file are shown, leave blank spaces if you can not find the information for your dataset. When adding your JSON file, leave the { } structure, as this denotes a block of code.

JSON: (example) If you don't know a value, leave it blank. Check your JSON for errors with JSONlint

{
  "title": "VA National Formulary",
  "maintainer": "Don Lees",
  "maintainer_email": "Don.Lees@va.gov",
  "author": ["Robert Adler", "Xiquan Dong"],
  "author_email": null,
  "notes": "The VA National Formulary is a listing of products (drugs and supplies) that must be available for prescription at all VA facilities, and cannot be made non-formulary by a Veteran Integrated Service Network (VISN) or individual medical center. Regarding chemical or biological entities that by law must be submitted to the United States (U.S.) Food and Drug Administration (FDA) for pre-marketing approval, only those entities that actually have been approved by FDA using New Drug Application (NDA), Abbreviated New Drug Application (ANDA), or biologics license, may be added to the VA National Formulary.",
  "license_id": "cc-zero",
  "landingPage": "URL for landing page goes here ",
  "id": "ff9ae098-eccc-41d8-bfcd-5e8ed047db05",
  "doi":"publication or data doi",
  "isPartOf": "larger project?",
  "tags": ["FDA"],
  "organization": {
    "description": "",
    "title": "Department of Veterans Affairs",
    "name": "va-gov",
    "is_organization": true,
    "image_url": "https://raw.githubusercontent.com/GSA/logo/master/va.png",
    "type": "organization",
    "id": ""
    
  }
}