Template:Infobox drug
{“infobox drug": {
"label": "Infobox drug",
"description": "This template is used to display information about a medication.",
"fields": {
"drug_name": {
"label": "Drug name",
"description": "The name of the drug",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "An image of the drug or its packaging",
"type": "string",
"required": false
},
"width": {
"label": "Width",
"description": "The width of the image in pixels",
"type": "number",
"required": false
},
"alt": {
"label": "Alt text",
"description": "Alternative text for the image",
"type": "string",
"required": false
},
"caption": {
"label": "Caption",
"description": "A brief caption for the image",
"type": "string",
"required": false
},
"pronunciation": {
"label": "Pronunciation",
"description": "The pronunciation of the drug name",
"type": "string",
"required": false
},
"tradename": {
"label": "Trade names",
"description": "The brand names of the drug",
"type": "string",
"required": false
},
"pregnancy_AU": {
"label": "Pregnancy category (AU)",
"description": "The pregnancy category of the drug in Australia",
"type": "string",
"required": false
},
"pregnancy_US": {
"label": "Pregnancy category (US)",
"description": "The pregnancy category of the drug in the United States",
"type": "string",
"required": false
},
"pregnancy_category": {
"label": "Pregnancy category",
"description": "The pregnancy category of the drug",
"type": "string",
"required": false
},
"legal_AU": {
"label": "Legal status (AU)",
"description": "The legal status of the drug in Australia",
"type": "string",
"required": false
},
"legal_CA": {
"label": "Legal status (CA)",
"description": "The legal status of the drug in Canada",
"type": "string",
"required": false
},
"legal_UK": {
"label": "Legal status (UK)",
"description": "The legal status of the drug in the United Kingdom",
"type": "string",
"required": false
},
"legal_US": {
"label": "Legal status (US)",
"description": "The legal status of the drug in the United States",
"type": "string",
"required": false
},
"legal_status": {
"label": "Legal status",
"description": "The legal status of the drug",
"type": "string",
"required": false
},
"routes_of_administration": {
"label": "Routes of administration",
"description": "The routes of administration for the drug",
"type": "string",
"required": false
},
"bioavailability": {
"label": "Bioavailability",
"description": "The bioavailability of the drug",
"type": "string",
"required": false
},
"protein_bound": {
"label": "Protein binding",
"description": "The protein binding of the drug",
"type": "string",
"required": false
},
"metabolism": {
"label": "Metabolism",
"description": "The metabolism of the drug",
"type": "string",
"required": false
},
"elimination_half-life": {
"label": "Elimination half-life",
"description": "The elimination half-life of the drug",
"type": "string",
"required": false
},
"excretion": {
"label": "Excretion",
"description": "The excretion of the drug",
"type": "string",
"required": false
},
"CAS_number": {
"label": "CAS Number",
"description": "The CAS registry number for the drug",
"type": "string",
"required": false
},
"ATC_prefix": {
"label": "ATC code prefix",
"description": "The ATC code prefix for the drug",
"type": "string",
"required": false
},
"ATC_suffix": {
"label": "ATC code suffix",
"description": "The ATC code suffix for the drug",
"type": "string",
"required": false
},
"PubChem": {
"label": "PubChem CID",
"description": "The PubChem Compound ID for the drug",
"type": "string",
"required": false
},
"DrugBank": {
"label": "DrugBank",
"description": "The DrugBank ID for the drug",
"type": "string",
"required": false
},
"ChemSpiderID": {
"label": "ChemSpider ID",
"description": "The ChemSpider ID for the drug",
"type": "string",
"required": false
},
"UNII": {
"label": "UNII",
"description": "The Unique Ingredient Identifier for the drug",
"type": "string",
"required": false
},
"KEGG": {
"label": "KEGG",
"description": "The KEGG ID for the drug",
"type": "string",
"required": false
},
"ChEBI": {
"label": "ChEBI",
"description": "The ChEBI ID for the drug",
"type": "string",
"required": false
},
"ChEMBL": {
"label": "ChEMBL",
"description": "The ChEMBL ID for the drug",
"type": "string",
"required": false
},
"chemical_formula": {
"label": "Chemical formula",
"description": "The chemical formula of the drug",
"type": "string",
"required": false
},
"molecular_weight": {
"label": "Molecular weight",
"description": "The molecular weight of the drug",
"type": "string",
"required": false
},
"smiles": {
"label": "SMILES",
"description": "The SMILES notation for the drug",
"type": "string",
"required": false
},
"InChI": {
"label": "InChI",
"description": "The InChI identifier for the drug",
"type": "string",
"required": false
},
"InChIKey": {
"label": "InChIKey",
"description": "The InChIKey for the drug",
"type": "string",
"required": false
}
}
}
}